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

@ -290,7 +290,7 @@ For testing/debugging."
(setq contacts (sort contacts (setq contacts (sort contacts
(lambda(cell1 cell2) (< (car cell1) (car cell2))))) (lambda(cell1 cell2) (< (car cell1) (car cell2)))))
(dolist (contact contacts) (dolist (contact contacts)
(insert (format "%s\n" (mu4e-contact-email contact)))))) (insert (format "%s\n" (cdr contact))))))
(pop-to-buffer "*mu4e-contacts-info*"))) (pop-to-buffer "*mu4e-contacts-info*")))

View File

@ -425,7 +425,7 @@ status, STATUS."
(list (match-beginning 1) (list (match-beginning 1)
(match-end 1) (match-end 1)
'("attach" "draft" "flagged" "list" "new" "passed" "replied" '("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) ((looking-back "maildir:\\([a-zA-Z0-9/.]*\\)" nil)
(list (match-beginning 1) (list (match-beginning 1)
(match-end 1) (match-end 1)