mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1f992977ca
PR: ports/100548 Submitted by: Hiroto Kagotani (maintainer)
18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
*************************************************************************
|
|
* You may want to add following lines to your .emacs and/or .mew.el. *
|
|
* Please consult DOCSDIR/mew.dot.{emacs,mew} sample files. *
|
|
* Also see DOCSDIR/00diff for the changes from 4.2. *
|
|
* *
|
|
* (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 *
|
|
* ;; for XEmacs *
|
|
* (setq mew-icon-directory "icon directory") *
|
|
* ;; using fetch for PGP instead of wget *
|
|
* (setq mew-prog-pgpkey "fetch") *
|
|
* (setq mew-prog-pgpkey-arg '("-q" "-o" "-")) *
|
|
* *
|
|
*************************************************************************
|