Add support for flag:personal & fix mu4e-contacts-info

This commit is contained in:
Tassilo Horn
2022-05-09 10:43:11 +02:00
parent 15ed1b8318
commit 7ee53d69b8
2 changed files with 2 additions and 2 deletions

View File

@ -425,7 +425,7 @@ status, STATUS."
(list (match-beginning 1)
(match-end 1)
'("attach" "draft" "flagged" "list" "new" "passed" "replied"
"seen" "trashed" "unread" "encrypted" "signed")))
"seen" "trashed" "unread" "encrypted" "signed" "personal")))
((looking-back "maildir:\\([a-zA-Z0-9/.]*\\)" nil)
(list (match-beginning 1)
(match-end 1)