diff options
-rw-r--r-- | config/ncmpcpp/.config.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | mutt/muttrc | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/ncmpcpp/.config.swp b/config/ncmpcpp/.config.swp Binary files differdeleted file mode 100644 index 6fb0e8b..0000000 --- a/config/ncmpcpp/.config.swp +++ /dev/null diff --git a/mutt/muttrc b/mutt/muttrc index ef59a5a..05944be 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -20,6 +20,7 @@ set pgp_sign_as = 2B1F70F95F1B48DA2265A7FAA6BC8B8CEB31659B set pgp_timeout = 3600 set crypt_autosign = yes set crypt_replyencrypt = yes +set sendmail="/usr/bin/msmtp --read-envelope-from" set sidebar_visible = yes bind index,pager B sidebar-toggle-visible @@ -38,6 +39,9 @@ bind pager G bottom bind attach,index g first-entry bind attach,index G last-entry +set query_command= "abook --mutt-query '%s'" +bind editor <Tab> complete-query + macro index <F3> ':source ~/.mutt/muttemail<enter>c~/.mail/email/INBOX<enter>' source ~/.mutt/color |