diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2001-08-25 09:22:38 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2001-08-25 09:22:38 +0000 |
commit | 3fc3dcfd867bb82d0bafda9199e572c80fb964ea (patch) | |
tree | 2f25ca344f182492fc50ed5480f46f2c483ccb74 /mail/mew2-xemacs21/pkg-message | |
parent | Mew2 for Emacs20 port now committed on reposit copied from (diff) |
Mew2 for XEmacs21 now committed on reposit copied from
mail/mew-xemacs21.
Notes
Notes:
svn path=/head/; revision=46870
Diffstat (limited to 'mail/mew2-xemacs21/pkg-message')
-rw-r--r-- | mail/mew2-xemacs21/pkg-message | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/mew2-xemacs21/pkg-message b/mail/mew2-xemacs21/pkg-message index c76c1f700c2a..575fbc4093d6 100644 --- a/mail/mew2-xemacs21/pkg-message +++ b/mail/mew2-xemacs21/pkg-message @@ -3,6 +3,11 @@ * * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * +* (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 * * * ************************************************************************* |