diff options
author | Yuri D'Elia <yuri.delia@eurac.edu> | 2014-07-01 11:32:30 +0200 |
---|---|---|
committer | Yuri D'Elia <yuri.delia@eurac.edu> | 2014-07-01 11:48:34 +0200 |
commit | e132d09eef79c43547219ec7b3579014250483b9 (patch) | |
tree | a375245978db82532737898b04f87f5e715312ce | |
parent | 78d46e916411801c6d27d466966f136463b1045d (diff) |
Remove useless (message)
-rw-r--r-- | gnus-desktop-notify.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index 35c31d5..afbd2e6 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -249,7 +249,6 @@ the behavior defined by `gnus-desktop-notify-behavior'." (case gnus-desktop-notify-behavior ('gnus-desktop-notify-single (dolist (g groups) - (message g) (notifications-notify :title gnus-desktop-notify-send-subject :body g))) ('gnus-desktop-notify-multi (notifications-notify :title gnus-desktop-notify-send-subject |