1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00

* mu4e: fix typo

This commit is contained in:
djcb 2013-05-04 14:13:05 +03:00
parent 057fa6430e
commit 33ee611cf5

View File

@ -441,7 +441,7 @@ if provided, or at the end of the buffer otherwise."
(setq line (propertize line 'face (setq line (propertize line 'face
(case (car-safe (mu4e-message-field msg :flags)) (case (car-safe (mu4e-message-field msg :flags))
('draft 'mu4e-draft-face) ('draft 'mu4e-draft-face)
('trash 'mu4e-trashed-face) ('trashed 'mu4e-trashed-face)
((unread new) 'mu4e-unread-face) ((unread new) 'mu4e-unread-face)
('flagged 'mu4e-flagged-face) ('flagged 'mu4e-flagged-face)
((replied passed) 'mu4e-replied-face) ((replied passed) 'mu4e-replied-face)
@ -1000,9 +1000,8 @@ matching messages with that mark."
(defun mu4e-headers-mark-thread (&optional subthread) (defun mu4e-headers-mark-thread (&optional subthread)
"Mark the thread at point. "Mark the thread at point. If SUBTHREAD is non-nil, marking is
If SUBTHREAD is non-nil, marking is limited to the message at limited to the message at point and its descendants."
point and its descendants."
;; the tread id is shared by all messages in a thread ;; the tread id is shared by all messages in a thread
(interactive "P") (interactive "P")
(let* ((msg (mu4e-message-at-point)) (let* ((msg (mu4e-message-at-point))