]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-notifications.el
Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.edu
[gnu-emacs] / lisp / gnus / gnus-notifications.el
index 93220ed8ddf8cdfb11ede4d1fae5fba456427961..ee1083d80056b0e1ae83c2b250fd14a5a76d3c42 100644 (file)
@@ -1,6 +1,6 @@
 ;; gnus-notifications.el -- Send notification on new message in Gnus
 
-;; Copyright (C) 2012-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: news
@@ -102,6 +102,9 @@ Return a notification id if any, or t on success."
     ;; Don't return an id
     t))
 
+(declare-function gravatar-retrieve-synchronously "gravatar.el"
+                 (mail-address))
+
 (defun gnus-notifications-get-photo (mail-address)
   "Get photo for mail address."
   (let ((google-photo (when (and gnus-notifications-use-google-contacts