diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-13 22:41:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-13 22:41:01 +0100 |
commit | 5b384e5d76cc1c9f02b424146b71331a5bebaf0e (patch) | |
tree | 562e25179f21f34805762f5d025276eb5c1c9913 /.config/neomutt/neomuttrc | |
parent | 592406f456244709bb0d9a33e962f09319fb805d (diff) |
remove aliases from neomuttrc (TODO: nvim email edit autocomplete)
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r-- | .config/neomutt/neomuttrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 70c563d..c6f3633 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -38,12 +38,6 @@ bind index \Cu previous-page # page up bind index \Cd next-page # page down bind attach <return> view-mailcap # always use mailcap to view attachments -# contacts -set alias_file = "$XDG_CONFIG_HOME/neomutt/aliases" -set sort_alias = alias -set reverse_alias = yes -source "$alias_file" - # miscellaneous options set fast_reply = yes set confirm_append = no @@ -60,7 +54,6 @@ unset prompt_after set editor = "$EDITOR" # set pager = "less" set sendmail = "/usr/bin/msmtp" -set query_command = "/usr/bin/lbdbq" # colors color hdrdefault blue default |