jackjindtnt / KI

Ki
0 stars 0 forks source link

Configure in ~/.muttrc file #23

Open jackjindtnt opened 6 years ago

jackjindtnt commented 6 years ago

set realname = "" set from = "@gmail.com" set use_from = yes set envelope_from = yes

Key bindings

Mailboxes

bind index G imap-fetch-mail macro index gi "=INBOX" "Go to Inbox" macro index gs "=$my_sent" "Go to Sent" macro index gd "=$my_drafts" "Go to Drafts" macro index gt "=$my_trash" "Go to Trash"

Index

bind index previous-entry bind index next-entry bind index delete-message bind index n next-entry bind index p previous-entry macro index Q ":set quit=yes\nq" "Quit mutt without asking" bind index C noop bind index - collapse-thread bind index _ collapse-all

Pager

bind pager previous-line bind pager next-line bind pager previous-entry bind pager next-entry bind pager delete-message bind pager k previous-line bind pager j next-line bind pager n next-entry bind pager p previous-entry bind pager w previous-page

Colors

color normal white default color attachment brightyellow default color hdrdefault cyan default color indicator black cyan color markers brightred default color quoted green default color signature cyan default color status brightgreen blue color tilde blue default color tree red default color header brightgreen default ^From: color header brightcyan default ^To: color header brightcyan default ^Reply-To: color header brightcyan default ^Cc: color header brightblue default ^Subject: color body brightred default [-.+a-zA-Z0-9]+@[-.a-zA-Z0-9]+ color body brightblue default (https?|ftp)://[-.,/%~:?&=#a-zA-Z0-9]+

For better looks

set markers=no # don't put '+' at the beginning of wrapped lines

set pager_index_lines= 5 # how large is the index window?