mail: add some shortcuts and address book

This commit is contained in:
Ingolf Wagner 2020-01-28 14:44:30 +13:00
parent a19190c986
commit 599fab5636
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -443,13 +443,20 @@ in {
"TODO" "T" \
# notmuch bindings
bind index \\\\ noop
bind pager \\ noop
bind pager \\\\ noop
macro index \\\\ "<vfolder-from-query>" # looks up a hand made query
macro pager \\\\ "<vfolder-from-query>" # looks up a hand made query
macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
macro pager + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
macro index - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
macro pager - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
# Address Book
# ------------
set query_command="${pkgs.notmuch-addrlookup}/bin/notmuch-addrlookup --mutt '%s'"
# keys bindings
# -------------