;; $Id: mh-e-sy.el,v 1.1 2003-10-18 00:55:13+10 steve Exp steve $

;; I know what you're thinking, "what's this fanatical Gnus user doing
;; with a config file for MH-E?"  I have this because I'm on the MH-E
;; dev team (as well as Gnus), so I have this for testing purposes.
(setq
 mh-adaptive-cmd-note-flag t
 mh-decode-quoted-printable t
 mh-delete-yanked-msg-window t
 mh-display-buttons-for-inline-parts t
 mh-do-not-confirm-flag t
 mh-identity-list '(("default" 
                     (("From" . "Steve Youngs <sryoungs@bigpond.net.au>") 
                      ("Organization" . "Linux Users - Fanatics Dept.") 
                      ("signature" . "~/Gnus/sigs/default.sig") 
                      ("X-URL" . "<http://users.bigpond.net.au/sryoungs/>"))))
 mh-identity-default "default"
 mh-inc-prog "/usr/local/nmh/bin/inc"
 mh-indexer 'grep
 mh-print-background t
 mh-recenter-summary-p t
 mh-recursive-folders t
 mh-reply-default-reply-to "all"
 mh-reply-show-message-p nil
 mh-scan-prog "/usr/local/nmh/bin/scan"
 mh-show-threads-flag t
 mh-show-use-goto-addr-flag t
 mh-signature-file-name 
 (expand-file-name "default.sig"
                   (file-name-as-directory
                    (expand-file-name "Gnus/sigs" (getenv "HOME"))))
 mh-store-mime-parts-default-directory
 (file-name-as-directory
  (expand-file-name "temp" (getenv "HOME")))
 mh-summary-height 10
 mh-visible-headers
 (mapconcat 'regexp-quote
            '("From:" "Newsgroups:" "Subject:" "Date:" "Organization:"
              "Keywords:" "To:" "Cc:" "X-Sent:" "X-URL:" "X-Homepage:" 
              "User-Agent:" "X-Newsreader:" "X-Mailer:" 
              "X-Reviewer-Action:" "X-Now-Playing:" "X-Spam-Level:" 
              "X-Spam-Flag:" "X-Face:")
              "\\|")
 mh-x-face-file "~/Gnus/xface/koala.xface"
 mh-xemacs-toolbar-position 'left
 mh-yank-from-start-of-msg 'autosupercite)

Created with XEmacs Valid HTML 4.01! Valid CSS!
Copyright © 2003 Steve Youngs
Verbatim copying and distribution is permitted in any medium, providing this notice is preserved.
Last modified: Sat Oct 18 02:12:15 EST 2003