diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-16 16:12:28 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-16 16:12:28 +0200 |
commit | db0e5d69a0f1b27b903025119fd9743a05353a35 (patch) | |
tree | cf9b208a9badceb80626934f6b84df17b9063b3c | |
parent | in progress (diff) | |
download | dotfiles-bsd-db0e5d69a0f1b27b903025119fd9743a05353a35.tar.gz dotfiles-bsd-db0e5d69a0f1b27b903025119fd9743a05353a35.tar.bz2 dotfiles-bsd-db0e5d69a0f1b27b903025119fd9743a05353a35.tar.xz dotfiles-bsd-db0e5d69a0f1b27b903025119fd9743a05353a35.tar.zst dotfiles-bsd-db0e5d69a0f1b27b903025119fd9743a05353a35.zip |
he
-rw-r--r-- | .config/mutt/accounts/6-exploitation@secuserve.com.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/defaults.muttrc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc b/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc index e1d813a..d78d1d4 100644 --- a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc +++ b/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc @@ -1,6 +1,6 @@ # vim: filetype=neomuttrc # muttrc file for account exploitation@secuserve.com -set realname = "Exploitation" +set realname = "SecuServe - Exploitation" set from = "exploitation@secuserve.com" set sendmail = "msmtp -a exploitation@secuserve.com" alias me Exploitation <exploitation@secuserve.com> diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index cea7898..6b05b79 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -84,6 +84,8 @@ set sidebar_next_new_wrap = yes set sidebar_delim_chars = '/.' set mail_check_stats set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' +set sidebar_indent_string = ' ' +set sidebar_folder_indent = yes bind index,pager \Ck sidebar-prev bind index,pager \Cj sidebar-next bind index,pager \Co sidebar-open |