freebsd-ports/mail/mew3/pkg-message
Kiriyama Kazuhiko 4f3b1b89e1 New port for Mew3 which repositry copied from mail/mew2[1].
PR:		ports/46008
Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Approved by:	portmgr(marcus@marcuscom.com)[1]
2003-11-20 07:24:23 +00:00

14 lines
962 B
Plaintext

*************************************************************************
* You must set at least following elisps to your own dot.emacs file: *
* *
* (autoload 'mew "mew" nil t) *
* (autoload 'mew-send "mew" nil t) *
* (setq mew-mail-domain "domain of e-mail address") *
* (setq mew-pop-server "your POP server") ;; if not localhost *
* (setq mew-smtp-server "your SMTP server") ;; if not localhost *
* (setq mew-icon-directory "icon directory") ;; if using XEmacs *
* (setq mew-prog-pgpkey "fetch") ;; for PGP use *
* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use *
* *
*************************************************************************