dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

karleco.muttrc (486B) [raw]


      1 # Account setup for my personal email
      2 #   Checked into git as a template for other accounts
      3 
      4 set from="alex@alexkarle.com"
      5 set realname="Alex Karle"
      6 
      7 # Use a local copy of my mail (for speed and offline-access)
      8 set mbox_type="Maildir"
      9 set folder="~/mail/karleco/"
     10 set spoolfile="=INBOX"
     11 set record="=Sent"
     12 set postponed="=Drafts"
     13 
     14 # Uncomment if sendmail not configured on machine
     15 # set smtp_pass=`pass show mail/karleco`
     16 # set smtp_url="smtps://$from:$smtp_pass@smtp.fastmail.com:465"