Removing old unused mutt configs
parent
7913c08e26
commit
a0c0f6b3dd
@ -1,38 +0,0 @@
|
|||||||
#color status white red
|
|
||||||
|
|
||||||
# Receive options.
|
|
||||||
#set imap_user = "dustinswan@gmail.com"
|
|
||||||
#set imap_pass = $my_gmail_password
|
|
||||||
set folder = "imaps://imap.gmail.com"
|
|
||||||
set spoolfile = +INBOX
|
|
||||||
set postponed = +Drafts
|
|
||||||
# set record = +Sent # Gmail saves this automatically
|
|
||||||
unset record
|
|
||||||
unset move
|
|
||||||
|
|
||||||
# Send options.
|
|
||||||
#set smtp_url = "smtps://dustinswan@smtp.gmail.com"
|
|
||||||
#set smtp_pass = $my_gmail_password
|
|
||||||
#set realname = 'Dustin Swan'
|
|
||||||
#set from = "dustinswan@gmail.com"
|
|
||||||
#set hostname = "gmail.com"
|
|
||||||
|
|
||||||
# Hook
|
|
||||||
#account-hook $folder "set imap_user = dustinswan@gmail.com"
|
|
||||||
#account-hook $folder "set imap_pass = $my_gmail_password"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set from = "dustinswan@gmail.com"
|
|
||||||
set sendmail = "msmtp -a DustinswanGmail"
|
|
||||||
|
|
||||||
set spoolfile = "+DustinswanGmail/INBOX"
|
|
||||||
set mbox = "+DustinswanGmail/archive"
|
|
||||||
set postponed = "+DustinswanGmail/drafts"
|
|
||||||
|
|
||||||
unset move
|
|
||||||
|
|
||||||
color status white red
|
|
@ -1,2 +0,0 @@
|
|||||||
macro index,pager \cb <pipe-entry>'urlscan'<enter> 'Follow links with urlview'
|
|
||||||
macro attach,compose \cb <pipe-entry>'urlscan'<enter> 'Follow links with urlview'
|
|
@ -1,151 +0,0 @@
|
|||||||
# vim: filetype=muttrc
|
|
||||||
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
|
||||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
|
||||||
|
|
||||||
# custom body highlights -----------------------------------------------
|
|
||||||
# highlight my name and other personally relevant strings
|
|
||||||
#color body yellow default "(ethan|schoonover)"
|
|
||||||
# custom index highlights ----------------------------------------------
|
|
||||||
# messages which mention my name in the body
|
|
||||||
#color index yellow default "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_cream brightwhite "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index yellow cyan "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
|
||||||
#color index yellow J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
|
||||||
## messages which are in reference to my mails
|
|
||||||
#color index J_magent default "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent brightwhite "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent cyan "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
|
||||||
#color index J_magent red "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
|
||||||
|
|
||||||
# for background in 16 color terminal, valid background colors include:
|
|
||||||
# base03, bg, black, any of the non brights
|
|
||||||
|
|
||||||
# basic colors ---------------------------------------------------------
|
|
||||||
color normal brightyellow default
|
|
||||||
color error red default
|
|
||||||
color tilde black default
|
|
||||||
color message cyan default
|
|
||||||
color markers red white
|
|
||||||
color attachment white default
|
|
||||||
color search brightmagenta default
|
|
||||||
#color status J_black J_status
|
|
||||||
color status brightyellow black
|
|
||||||
color indicator brightblack yellow
|
|
||||||
color tree yellow default # arrow in threads
|
|
||||||
|
|
||||||
# basic monocolor screen
|
|
||||||
mono bold bold
|
|
||||||
mono underline underline
|
|
||||||
mono indicator reverse
|
|
||||||
mono error bold
|
|
||||||
|
|
||||||
# index ----------------------------------------------------------------
|
|
||||||
|
|
||||||
#color index red default "~D(!~p|~p)" # deleted
|
|
||||||
#color index black default ~F # flagged
|
|
||||||
#color index brightred default ~= # duplicate messages
|
|
||||||
#color index brightgreen default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
|
||||||
#color index J_base default "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
|
||||||
color index red default "~A" # all messages
|
|
||||||
color index brightred default "~E" # expired messages
|
|
||||||
color index blue default "~N" # new messages
|
|
||||||
color index blue default "~O" # old messages
|
|
||||||
color index brightmagenta default "~Q" # messages that have been replied to
|
|
||||||
color index brightgreen default "~R" # read messages
|
|
||||||
color index blue default "~U" # unread messages
|
|
||||||
color index blue default "~U~$" # unread, unreferenced messages
|
|
||||||
color index brightyellow default "~v" # messages part of a collapsed thread
|
|
||||||
color index brightyellow default "~P" # messages from me
|
|
||||||
color index cyan default "~p!~F" # messages to me
|
|
||||||
color index cyan default "~N~p!~F" # new messages to me
|
|
||||||
color index cyan default "~U~p!~F" # unread messages to me
|
|
||||||
color index brightgreen default "~R~p!~F" # messages to me
|
|
||||||
color index red default "~F" # flagged messages
|
|
||||||
color index red default "~F~p" # flagged messages to me
|
|
||||||
color index red default "~N~F" # new flagged messages
|
|
||||||
color index red default "~N~F~p" # new flagged messages to me
|
|
||||||
color index red default "~U~F~p" # new flagged messages to me
|
|
||||||
color index black red "~D" # deleted messages
|
|
||||||
color index brightcyan default "~v~(!~N)" # collapsed thread with no unread
|
|
||||||
color index yellow default "~v~(~N)" # collapsed thread with some unread
|
|
||||||
color index green default "~N~v~(~N)" # collapsed thread with unread parent
|
|
||||||
# statusbg used to indicated flagged when foreground color shows other status
|
|
||||||
# for collapsed thread
|
|
||||||
color index red black "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
|
||||||
color index yellow black "~v~(~F~N)" # collapsed thread with some unread & flagged
|
|
||||||
color index green black "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
|
||||||
color index green black "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
|
||||||
color index cyan black "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
|
||||||
color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
|
||||||
#color index yellow default "~(~N)" # messages in threads with some unread
|
|
||||||
#color index green default "~S" # superseded messages
|
|
||||||
#color index red default "~T" # tagged messages
|
|
||||||
#color index brightred red "~=" # duplicated messages
|
|
||||||
|
|
||||||
# message headers ------------------------------------------------------
|
|
||||||
|
|
||||||
#color header brightgreen default "^"
|
|
||||||
color hdrdefault brightgreen default
|
|
||||||
color header brightyellow default "^(From)"
|
|
||||||
color header blue default "^(Subject)"
|
|
||||||
|
|
||||||
# body -----------------------------------------------------------------
|
|
||||||
|
|
||||||
color quoted blue default
|
|
||||||
color quoted1 cyan default
|
|
||||||
color quoted2 yellow default
|
|
||||||
color quoted3 red default
|
|
||||||
color quoted4 brightred default
|
|
||||||
|
|
||||||
color signature brightgreen default
|
|
||||||
color bold black default
|
|
||||||
color underline black default
|
|
||||||
color normal default default
|
|
||||||
#
|
|
||||||
color body brightcyan default "[;:][-o][)/(|]" # emoticons
|
|
||||||
color body brightcyan default "[;:][)(|]" # emoticons
|
|
||||||
color body brightcyan default "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
|
||||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
|
||||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
|
||||||
color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon?
|
|
||||||
color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
|
||||||
|
|
||||||
## pgp
|
|
||||||
|
|
||||||
color body red default "(BAD signature)"
|
|
||||||
color body cyan default "(Good signature)"
|
|
||||||
color body brightblack default "^gpg: Good signature .*"
|
|
||||||
color body brightyellow default "^gpg: "
|
|
||||||
color body brightyellow red "^gpg: BAD signature from.*"
|
|
||||||
mono body bold "^gpg: Good signature"
|
|
||||||
mono body bold "^gpg: BAD signature from.*"
|
|
||||||
|
|
||||||
# yes, an insance URL regex
|
|
||||||
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
|
||||||
# and a heavy handed email regex
|
|
||||||
#color body J_magent default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
|
||||||
|
|
||||||
# Various smilies and the like
|
|
||||||
#color body brightwhite default "<[Gg]>" # <g>
|
|
||||||
#color body brightwhite default "<[Bb][Gg]>" # <bg>
|
|
||||||
#color body yellow default " [;:]-*[})>{(<|]" # :-) etc...
|
|
||||||
# *bold*
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
# _underline_
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
# /italic/ (Sometimes gets directory names)
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
|
|
||||||
# Border lines.
|
|
||||||
#color body blue default "( *[-+=#*~_]){6,}"
|
|
||||||
|
|
||||||
#folder-hook . "color status J_black J_status "
|
|
||||||
#folder-hook gmail/inbox "color status J_black yellow "
|
|
||||||
#folder-hook gmail/important "color status J_black yellow "
|
|
||||||
|
|
@ -1,151 +0,0 @@
|
|||||||
# vim: filetype=muttrc
|
|
||||||
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
|
||||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
|
||||||
|
|
||||||
# custom body highlights -----------------------------------------------
|
|
||||||
# highlight my name and other personally relevant strings
|
|
||||||
#color body color136 color234 "(ethan|schoonover)"
|
|
||||||
# custom index highlights ----------------------------------------------
|
|
||||||
# messages which mention my name in the body
|
|
||||||
#color index color136 color234 "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_cream color230 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index color136 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
|
||||||
#color index color136 J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
|
||||||
## messages which are in reference to my mails
|
|
||||||
#color index J_magent color234 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent color230 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent color37 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
|
||||||
#color index J_magent color160 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
|
||||||
|
|
||||||
# for background in 16 color terminal, valid background colors include:
|
|
||||||
# base03, bg, black, any of the non brights
|
|
||||||
|
|
||||||
# basic colors ---------------------------------------------------------
|
|
||||||
color normal color241 color234
|
|
||||||
color error color160 color234
|
|
||||||
color tilde color235 color234
|
|
||||||
color message color37 color234
|
|
||||||
color markers color160 color254
|
|
||||||
color attachment color254 color234
|
|
||||||
color search color61 color234
|
|
||||||
#color status J_black J_status
|
|
||||||
color status color241 color235
|
|
||||||
color indicator color234 color136
|
|
||||||
color tree color136 color234 # arrow in threads
|
|
||||||
|
|
||||||
# basic monocolor screen
|
|
||||||
mono bold bold
|
|
||||||
mono underline underline
|
|
||||||
mono indicator reverse
|
|
||||||
mono error bold
|
|
||||||
|
|
||||||
# index ----------------------------------------------------------------
|
|
||||||
|
|
||||||
#color index color160 color234 "~D(!~p|~p)" # deleted
|
|
||||||
#color index color235 color234 ~F # flagged
|
|
||||||
#color index color166 color234 ~= # duplicate messages
|
|
||||||
#color index color240 color234 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
|
||||||
#color index J_base color234 "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
|
||||||
color index color160 color234 "~A" # all messages
|
|
||||||
color index color166 color234 "~E" # expired messages
|
|
||||||
color index color33 color234 "~N" # new messages
|
|
||||||
color index color33 color234 "~O" # old messages
|
|
||||||
color index color61 color234 "~Q" # messages that have been replied to
|
|
||||||
color index color240 color234 "~R" # read messages
|
|
||||||
color index color33 color234 "~U" # unread messages
|
|
||||||
color index color33 color234 "~U~$" # unread, unreferenced messages
|
|
||||||
color index color241 color234 "~v" # messages part of a collapsed thread
|
|
||||||
color index color241 color234 "~P" # messages from me
|
|
||||||
color index color37 color234 "~p!~F" # messages to me
|
|
||||||
color index color37 color234 "~N~p!~F" # new messages to me
|
|
||||||
color index color37 color234 "~U~p!~F" # unread messages to me
|
|
||||||
color index color240 color234 "~R~p!~F" # messages to me
|
|
||||||
color index color160 color234 "~F" # flagged messages
|
|
||||||
color index color160 color234 "~F~p" # flagged messages to me
|
|
||||||
color index color160 color234 "~N~F" # new flagged messages
|
|
||||||
color index color160 color234 "~N~F~p" # new flagged messages to me
|
|
||||||
color index color160 color234 "~U~F~p" # new flagged messages to me
|
|
||||||
color index color235 color160 "~D" # deleted messages
|
|
||||||
color index color245 color234 "~v~(!~N)" # collapsed thread with no unread
|
|
||||||
color index color136 color234 "~v~(~N)" # collapsed thread with some unread
|
|
||||||
color index color64 color234 "~N~v~(~N)" # collapsed thread with unread parent
|
|
||||||
# statusbg used to indicated flagged when foreground color shows other status
|
|
||||||
# for collapsed thread
|
|
||||||
color index color160 color235 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
|
||||||
color index color136 color235 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
|
||||||
color index color64 color235 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
|
||||||
color index color64 color235 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
|
||||||
color index color37 color235 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
|
||||||
color index color136 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
|
||||||
#color index color136 color234 "~(~N)" # messages in threads with some unread
|
|
||||||
#color index color64 color234 "~S" # superseded messages
|
|
||||||
#color index color160 color234 "~T" # tagged messages
|
|
||||||
#color index color166 color160 "~=" # duplicated messages
|
|
||||||
|
|
||||||
# message headers ------------------------------------------------------
|
|
||||||
|
|
||||||
#color header color240 color234 "^"
|
|
||||||
color hdrdefault color240 color234
|
|
||||||
color header color241 color234 "^(From)"
|
|
||||||
color header color33 color234 "^(Subject)"
|
|
||||||
|
|
||||||
# body -----------------------------------------------------------------
|
|
||||||
|
|
||||||
color quoted color33 color234
|
|
||||||
color quoted1 color37 color234
|
|
||||||
color quoted2 color136 color234
|
|
||||||
color quoted3 color160 color234
|
|
||||||
color quoted4 color166 color234
|
|
||||||
|
|
||||||
color signature color240 color234
|
|
||||||
color bold color235 color234
|
|
||||||
color underline color235 color234
|
|
||||||
color normal color244 color234
|
|
||||||
#
|
|
||||||
color body color245 color234 "[;:][-o][)/(|]" # emoticons
|
|
||||||
color body color245 color234 "[;:][)(|]" # emoticons
|
|
||||||
color body color245 color234 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
|
||||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
|
||||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
|
||||||
color body color245 color234 "[ ][*][^*]*[*][ ]?" # more emoticon?
|
|
||||||
color body color245 color234 "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
|
||||||
|
|
||||||
## pgp
|
|
||||||
|
|
||||||
color body color160 color234 "(BAD signature)"
|
|
||||||
color body color37 color234 "(Good signature)"
|
|
||||||
color body color234 color234 "^gpg: Good signature .*"
|
|
||||||
color body color241 color234 "^gpg: "
|
|
||||||
color body color241 color160 "^gpg: BAD signature from.*"
|
|
||||||
mono body bold "^gpg: Good signature"
|
|
||||||
mono body bold "^gpg: BAD signature from.*"
|
|
||||||
|
|
||||||
# yes, an insance URL regex
|
|
||||||
color body color160 color234 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
|
||||||
# and a heavy handed email regex
|
|
||||||
#color body J_magent color234 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
|
||||||
|
|
||||||
# Various smilies and the like
|
|
||||||
#color body color230 color234 "<[Gg]>" # <g>
|
|
||||||
#color body color230 color234 "<[Bb][Gg]>" # <bg>
|
|
||||||
#color body color136 color234 " [;:]-*[})>{(<|]" # :-) etc...
|
|
||||||
# *bold*
|
|
||||||
#color body color33 color234 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
# _underline_
|
|
||||||
#color body color33 color234 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
# /italic/ (Sometimes gets directory names)
|
|
||||||
#color body color33 color234 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
|
|
||||||
# Border lines.
|
|
||||||
#color body color33 color234 "( *[-+=#*~_]){6,}"
|
|
||||||
|
|
||||||
#folder-hook . "color status J_black J_status "
|
|
||||||
#folder-hook gmail/inbox "color status J_black color136 "
|
|
||||||
#folder-hook gmail/important "color status J_black color136 "
|
|
||||||
|
|
@ -1,76 +0,0 @@
|
|||||||
# General
|
|
||||||
set realname = "Dustin Swan"
|
|
||||||
|
|
||||||
set folder = ~/.mail
|
|
||||||
set alias_file = ~/.mutt/alias
|
|
||||||
set header_cache = ~/.mutt/cache/headers
|
|
||||||
set message_cachedir = ~/.mutt/cache/bodies
|
|
||||||
set certificate_file = ~/.mutt/certificates
|
|
||||||
set mailcap_path = ~/.mailcap
|
|
||||||
set tmpdir = ~/.mutt/temp
|
|
||||||
set signature = ~/.mutt/sig
|
|
||||||
|
|
||||||
set mbox_type = Maildir
|
|
||||||
#
|
|
||||||
# Start with these
|
|
||||||
set spoolfile = "+gmail/INBOX"
|
|
||||||
#set mbox = "+gmail/archive" # TODO
|
|
||||||
#set postponed = "+gmail/drafts" # TODO
|
|
||||||
|
|
||||||
#source "gpg -d ~/.gmail_password_mutt.gpg |"
|
|
||||||
#source "gpg -d ~/.iocom_password_mutt.gpg |"
|
|
||||||
|
|
||||||
set sendmail_wait = 0
|
|
||||||
set send_charset = "utf-8"
|
|
||||||
|
|
||||||
bind index gg first-entry
|
|
||||||
bind index G last-entry
|
|
||||||
bind index R group-reply # Was g
|
|
||||||
|
|
||||||
bind pager gg top
|
|
||||||
bind pager G bottom
|
|
||||||
bind pager R group-reply # Was g
|
|
||||||
|
|
||||||
# Edit headers
|
|
||||||
#set edit_headers = yes
|
|
||||||
#unset use_from
|
|
||||||
#unset use_domain
|
|
||||||
#unset user_agent
|
|
||||||
#unmy_hdr *
|
|
||||||
|
|
||||||
# Use ppl for address book
|
|
||||||
# set query_command = "ppl mutt '%s'"
|
|
||||||
|
|
||||||
# Sorting
|
|
||||||
set sort = threads
|
|
||||||
set sort_aux = reverse-last-date-received
|
|
||||||
|
|
||||||
# Sidebar
|
|
||||||
#set sidebar_delim = ' │'
|
|
||||||
#set sidebar_visible = yes
|
|
||||||
#set sidebar_width = 50
|
|
||||||
## color sidebar_new color221 color233
|
|
||||||
#bind index <down> sidebar-next
|
|
||||||
#bind index <up> sidebar-prev
|
|
||||||
#bind index <right> sidebar-open
|
|
||||||
|
|
||||||
# Status Bar
|
|
||||||
#set status_chars = " *&A"
|
|
||||||
#set status_format = "---[ Folder: %f ]---[%r%n messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]---%>-%?p?( %p postponed )?---""
|
|
||||||
|
|
||||||
# html mail
|
|
||||||
auto_view text/html
|
|
||||||
alternative_order text/plain text/enriched text/html
|
|
||||||
|
|
||||||
# Colors
|
|
||||||
source ~/.mutt/mutt-colors-solarized-dark-256.muttrc
|
|
||||||
|
|
||||||
# 'L' performs a notmuch query, showing only the results
|
|
||||||
macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
|
|
||||||
|
|
||||||
# 'a' shows all messages again (supersedes default <alias> binding)
|
|
||||||
macro index a "<limit>all\n" "show all messages (undo limit)"
|
|
||||||
|
|
||||||
# Urlview
|
|
||||||
macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
set from = "dswan@iocom.com"
|
|
||||||
set sendmail = "msmtp -a DswanIOCOM"
|
|
||||||
|
|
||||||
set spoolfile = "+DswanIOCOM/INBOX"
|
|
||||||
set mbox = "+DswanIOCOM/archive"
|
|
||||||
set postponed = "+DswanIOCOM/drafts"
|
|
||||||
|
|
||||||
color status white blue
|
|
@ -1,10 +0,0 @@
|
|||||||
set from = "dustinswan@gmail.com"
|
|
||||||
set sendmail = "msmtp -a DustinswanGmail"
|
|
||||||
|
|
||||||
set spoolfile = "+DustinswanGmail/INBOX"
|
|
||||||
set mbox = "+DustinswanGmail/archive"
|
|
||||||
set postponed = "+DustinswanGmail/drafts"
|
|
||||||
|
|
||||||
unset move
|
|
||||||
|
|
||||||
color status white red
|
|
@ -1,2 +0,0 @@
|
|||||||
macro index,pager \cb <pipe-entry>'urlscan'<enter> 'Follow links with urlview'
|
|
||||||
macro attach,compose \cb <pipe-entry>'urlscan'<enter> 'Follow links with urlview'
|
|
@ -1,151 +0,0 @@
|
|||||||
# vim: filetype=muttrc
|
|
||||||
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
|
||||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
|
||||||
|
|
||||||
# custom body highlights -----------------------------------------------
|
|
||||||
# highlight my name and other personally relevant strings
|
|
||||||
#color body yellow default "(ethan|schoonover)"
|
|
||||||
# custom index highlights ----------------------------------------------
|
|
||||||
# messages which mention my name in the body
|
|
||||||
#color index yellow default "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_cream brightwhite "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index yellow cyan "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
|
||||||
#color index yellow J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
|
||||||
## messages which are in reference to my mails
|
|
||||||
#color index J_magent default "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent brightwhite "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent cyan "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
|
||||||
#color index J_magent red "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
|
||||||
|
|
||||||
# for background in 16 color terminal, valid background colors include:
|
|
||||||
# base03, bg, black, any of the non brights
|
|
||||||
|
|
||||||
# basic colors ---------------------------------------------------------
|
|
||||||
color normal brightyellow default
|
|
||||||
color error red default
|
|
||||||
color tilde black default
|
|
||||||
color message cyan default
|
|
||||||
color markers red white
|
|
||||||
color attachment white default
|
|
||||||
color search brightmagenta default
|
|
||||||
#color status J_black J_status
|
|
||||||
color status brightyellow black
|
|
||||||
color indicator brightblack yellow
|
|
||||||
color tree yellow default # arrow in threads
|
|
||||||
|
|
||||||
# basic monocolor screen
|
|
||||||
mono bold bold
|
|
||||||
mono underline underline
|
|
||||||
mono indicator reverse
|
|
||||||
mono error bold
|
|
||||||
|
|
||||||
# index ----------------------------------------------------------------
|
|
||||||
|
|
||||||
#color index red default "~D(!~p|~p)" # deleted
|
|
||||||
#color index black default ~F # flagged
|
|
||||||
#color index brightred default ~= # duplicate messages
|
|
||||||
#color index brightgreen default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
|
||||||
#color index J_base default "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
|
||||||
color index red default "~A" # all messages
|
|
||||||
color index brightred default "~E" # expired messages
|
|
||||||
color index blue default "~N" # new messages
|
|
||||||
color index blue default "~O" # old messages
|
|
||||||
color index brightmagenta default "~Q" # messages that have been replied to
|
|
||||||
color index brightgreen default "~R" # read messages
|
|
||||||
color index blue default "~U" # unread messages
|
|
||||||
color index blue default "~U~$" # unread, unreferenced messages
|
|
||||||
color index brightyellow default "~v" # messages part of a collapsed thread
|
|
||||||
color index brightyellow default "~P" # messages from me
|
|
||||||
color index cyan default "~p!~F" # messages to me
|
|
||||||
color index cyan default "~N~p!~F" # new messages to me
|
|
||||||
color index cyan default "~U~p!~F" # unread messages to me
|
|
||||||
color index brightgreen default "~R~p!~F" # messages to me
|
|
||||||
color index red default "~F" # flagged messages
|
|
||||||
color index red default "~F~p" # flagged messages to me
|
|
||||||
color index red default "~N~F" # new flagged messages
|
|
||||||
color index red default "~N~F~p" # new flagged messages to me
|
|
||||||
color index red default "~U~F~p" # new flagged messages to me
|
|
||||||
color index black red "~D" # deleted messages
|
|
||||||
color index brightcyan default "~v~(!~N)" # collapsed thread with no unread
|
|
||||||
color index yellow default "~v~(~N)" # collapsed thread with some unread
|
|
||||||
color index green default "~N~v~(~N)" # collapsed thread with unread parent
|
|
||||||
# statusbg used to indicated flagged when foreground color shows other status
|
|
||||||
# for collapsed thread
|
|
||||||
color index red black "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
|
||||||
color index yellow black "~v~(~F~N)" # collapsed thread with some unread & flagged
|
|
||||||
color index green black "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
|
||||||
color index green black "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
|
||||||
color index cyan black "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
|
||||||
color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
|
||||||
#color index yellow default "~(~N)" # messages in threads with some unread
|
|
||||||
#color index green default "~S" # superseded messages
|
|
||||||
#color index red default "~T" # tagged messages
|
|
||||||
#color index brightred red "~=" # duplicated messages
|
|
||||||
|
|
||||||
# message headers ------------------------------------------------------
|
|
||||||
|
|
||||||
#color header brightgreen default "^"
|
|
||||||
color hdrdefault brightgreen default
|
|
||||||
color header brightyellow default "^(From)"
|
|
||||||
color header blue default "^(Subject)"
|
|
||||||
|
|
||||||
# body -----------------------------------------------------------------
|
|
||||||
|
|
||||||
color quoted blue default
|
|
||||||
color quoted1 cyan default
|
|
||||||
color quoted2 yellow default
|
|
||||||
color quoted3 red default
|
|
||||||
color quoted4 brightred default
|
|
||||||
|
|
||||||
color signature brightgreen default
|
|
||||||
color bold black default
|
|
||||||
color underline black default
|
|
||||||
color normal default default
|
|
||||||
#
|
|
||||||
color body brightcyan default "[;:][-o][)/(|]" # emoticons
|
|
||||||
color body brightcyan default "[;:][)(|]" # emoticons
|
|
||||||
color body brightcyan default "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
|
||||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
|
||||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
|
||||||
color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon?
|
|
||||||
color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
|
||||||
|
|
||||||
## pgp
|
|
||||||
|
|
||||||
color body red default "(BAD signature)"
|
|
||||||
color body cyan default "(Good signature)"
|
|
||||||
color body brightblack default "^gpg: Good signature .*"
|
|
||||||
color body brightyellow default "^gpg: "
|
|
||||||
color body brightyellow red "^gpg: BAD signature from.*"
|
|
||||||
mono body bold "^gpg: Good signature"
|
|
||||||
mono body bold "^gpg: BAD signature from.*"
|
|
||||||
|
|
||||||
# yes, an insance URL regex
|
|
||||||
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
|
||||||
# and a heavy handed email regex
|
|
||||||
#color body J_magent default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
|
||||||
|
|
||||||
# Various smilies and the like
|
|
||||||
#color body brightwhite default "<[Gg]>" # <g>
|
|
||||||
#color body brightwhite default "<[Bb][Gg]>" # <bg>
|
|
||||||
#color body yellow default " [;:]-*[})>{(<|]" # :-) etc...
|
|
||||||
# *bold*
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
# _underline_
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
# /italic/ (Sometimes gets directory names)
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
|
|
||||||
# Border lines.
|
|
||||||
#color body blue default "( *[-+=#*~_]){6,}"
|
|
||||||
|
|
||||||
#folder-hook . "color status J_black J_status "
|
|
||||||
#folder-hook gmail/inbox "color status J_black yellow "
|
|
||||||
#folder-hook gmail/important "color status J_black yellow "
|
|
||||||
|
|
@ -1,151 +0,0 @@
|
|||||||
# vim: filetype=muttrc
|
|
||||||
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
|
||||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
|
||||||
|
|
||||||
# custom body highlights -----------------------------------------------
|
|
||||||
# highlight my name and other personally relevant strings
|
|
||||||
#color body color136 color234 "(ethan|schoonover)"
|
|
||||||
# custom index highlights ----------------------------------------------
|
|
||||||
# messages which mention my name in the body
|
|
||||||
#color index color136 color234 "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_cream color230 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index color136 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
|
||||||
#color index color136 J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
|
||||||
## messages which are in reference to my mails
|
|
||||||
#color index J_magent color234 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent color230 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent color37 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
|
||||||
#color index J_magent color160 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
|
||||||
|
|
||||||
# for background in 16 color terminal, valid background colors include:
|
|
||||||
# base03, bg, black, any of the non brights
|
|
||||||
|
|
||||||
# basic colors ---------------------------------------------------------
|
|
||||||
color normal color241 color234
|
|
||||||
color error color160 color234
|
|
||||||
color tilde color235 color234
|
|
||||||
color message color37 color234
|
|
||||||
color markers color160 color254
|
|
||||||
color attachment color254 color234
|
|
||||||
color search color61 color234
|
|
||||||
#color status J_black J_status
|
|
||||||
color status color241 color235
|
|
||||||
color indicator color234 color136
|
|
||||||
color tree color136 color234 # arrow in threads
|
|
||||||
|
|
||||||
# basic monocolor screen
|
|
||||||
mono bold bold
|
|
||||||
mono underline underline
|
|
||||||
mono indicator reverse
|
|
||||||
mono error bold
|
|
||||||
|
|
||||||
# index ----------------------------------------------------------------
|
|
||||||
|
|
||||||
#color index color160 color234 "~D(!~p|~p)" # deleted
|
|
||||||
#color index color235 color234 ~F # flagged
|
|
||||||
#color index color166 color234 ~= # duplicate messages
|
|
||||||
#color index color240 color234 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
|
||||||
#color index J_base color234 "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
|
||||||
color index color160 color234 "~A" # all messages
|
|
||||||
color index color166 color234 "~E" # expired messages
|
|
||||||
color index color33 color234 "~N" # new messages
|
|
||||||
color index color33 color234 "~O" # old messages
|
|
||||||
color index color61 color234 "~Q" # messages that have been replied to
|
|
||||||
color index color240 color234 "~R" # read messages
|
|
||||||
color index color33 color234 "~U" # unread messages
|
|
||||||
color index color33 color234 "~U~$" # unread, unreferenced messages
|
|
||||||
color index color241 color234 "~v" # messages part of a collapsed thread
|
|
||||||
color index color241 color234 "~P" # messages from me
|
|
||||||
color index color37 color234 "~p!~F" # messages to me
|
|
||||||
color index color37 color234 "~N~p!~F" # new messages to me
|
|
||||||
color index color37 color234 "~U~p!~F" # unread messages to me
|
|
||||||
color index color240 color234 "~R~p!~F" # messages to me
|
|
||||||
color index color160 color234 "~F" # flagged messages
|
|
||||||
color index color160 color234 "~F~p" # flagged messages to me
|
|
||||||
color index color160 color234 "~N~F" # new flagged messages
|
|
||||||
color index color160 color234 "~N~F~p" # new flagged messages to me
|
|
||||||
color index color160 color234 "~U~F~p" # new flagged messages to me
|
|
||||||
color index color235 color160 "~D" # deleted messages
|
|
||||||
color index color245 color234 "~v~(!~N)" # collapsed thread with no unread
|
|
||||||
color index color136 color234 "~v~(~N)" # collapsed thread with some unread
|
|
||||||
color index color64 color234 "~N~v~(~N)" # collapsed thread with unread parent
|
|
||||||
# statusbg used to indicated flagged when foreground color shows other status
|
|
||||||
# for collapsed thread
|
|
||||||
color index color160 color235 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
|
||||||
color index color136 color235 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
|
||||||
color index color64 color235 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
|
||||||
color index color64 color235 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
|
||||||
color index color37 color235 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
|
||||||
color index color136 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
|
||||||
#color index color136 color234 "~(~N)" # messages in threads with some unread
|
|
||||||
#color index color64 color234 "~S" # superseded messages
|
|
||||||
#color index color160 color234 "~T" # tagged messages
|
|
||||||
#color index color166 color160 "~=" # duplicated messages
|
|
||||||
|
|
||||||
# message headers ------------------------------------------------------
|
|
||||||
|
|
||||||
#color header color240 color234 "^"
|
|
||||||
color hdrdefault color240 color234
|
|
||||||
color header color241 color234 "^(From)"
|
|
||||||
color header color33 color234 "^(Subject)"
|
|
||||||
|
|
||||||
# body -----------------------------------------------------------------
|
|
||||||
|
|
||||||
color quoted color33 color234
|
|
||||||
color quoted1 color37 color234
|
|
||||||
color quoted2 color136 color234
|
|
||||||
color quoted3 color160 color234
|
|
||||||
color quoted4 color166 color234
|
|
||||||
|
|
||||||
color signature color240 color234
|
|
||||||
color bold color235 color234
|
|
||||||
color underline color235 color234
|
|
||||||
color normal color244 color234
|
|
||||||
#
|
|
||||||
color body color245 color234 "[;:][-o][)/(|]" # emoticons
|
|
||||||
color body color245 color234 "[;:][)(|]" # emoticons
|
|
||||||
color body color245 color234 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
|
||||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
|
||||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
|
||||||
color body color245 color234 "[ ][*][^*]*[*][ ]?" # more emoticon?
|
|
||||||
color body color245 color234 "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
|
||||||
|
|
||||||
## pgp
|
|
||||||
|
|
||||||
color body color160 color234 "(BAD signature)"
|
|
||||||
color body color37 color234 "(Good signature)"
|
|
||||||
color body color234 color234 "^gpg: Good signature .*"
|
|
||||||
color body color241 color234 "^gpg: "
|
|
||||||
color body color241 color160 "^gpg: BAD signature from.*"
|
|
||||||
mono body bold "^gpg: Good signature"
|
|
||||||
mono body bold "^gpg: BAD signature from.*"
|
|
||||||
|
|
||||||
# yes, an insance URL regex
|
|
||||||
color body color160 color234 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
|
||||||
# and a heavy handed email regex
|
|
||||||
#color body J_magent color234 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
|
||||||
|
|
||||||
# Various smilies and the like
|
|
||||||
#color body color230 color234 "<[Gg]>" # <g>
|
|
||||||
#color body color230 color234 "<[Bb][Gg]>" # <bg>
|
|
||||||
#color body color136 color234 " [;:]-*[})>{(<|]" # :-) etc...
|
|
||||||
# *bold*
|
|
||||||
#color body color33 color234 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
# _underline_
|
|
||||||
#color body color33 color234 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
# /italic/ (Sometimes gets directory names)
|
|
||||||
#color body color33 color234 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
|
|
||||||
# Border lines.
|
|
||||||
#color body color33 color234 "( *[-+=#*~_]){6,}"
|
|
||||||
|
|
||||||
#folder-hook . "color status J_black J_status "
|
|
||||||
#folder-hook gmail/inbox "color status J_black color136 "
|
|
||||||
#folder-hook gmail/important "color status J_black color136 "
|
|
||||||
|
|
@ -1,80 +0,0 @@
|
|||||||
# General
|
|
||||||
set realname = "Dustin Swan"
|
|
||||||
|
|
||||||
set folder = ~/.mail
|
|
||||||
set alias_file = ~/.mutt/alias
|
|
||||||
set header_cache = ~/.mutt/cache/headers
|
|
||||||
set message_cachedir = ~/.mutt/cache/bodies
|
|
||||||
set certificate_file = ~/.mutt/certificates
|
|
||||||
set mailcap_path = ~/.mailcap
|
|
||||||
set tmpdir = ~/.mutt/temp
|
|
||||||
set signature = ~/.mutt/sig
|
|
||||||
|
|
||||||
set mbox_type = Maildir
|
|
||||||
|
|
||||||
# Start with these
|
|
||||||
set spoolfile = "+DustinswanGmail/INBOX"
|
|
||||||
set mbox = "+DustinswanGmail/archive"
|
|
||||||
set postponed = "+DustinswanGmail/drafts"
|
|
||||||
|
|
||||||
folder-hook DustinswanGmail 'source ~/.mutt/DustinswanGmail.muttrc'
|
|
||||||
folder-hook DswanIOCOM 'source ~/.mutt/DswanIOCOM.muttrc'
|
|
||||||
|
|
||||||
set sendmail_wait = 0
|
|
||||||
set send_charset = "utf-8"
|
|
||||||
|
|
||||||
unset record
|
|
||||||
|
|
||||||
bind index gg first-entry
|
|
||||||
bind index G last-entry
|
|
||||||
bind index R group-reply # Was g
|
|
||||||
|
|
||||||
bind pager gg top
|
|
||||||
bind pager G bottom
|
|
||||||
bind pager R group-reply # Was g
|
|
||||||
|
|
||||||
# Edit headers
|
|
||||||
#set edit_headers = yes
|
|
||||||
#unset use_from
|
|
||||||
#unset use_domain
|
|
||||||
#unset user_agent
|
|
||||||
#unmy_hdr *
|
|
||||||
|
|
||||||
# Use ppl for address book
|
|
||||||
set query_command = "ppl mutt '%s'"
|
|
||||||
|
|
||||||
# Sorting
|
|
||||||
set sort = threads
|
|
||||||
set sort_aux = reverse-last-date-received
|
|
||||||
|
|
||||||
# Sidebar
|
|
||||||
set sidebar_delim = ' │'
|
|
||||||
set sidebar_visible = yes
|
|
||||||
set sidebar_width = 40
|
|
||||||
# color sidebar_new color221 color233
|
|
||||||
bind index <down> sidebar-next
|
|
||||||
bind index <up> sidebar-prev
|
|
||||||
bind index <right> sidebar-open
|
|
||||||
|
|
||||||
# Status Bar
|
|
||||||
#set status_chars = " *&A"
|
|
||||||
#set status_format = "---[ Folder: %f ]---[%r%n messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]---%>-%?p?( %p postponed )?---""
|
|
||||||
|
|
||||||
# Fucking html mail
|
|
||||||
#auto_view text/html
|
|
||||||
#alternative_order text/plain text/enriched text/html
|
|
||||||
|
|
||||||
# Colors
|
|
||||||
# source ~/.mutt/mutt-colors-solarized-dark-256.muttrc
|
|
||||||
|
|
||||||
# Source offlineimap's mailbox list
|
|
||||||
source ~/.mutt/mailboxes
|
|
||||||
|
|
||||||
# Notmuch
|
|
||||||
# 'L' performs a notmuch query, showing only the results
|
|
||||||
macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
|
|
||||||
# 'a' shows all messages again (supersedes default <alias> binding)
|
|
||||||
macro index a "<limit>all\n" "show all messages (undo limit)"
|
|
||||||
|
|
||||||
# Urlview
|
|
||||||
macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
|
Loading…
Reference in New Issue