mu4e: use 'l' for the list mark

Small updates to the PR.
This commit is contained in:
Dirk-Jan C. Binnema 2023-03-25 13:22:37 +02:00
parent 6facec5bfa
commit e35f477009
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ query have been received and are displayed."
;; mu4e-headers-encrypted-mark '("x" . "🔒")
;; mu4e-headers-signed-mark '("s" . "🔑")
;; mu4e-headers-unread-mark '("u" . "⎕")
;; mu4e-headers-list-mark '("L" . "🔈")
;; mu4e-headers-list-mark '("l" . "🔈")
;; mu4e-headers-personal-mark '("p" . "👨")
;; mu4e-headers-calendar-mark '("c" . "📅"))
@ -203,7 +203,7 @@ query have been received and are displayed."
(defvar mu4e-headers-encrypted-mark '("x" . "") "Encrypted.")
(defvar mu4e-headers-signed-mark '("s" . "") "Signed.")
(defvar mu4e-headers-unread-mark '("u" . "") "Unread.")
(defvar mu4e-headers-list-mark '("L" . "") "Mailing list.")
(defvar mu4e-headers-list-mark '("l" . "") "Mailing list.")
(defvar mu4e-headers-personal-mark '("p" . "") "Personal.")
(defvar mu4e-headers-calendar-mark '("c" . "") "Calendar invitation.")

View File

@ -4416,7 +4416,7 @@ an indication that the font you are using does not support those characters.
mu4e-headers-encrypted-mark '("x" . "🔒")
mu4e-headers-signed-mark '("s" . "🔑")
mu4e-headers-unread-mark '("u" . "⎕")
mu4e-headers-list-mark '("L" . "🔈")
mu4e-headers-list-mark '("l" . "🔈")
mu4e-headers-personal-mark '("p" . "👨")
mu4e-headers-calendar-mark '("c" . "📅"))
@end lisp