Browse Source

[neomutt] small tweaks

master
lara 4 years ago
parent
commit
53027824c7
  1. 2
      config/neomutt/accounts/account.rc
  2. 3
      config/neomutt/keys.rc

2
config/neomutt/accounts/account.rc

@ -5,6 +5,6 @@ set postponed = "+$my_account/Draft"
set trash = "+$my_account/Trash" set trash = "+$my_account/Trash"
macro index,pager gs "<shell-escape>mbsync $my_mbsync_conf $my_account<enter>" "IMAP sync account" macro index,pager gs "<shell-escape>mbsync $my_mbsync_conf $my_account<enter>" "IMAP sync account"
macro index,pager gi "<shell-escape>mbsync $my_mbsync_conf $my_account:Inbox<enter>" "IMAP sync Inbox" macro index,pager gi "<shell-escape>mbsync $my_mbsync_conf $my_account:INBOX<enter>" "IMAP sync Inbox"
# vim: syntax=neomuttrc # vim: syntax=neomuttrc

3
config/neomutt/keys.rc

@ -69,7 +69,8 @@ bind index,pager \Cf vfolder-from-query
bind index,pager z entire-thread bind index,pager z entire-thread
# Addresses autocompetion using notmuch # Addresses autocompetion using notmuch
# https://github.com/neomutt/neomutt/issues/629 # https://github.com/neomutt/neomutt/issues/629
set query_command = "notmuch address from:%s" # https://github.com/neomutt/neomutt/issues/1333
set query_command = "echo '' && notmuch address from:%s"
bind editor <Tab> complete-query bind editor <Tab> complete-query
bind editor ^T complete bind editor ^T complete
set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?" set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?"

Loading…
Cancel
Save