~nikwen/account-polld/imap-mails

« back to all changes in this revision

Viewing changes to plugins/imap/imap.go

  • Committer: Niklas Wenzel
  • Date: 2016-02-08 20:24:04 UTC
  • Revision ID: nikwen.developer@gmail.com-20160208202404-ztc8spp0odf2jj60
Remove todo for a bug we have fixed already

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
                // Get the sender's avatar if the email address is in the user's contacts list
289
289
                var avatarPath string
290
290
                if len(address.Address) > 0 {
291
 
                        avatarPath = qtcontact.GetAvatar(address.Address) // TODO: Blocking when displaying a notification on startup (LP: #1498214)
 
291
                        avatarPath = qtcontact.GetAvatar(address.Address)
292
292
                }
293
293
 
294
294
                if timestamp.Sub(msg.date) < timeDelta {