jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

Identity.txt (1192B)


      1 # Configure the identity disclosed by your emails
      2 
      3 # Your name
      4 set realname = "Luther Blisset"
      5 
      6 # The from field shown by your mails
      7 set from = "Luther Blisset <luther@dyne.org>"
      8 
      9 # set signature='~/.signature'    # signature file
     10 # set pgp_sign_as="0xB4DC0FF3"    # UserID/KeyID for signing
     11 # set locale=""                   # system default locale ("C")
     12 
     13 # Customized headers example
     14 
     15 unmy_hdr * # remove all extra headers first.
     16 
     17 # my_hdr Organization: Dyne.org
     18 # my_hdr X-GPG-Keyserver: pgp.mit.edu
     19 # my_hdr X-GPG-Id: 0xB4DC0FF3
     20 # my_hdr X-GPG-Fingerprint: B2D9 9376 BFB2 60B7 601F  5B62 F6D3 FBD9 B4DC 0FF3
     21 # my_hdr X-Face: %H:nE)m:Rl>Z?(C7EvRtuUJp4^f@d\#~4pB48~:1:EC)^&9EDcZaKL/*+10(P?g*N0>n8n3&\n kVzfAD`+RofVAx~ew>FGQmmT7NqlSQx+M8LN5`,h^aPF[Njx+A~%f!&VJu9!y:~ma/\'^@mvOr@}DyG\n @\"g`kfy(vyRC
     22 
     23 
     24 # Go wild with Mutt!
     25 # below you can add any other custom configuration
     26 
     27 
     28 ## dark background (uncomment to switch)
     29 # source /usr/share/mutt/themes/colors-solarized-dark-256
     30 # source /usr/share/mutt/themes/colors-solarized-dark-16
     31 
     32 ## light background (uncomment to switch)
     33 # source /usr/share/mutt/themes/colors-solarized-light-256
     34 # source /usr/share/mutt/themes/colors-solarized-light-16