diff options
Diffstat (limited to 'mail-client/mutt-kz/files/Muttrc')
-rw-r--r-- | mail-client/mutt-kz/files/Muttrc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/mail-client/mutt-kz/files/Muttrc b/mail-client/mutt-kz/files/Muttrc deleted file mode 100644 index 6cd595b..0000000 --- a/mail-client/mutt-kz/files/Muttrc +++ /dev/null @@ -1,28 +0,0 @@ -# Some minimal Mutt settings, Gentoo-style. These reflect the Gentoo -# predilection for maildir folders. -# -# Please don't add settings to this file to change other user -# preferences (such as colors), since those can be hard for a user to -# undo if their preference doesn't match yours! For example, it is -# *impossible* currently in mutt to remove color settings from objects -# other than the index. - -set mbox_type=Maildir -set folder=~/.maildir -set spoolfile=~/.maildir/ -set record=~/.maildir-sent/ -set move=no - -# Maybe we shouldn't set index_format here, but this is a recommended -# one for maildir-style folders. - -set index_format="%4C %Z %{%b %d} %-16.16L %s" - -# set some defaults for the sidebar feature, it's integrated anyway -set sidebar_width = 35 -set sidebar_visible = yes -# color sidebar_new yellow default -bind index <left> sidebar-prev -bind index <right> sidebar-next -bind index <space> sidebar-open -bind index <Esc>S sidebar-toggle |