Compare commits
No commits in common. "4715e3db310338cd122aa410c07804f7e0c40e02" and "6be0d2ee649ce9c8b918764f78446c2185a5de87" have entirely different histories.
4715e3db31
...
6be0d2ee64
1
mailcap
1
mailcap
@ -7,4 +7,3 @@ audio/*; ~/.config/mutt/nixopen %s ;
|
|||||||
application/pdf; ~/.config/mutt/nixopen %s ;
|
application/pdf; ~/.config/mutt/nixopen %s ;
|
||||||
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
||||||
application/pgp-keys; gpg --import '%s'; copiousoutput;
|
application/pgp-keys; gpg --import '%s'; copiousoutput;
|
||||||
application/*; ~/.config/mutt/nixopen %s ;
|
|
||||||
|
6
muttrc
6
muttrc
@ -3,6 +3,11 @@
|
|||||||
set header_cache = ~/.cache/mutt/header_cache # cache headers
|
set header_cache = ~/.cache/mutt/header_cache # cache headers
|
||||||
set message_cachedir = ~/.cache/mutt # cache messages
|
set message_cachedir = ~/.cache/mutt # cache messages
|
||||||
|
|
||||||
|
set sidebar_visible = yes # enable sidebar
|
||||||
|
set sidebar_width = 20 # sidebar width
|
||||||
|
set sidebar_short_path = yes
|
||||||
|
set sidebar_next_new_wrap = yes # ctrl-j/k will wrap around
|
||||||
|
set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' # sidebar format
|
||||||
set mail_check_stats # count unread/read messages
|
set mail_check_stats # count unread/read messages
|
||||||
|
|
||||||
set query_command = "abook --mutt-query '%s'" # set up Abook
|
set query_command = "abook --mutt-query '%s'" # set up Abook
|
||||||
@ -27,7 +32,6 @@ auto_view text/html # automatically show html
|
|||||||
auto_view application/pgp-encrypted
|
auto_view application/pgp-encrypted
|
||||||
alternative_order text/plain text/enriched text/html
|
alternative_order text/plain text/enriched text/html
|
||||||
|
|
||||||
source sidebar # load sidebar settings
|
|
||||||
source keybinds # load keybinds
|
source keybinds # load keybinds
|
||||||
source colors # load colors
|
source colors # load colors
|
||||||
source account # load account
|
source account # load account
|
||||||
|
7
sidebar
7
sidebar
@ -1,7 +0,0 @@
|
|||||||
# vim: filetype=neomuttrc
|
|
||||||
|
|
||||||
set sidebar_visible = yes # enable sidebar
|
|
||||||
set sidebar_width = 20 # sidebar width
|
|
||||||
set sidebar_short_path = yes
|
|
||||||
set sidebar_next_new_wrap = yes # ctrl-j/k will wrap around
|
|
||||||
set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' # sidebar format
|
|
Loading…
x
Reference in New Issue
Block a user