diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-18 23:43:55 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-18 23:43:55 +1200 |
commit | 7356e52695c5a46eb88eeb0ce5b06f32a09687d4 (patch) | |
tree | d9966b0230eb2243e030027985d6b2887ca0493e | |
parent | Merge branch 'release/v9.2.0' into develop (diff) | |
download | dotfiles-7356e52695c5a46eb88eeb0ce5b06f32a09687d4.tar.gz dotfiles-7356e52695c5a46eb88eeb0ce5b06f32a09687d4.zip |
Restore layout of status bars in Mutt
I missed them too much!
-rw-r--r-- | mutt/muttrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index dd2daeaa..528127fe 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -47,13 +47,6 @@ send-hook ~l \ # set header_cache = '~/.cache/mutt/headers' -# I don't really need the major functions' key mappings displayed to me all the -# time; I'll look them up in <help> when I do need them. space. In its place, -# move the status bar up there. -# -unset help -set status_on_top - # Save command history; this saves other kinds of history as well, but all # I really want is to be able to run the same commands again even after I quit # Mutt. We can afford to keep 2^8 of these, since it's the future and all. |