diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-02-23 17:46:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 17:46:52 -0500 |
commit | 9c1c8d45c7ed4a1fe92c9544e9cd722a3e3e8954 (patch) | |
tree | 4d25117669fa6a3ef90b127d07b30eec3985dee2 | |
parent | 66215ba1a7d8442aa87a41656f6e37247cc6e0d5 (diff) | |
parent | 3963488dba15a7fc2367892b16bee11ed944d2dd (diff) |
Merge pull request #18 from scattenlaeufer/personal.muttrc
Untrack personal.muttrc
-rw-r--r-- | muttrc | 3 | ||||
-rw-r--r-- | personal.muttrc | 8 |
2 files changed, 2 insertions, 9 deletions
@@ -4,7 +4,6 @@ bind index,pager i noop bind index,pager g noop bind index \Cf noop source etc/muttcol -source personal.muttrc source etc/aliases set sleep_time = 0 set sort = 'reverse-date' @@ -53,3 +52,5 @@ bind index,pager <F4> sidebar-page-down bind index,pager \Cp sidebar-prev-new bind index,pager \Cn sidebar-next-new bind index,pager B sidebar-toggle-visible + +source personal.muttrc diff --git a/personal.muttrc b/personal.muttrc deleted file mode 100644 index 67da34b..0000000 --- a/personal.muttrc +++ /dev/null @@ -1,8 +0,0 @@ -# vim: filetype=muttrc - -# This file is where the wizard will output -# information on which file to treat as default -# and shortcut bindings for jumping from account to account. - -# You can edit this manually if you know what you're doing. - |