Initial version
This commit is contained in:
68
home/.muttrc
Normal file
68
home/.muttrc
Normal file
@@ -0,0 +1,68 @@
|
||||
set realname = "Keith Gaughan"
|
||||
set wait_key = no
|
||||
set quit
|
||||
set pipe_decode
|
||||
set thorough_search
|
||||
unset mark_old
|
||||
unset confirmappend
|
||||
|
||||
# Index View Options
|
||||
set date_format = "%Y-%m-%d"
|
||||
set index_format = "%4C %Z %D %-20.20F %s"
|
||||
set sort = threads # like gmail
|
||||
set sort_aux = reverse-last-date-received # like gmail
|
||||
set uncollapse_jump # don't collapse on an unread message
|
||||
set sort_re # thread based on regex
|
||||
set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
|
||||
|
||||
# Pager View Options
|
||||
set pager_index_lines = 10 # number of index lines to show
|
||||
set pager_context = 3 # number of context lines to show
|
||||
set pager_stop # don't go to next message automatically
|
||||
set menu_scroll # scroll in menus
|
||||
set tilde # show tildes like in vim
|
||||
unset markers # no ugly plus signs
|
||||
|
||||
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
|
||||
alternative_order text/plain text/enriched text/html
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal default default
|
||||
color error red default
|
||||
color tilde default default
|
||||
color message white default
|
||||
color markers green default
|
||||
color attachment white default
|
||||
color search white blue
|
||||
color status color8 blue
|
||||
color indicator color7 color10
|
||||
color tree color3 default
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# Mesage headers
|
||||
color hdrdefault blue default
|
||||
color header yellow default "^(From)"
|
||||
color header yellow default "^(Subject)"
|
||||
|
||||
set spoolfile="imap://imap.tilde.club/INBOX"
|
||||
set folder="imap://imap.tilde.club/"
|
||||
set from="talideon@tilde.club"
|
||||
set imap_user="talideon"
|
||||
|
||||
set record="=Sent"
|
||||
set postponed="=Drafts"
|
||||
set trash="=Trash"
|
||||
set copy=yes
|
||||
set imap_check_subscribed
|
||||
set mail_check=60
|
||||
set net_inc=5
|
||||
|
||||
source .muttrc.local
|
||||
Reference in New Issue
Block a user