diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2022-06-28 15:09:43 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2022-06-28 15:22:40 -0400 |
| commit | 15c49bad4626b028f62d4b4cf0a4aa901cccc5a9 (patch) | |
| tree | 1d9967c887e8083315234e717c705564740192a0 /dot_muttrc | |
| parent | mutt (diff) | |
more mutt
Diffstat (limited to '')
| -rw-r--r-- | dot_muttrc.tmpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dot_muttrc.tmpl b/dot_muttrc.tmpl index 5000ac5..0552516 100644 --- a/dot_muttrc.tmpl +++ b/dot_muttrc.tmpl @@ -126,12 +126,9 @@ set fcc_before_send=yes # For the -f option to work properly with account-hooks, it looks like I need # to unset the folder option unset folder -source ~/.mutt/accounts.rc -# load alias-cmu.rc before alias.rc so that alias.rc overrides any aliases -# in all accounts apart from SCS. The SCS account hook reloads alias-cmu.rc -# afterwards -source ~/.mutt/alias-cmu.rc +# alias.rc before accounts.rc source ~/.mutt/alias.rc +source ~/.mutt/accounts.rc source ~/.mutt/mailinglists.rc source ~/.mutt/score.rc source ~/.mutt/color.rc |
