jaromail

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

crypto (386B)


      1 # Postino's GPG configuration for Mutt
      2 # originally used by Jaromil
      3 
      4 #forget the passphrase in 1h
      5 set pgp_timeout = 3600
      6 set pgp_auto_decode
      7 # set pgp_autosign
      8 set pgp_strict_enc
      9 set pgp_verify_sig = yes
     10 
     11 # # CLEARTEXT INLINE GPG
     12 # set pgp_create_traditional = no
     13 # macro compose \cx "Fgpg --clearsign\nyy"
     14 # macro pager \cv "|gpg --verify;sleep 1\n"
     15 # macro pager \ef "|view-x-face\n"