initial import
This commit is contained in:
parent
05d432f88a
commit
216dbc3fde
22 changed files with 1772 additions and 0 deletions
37
muttrc
Normal file
37
muttrc
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# general settings
|
||||
set editor=vim
|
||||
#set pager="less -c"
|
||||
set help
|
||||
set include
|
||||
set noprompt_after
|
||||
set reply_to
|
||||
set read_inc=25
|
||||
set write_inc=25
|
||||
set sort=threads
|
||||
set nomove
|
||||
|
||||
# header configuration
|
||||
ignore *
|
||||
unignore from: to: date: subject: cc: reply-to:
|
||||
|
||||
# color definitions
|
||||
color hdrdefault cyan black
|
||||
color quoted green black
|
||||
color signature cyan black
|
||||
color attachment brightyellow black
|
||||
color indicator black cyan
|
||||
color status brightgreen blue
|
||||
color tree red black
|
||||
color markers brightred black
|
||||
color tilde blue black
|
||||
#color header brightgreen black ^From:
|
||||
#color header brightcyan black ^To:
|
||||
#color header brightcyan black ^Reply-To:
|
||||
#color header brightcyan black ^Cc:
|
||||
#color header brightblue black ^Subject:
|
||||
#color body brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
||||
#color body brightblue black (http|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+
|
||||
|
||||
# attributes when using a mono terminal
|
||||
mono header underline ^(From|Subject):
|
||||
mono quoted bold
|
||||
Loading…
Add table
Add a link
Reference in a new issue