1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

New port for Mew3 of Emacs20 with which repositry copied from

mail/mew2-emacs20[1]. pkg-message has moved to MASTERDIR.

PR:		ports/46008
Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Approved by:	portmgr(marcus@marcuscom.com)[1]
This commit is contained in:
Kiriyama Kazuhiko 2003-11-20 07:38:34 +00:00
parent b4aa984a6c
commit e33e98450d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94436

View File

@ -1,12 +0,0 @@
*************************************************************************
* 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-prog-pgpkey "fetch") ;; for PGP use *
* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use *
* *
*************************************************************************