aerc: Add notmuch inbox mapping

Some simple mapping (inbox, sent, trash, archive, drafts) to the
Personal map file, with the option to extend for private mappings with
dotter.
This commit is contained in:
Marty Oehme 2025-09-20 23:15:33 +02:00
parent 5705bf9693
commit 690a2568d5
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
Inbox = tag:inbox AND not tag:list
Archive = tag:archive AND not tag:junk AND not tag:spam
All = '*'
Drafts = tag:draft
Sent = tag:sent
Trash = tag:trash
# tags
label/unread = tag:unread and not tag:trash
label/replied = tag:replied and not tag:trash
label/important = tag:flagged or tag:important and not tag:trash
label/junk = tag:junk and not tag:trash
{{#each mail_aerc_notmuch_label_map}}
{{this}}
{{/each}}