* cosmetics

This commit is contained in:
djcb 2013-04-29 23:52:55 +03:00
parent e7d52bc09e
commit aef607c5c1
1 changed files with 2 additions and 2 deletions

View File

@ -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))