mail: add some shortcuts and address book
This commit is contained in:
parent
a19190c986
commit
599fab5636
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
# -------------
|
||||
|
|
Loading…
Reference in a new issue