1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/mail/mew/pkg-message
Andrey Slusar ca82e7631c * Update mail/mew to 4.2, pass maintainership to submitter [1]
* Fix works slave mail/mew-emacs20.
* Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait
  fixes 2 months.

PR:		ports/92808
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com> [1]
2006-02-09 21:01:32 +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 *
* *
*************************************************************************