Skip to content

Instantly share code, notes, and snippets.

@lkmhaqer
Last active August 29, 2015 14:27
Show Gist options
  • Save lkmhaqer/d3b3e191fe4ddd3cf9e6 to your computer and use it in GitHub Desktop.
Save lkmhaqer/d3b3e191fe4ddd3cf9e6 to your computer and use it in GitHub Desktop.
set hdr_format="!%3C %Z %[%b %d %H:%M] - %-22.22n %s"
set pager_format="[%C/%T] %s %> %n"
set attribution="%n(%u) wrote:"
set status_format="+-+ %v +My Mail+ %h:%f +-+ %s +%>-+ %b Boxes +-+ %m Messages +-+ %n New +-"
set from="my@email.tld"
set ascii_chars
#macros
macro index .c "T.\n;WN^T.\n" "Mark all messages as read"
macro index .ss "<limit>diploma|degree|pfizer|orgasm|<enter>"
macro index .s '<limit>~b "(495)|(964)|(499)|per p|sex|orgasm|doctor|profiles|blog|software store|brands|trouble viewing"<enter>'
#binds
bind compose y edit-to
bind compose 0 send-message
set attribution="According to %n (%a) on %d %t :"
set editor="vim -c \"set spell spelllang=en\" +':set textwidth=0' +':set wrapmargin=0' +':set wrap'"
#set web_browser="lynx %s"
auto_view text/html
set ispell
set autoedit
set copy=yes
set move=ask-no
set noconfirmappend
set noconfirmcreate
#set delete=yes
#set force_name
set help
#set hold
set include="yes"
set indent_str="# "
set delete=ask-yes
set include=ask-yes
set nomove
set mail_check = 1
set timeout = 30
# Set signature below.
#set signature="~/.sigfixed"
#set indent_str=":/"
set post_indent_str=">>That\'s the end of quoted material."
set sig_dashes
#set nomark_old
set mbox=+readbox
#set metoo
set sort=threads
set move=yes
#set point_new
set noprompt_after
set quote_regexp="^[>|\#:}] *"
set read_inc=50
#set record=+outbox
set record=~/Mail/sent
set resolve
set recall=ask-yes
set reply_self=no
#set pgp_replypgp
set fast_reply
mailboxes =readbox
set postponset reverse_alias
#set save_name
set shell="/bin/tcsh"
set status_on_top
set tmpdir=~/tmp
#set use_mailcap=yes
#set verify_sig=yes
set write_inc=50
set pager_index_lines=7
set implicit_autoview
my_hdr From: Your Name <my@email.tld>
## =================
## Color definitions
## =================
color attachment green black # ..
color tree red black # index
## color cc yellow black # pager header WISH!
## color date yellow black # pager header WISH!
color error red black # global
# color from red black # pager header # 0.61 : "no such object"
# color header blue black # pager header # 0.61 : "missing regexp"
color indicator white blue # index
color normal white black # pager body
color quoted red black # pager body
color quoted1 blue black
color quoted2 yellow black
color quoted3 green black
color quoted4 red black
color quoted5 yellow black
color quoted6 blue black
color quoted7 green black
color quoted8 yellow black
color quoted9 blue black
color signature brightwhite black # pager body
color status white blue # index status bar default: black white
# color subject yellow black # pager header # 0.61 : "no such object"
color tilde brightblue black # pager body
## color to yellow black # pager header WISH!
color search brightred black # search matches
#
# object foreground backg. RegExp
#
color body cyan black "((ftp|http|https)://|news:)[^ >)\"\t]+"@ ## TEST config ##
color index magenta black ~F # Flagged
#color index brightwhite black ~N # New - reg terminal config
color index green black ~N # New - gnome terminal config
color index red black ~D # Deleted
color index magenta black ~T # Tagged
mono header bold "^(From|Subject|X-Spam-Status):"
mono status bold
mono body bold "(ftp|http)://[^ ]+"
mono tilde bold
mono indicator bold
ed=~/tmp/postponed
set reverse_alias
#set save_name
set shell="/bin/tcsh"
set status_on_top
set tmpdir=~/tmp
#set use_mailcap=yes
#set verify_sig=yes
set write_inc=50
set pager_index_lines=7
set implicit_autoview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment