dotfiles

My dotfiles
git clone https://giovanniamaral.com/git/dotfiles
Log | Files | Refs | README | LICENSE

muttrc (1109B)


      1 set realname="Giovanni"
      2 set from="giovanni@giovanniamaral.com"
      3 
      4 set folder="$HOME/.local/share/mail"
      5 set spoolfile="+Inbox"
      6 set postponed="+Drafts"
      7 set record="+Sent"
      8 set trash="+Trash"
      9 mailboxes +Inbox +Drafts +Sent +Junk +Trash
     10 
     11 set smtp_url="smtps://giovanni@giovanniamaral.com@mail.giovanniamaral.com"
     12 set smtp_pass="`pass giovanni@giovanniamaral.com`"
     13 
     14 alternative_order text/plain text/enriched text/html
     15 auto_view text/html
     16 
     17 macro index O "<shell-escape>mbsync -a && pkill -RTMIN+3 dwmblocks<enter>" "sync all mail"
     18 
     19 bind index j next-entry
     20 bind index k previous-entry
     21 bind pager j next-line
     22 bind pager k previous-line
     23 
     24 bind pager g top
     25 bind pager G bottom
     26 bind attach,index g first-entry
     27 bind attach,index G last-entry
     28 
     29 bind attach,index,pager \CD next-page
     30 bind attach,index,pager \CU previous-page
     31 
     32 color attachment yellow default
     33 color error red default
     34 color hdrdefault blue default
     35 color header default default ^Subject:.*
     36 color index red default ~D
     37 color index magenta default ~F
     38 color index yellow default ~N
     39 color index blue default ~Q
     40 color index cyan default ~v
     41 color normal default default