home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / skel / .muttrc < prev    next >
Text File  |  2005-06-13  |  6KB  |  147 lines

  1. # Sample ~/.muttrc for SuSE Linux
  2.  
  3. # Setting
  4. set pager_context=4
  5. set pager_index_lines=10
  6. set pager_stop
  7.  
  8. # Binding
  9. bind  pager <backspace> previous-page
  10. bind  pager -           previous-line
  11. bind  pager \eOm        previous-line
  12. bind  pager +           next-line
  13. bind  pager \eOk        next-line
  14. bind  pager \eOM        next-line
  15. bind  pager \e[1~       top
  16. bind  pager \e[4~       bottom
  17.  
  18. bind  index <backspace> previous-entry
  19. bind  index -           previous-entry
  20. bind  index \eOm        previous-entry
  21. bind  index +           next-entry
  22. bind  index \eOk        next-entry
  23. bind  index \eOM        display-message
  24. bind  index \e[H        first-entry
  25. bind  index \e[F        last-entry
  26. bind  index \e[1~       first-entry
  27. bind  index \e[4~       last-entry
  28.  
  29. bind  alias   <space>   select-entry
  30. bind  alias   x         exit
  31. bind  attach  x         exit
  32. bind  browser x         exit
  33.  
  34. # What headers to show
  35. ignore *
  36. unignore from: date subject to cc reply-to:
  37. unignore resent- x-resent
  38.  
  39. # What order to show them
  40. unhdr_order *
  41. hdr_order Date: From: To: Reply-To: Cc: Subject:
  42.  
  43. # On to the colors
  44. color    attachment  blue         default
  45. color    header      green        default  "^message-id:"
  46. color    header      green        default  "^x-mailer:"
  47. color    header      green        default  "^user-agent:"
  48. color    header      blue         default  "^date: "
  49. color    header      brightblue   default  "^from: "
  50. color    header      green        default  "^subject: "
  51. color    header      brightblue   default  "^to: "
  52. color    header      brightblue   default  "^cc: "
  53. color    header      brightblue   default  "^reply-to: "
  54. color    index       green        default  ~F
  55. color    index       red          default  ~D
  56. color    index       blue         default  ~T
  57. color    index       brightblue   default  ~N
  58. color    indicator   brightwhite  blue
  59. color    markers     red          default
  60. color    quoted      magenta      default
  61. color    signature   brightblue   default
  62. color    status      brightwhite  green
  63. color    tilde       cyan         default
  64. color    tree        blue         default
  65. color    body        black        default  "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
  66.  
  67. # Command formats for gpg.
  68. # This version uses gpg-2comp from 
  69. #   http://muppet.faveve.uni-stuttgart.de/~gero/gpg-2comp.tar.gz
  70. #
  71. # $Id: gpg.rc,v 3.1 2002/03/26 22:23:58 roessler Exp $
  72. #
  73. # %p    The empty string when no passphrase is needed,
  74. #       the string "PGPPASSFD=0" if one is needed.
  75. #
  76. #       This is mostly used in conditional % sequences.
  77. #
  78. # %f    Most PGP commands operate on a single file or a file
  79. #       containing a message.  %f expands to this file's name.
  80. #
  81. # %s    When verifying signatures, there is another temporary file
  82. #       containing the detached signature.  %s expands to this
  83. #       file's name.
  84. #
  85. # %a    In "signing" contexts, this expands to the value of the
  86. #       configuration variable $pgp_sign_as.  You probably need to
  87. #       use this within a conditional % sequence.
  88. #
  89. # %r    In many contexts, mutt passes key IDs to pgp.  %r expands to
  90. #       a list of key IDs.
  91.  
  92. # Note that we explicitly set the comment armor header since GnuPG, when used
  93. # in some localiaztion environments, generates 8bit data in that header, thereby
  94. # breaking PGP/MIME.
  95.  
  96. # decode application/pgp
  97. set pgp_decode_command="/usr/bin/gpg  --charset utf-8   %?p?--passphrase-fd 0? --no-verbose --quiet  --batch  --output - %f"
  98.  
  99. # verify a pgp/mime signature
  100. set pgp_verify_command="/usr/bin/gpg   --no-verbose --quiet  --batch  --output - --verify %s %f"
  101.  
  102. # decrypt a pgp/mime attachment
  103. set pgp_decrypt_command="/usr/bin/gpg   --passphrase-fd 0 --no-verbose --quiet  --batch  --output - %f"
  104.  
  105. # create a pgp/mime signed attachment
  106. # set pgp_sign_command="/usr/bin/gpg-2comp --comment '' --no-verbose --batch  --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
  107. set pgp_sign_command="/usr/bin/gpg    --no-verbose --batch --quiet   --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
  108.  
  109. # create a application/pgp signed (old-style) message
  110. # set pgp_clearsign_command="/usr/bin/gpg-2comp --comment ''  --no-verbose --batch  --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
  111. set pgp_clearsign_command="/usr/bin/gpg   --charset utf-8 --no-verbose --batch --quiet   --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
  112.  
  113. # create a pgp/mime encrypted attachment
  114. # set pgp_encrypt_only_command="pgpewrap gpg-2comp  -v --batch  --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
  115. set pgp_encrypt_only_command="pgpewrap /usr/bin/gpg  --charset utf-8    --batch  --quiet  --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
  116.  
  117. # create a pgp/mime encrypted and signed attachment
  118. # set pgp_encrypt_sign_command="pgpewrap gpg-2comp  --passphrase-fd 0 -v --batch  --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
  119. set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg  --charset utf-8 --passphrase-fd 0  --batch --quiet  --no-verbose  --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
  120.  
  121. # import a key into the public key ring
  122. set pgp_import_command="/usr/bin/gpg  --no-verbose --import -v %f"
  123.  
  124. # export a key from the public key ring
  125. set pgp_export_command="/usr/bin/gpg   --no-verbose --export --armor %r"
  126.  
  127. # verify a key
  128. set pgp_verify_key_command="/usr/bin/gpg   --verbose --batch  --fingerprint --check-sigs %r"
  129.  
  130. # read in the public key ring
  131. set pgp_list_pubring_command="/usr/bin/gpg   --no-verbose --batch --quiet   --with-colons --list-keys %r" 
  132.  
  133. # read in the secret key ring
  134. set pgp_list_secring_command="/usr/bin/gpg   --no-verbose --batch --quiet   --with-colons --list-secret-keys %r" 
  135.  
  136. # fetch keys
  137. # set pgp_getkeys_command="pkspxycwrap %r"
  138.  
  139. # pattern for good signature - may need to be adapted to locale!
  140.  
  141. set pgp_good_sign="^gpg: Good signature from"
  142.  
  143. # OK, here's a version which uses gnupg's message catalog:
  144. # set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`"
  145.  
  146.