From aef607c5c1d8a5e36d987eff4dbf356bdef4e191 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 29 Apr 2013 23:52:55 +0300 Subject: [PATCH] * cosmetics --- mu4e/mu4e-contrib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-contrib.el b/mu4e/mu4e-contrib.el index 7de35ec8..f9847c5b 100644 --- a/mu4e/mu4e-contrib.el +++ b/mu4e/mu4e-contrib.el @@ -24,7 +24,7 @@ ;; Contributed by sabof (defun mu4e-headers-mark-all-unread-read () - "Put a ! \(read) mark on all visible unread messages" + "Put a ! \(read) mark on all visible unread messages." (interactive) (mu4e-headers-mark-for-each-if (cons 'read nil) @@ -32,7 +32,7 @@ (memq 'unread (mu4e-msg-field msg :flags))))) (defun mu4e-headers-flag-all-read () - "Flag all visible messages as \"read\"" + "Flag all visible messages as \"read\"." (interactive) (mu4e-headers-mark-all-unread-read) (mu4e-mark-execute-all t))