* cosmetic
This commit is contained in:
@ -295,7 +295,6 @@ Also see `mu4e-flags-to-string'.
|
|||||||
(sort (remove-duplicates
|
(sort (remove-duplicates
|
||||||
(append (mu4e~flags-to-string-raw flags) nil)) '>)))
|
(append (mu4e~flags-to-string-raw flags) nil)) '>)))
|
||||||
|
|
||||||
|
|
||||||
(defun mu4e~string-to-flags-1 (str)
|
(defun mu4e~string-to-flags-1 (str)
|
||||||
"Convert a string with message flags as seen in Maildir
|
"Convert a string with message flags as seen in Maildir
|
||||||
messages into a list of flags in; flags are symbols draft,
|
messages into a list of flags in; flags are symbols draft,
|
||||||
@ -317,7 +316,7 @@ Also see `mu4e-flags-to-string'.
|
|||||||
(mu4e~string-to-flags-1 (substring str 1))))))
|
(mu4e~string-to-flags-1 (substring str 1))))))
|
||||||
|
|
||||||
(defun mu4e-string-to-flags (str)
|
(defun mu4e-string-to-flags (str)
|
||||||
" Convert a string with message flags as seen in Maildir messages
|
"Convert a string with message flags as seen in Maildir messages
|
||||||
into a list of flags in; flags are symbols draft, flagged, new,
|
into a list of flags in; flags are symbols draft, flagged, new,
|
||||||
passed, replied, seen, trashed and the string is the concatenation
|
passed, replied, seen, trashed and the string is the concatenation
|
||||||
of the uppercased first letters of these flags, as per [1]. Other
|
of the uppercased first letters of these flags, as per [1]. Other
|
||||||
|
|||||||
Reference in New Issue
Block a user