diff options
author | Luke <luke@lukesmith.xyz> | 2018-02-11 15:01:55 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-02-11 15:01:55 -0700 |
commit | dba65fa35884ed6986b35e6f2e348e54b6acc7ae (patch) | |
tree | 63294bd21f0f4f6c3ed2e4f52b038051b5d07c7b | |
parent | 899b65b30569bd7ed1afb83bf3532bf80afa9bae (diff) |
changed to neomutt syntax
-rw-r--r-- | autoconf/mutt_profile | 2 | ||||
-rw-r--r-- | muttrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/mutt_profile b/autoconf/mutt_profile index 224defa..a868172 100644 --- a/autoconf/mutt_profile +++ b/autoconf/mutt_profile @@ -1,4 +1,4 @@ -# vim: filetype=muttrc +# vim: filetype=neomuttrc # muttrc file for account $title set realname = "$realname" set from = "$fulladdr" @@ -1,4 +1,4 @@ -# vim: filetype=muttrc +# vim: filetype=neomuttrc # This is the general mutt config which has the settings that all accounts use. source etc/muttcol bind index,pager i noop |