diff options
author | sada <sada@FreeBSD.org> | 1999-06-23 19:54:51 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-06-23 19:54:51 +0000 |
commit | 4efecffa293f6d8c04be490a1d9eebf005d6dd9b (patch) | |
tree | 4ffbfc90c0343e8be16fbccc5ebd41c4c1ce5a59 /mail/wanderlust/pkg-message | |
parent | da79fa924aa5b8e816e8129524eef36b328387e3 (diff) | |
download | FreeBSD-ports-4efecffa293f6d8c04be490a1d9eebf005d6dd9b.zip FreeBSD-ports-4efecffa293f6d8c04be490a1d9eebf005d6dd9b.tar.gz |
Wanderlust is a mail/news agent on Emacs/XEmacs .
PR: ports/12276
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail/wanderlust/pkg-message')
-rw-r--r-- | mail/wanderlust/pkg-message | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/wanderlust/pkg-message b/mail/wanderlust/pkg-message new file mode 100644 index 0000000..1baaa75 --- /dev/null +++ b/mail/wanderlust/pkg-message @@ -0,0 +1,13 @@ +*************************************************************** +* Before using Wanderlust, you must set following elisp * +* to your own .emacs file. * +* * +* (require 'wanderlust-startup) * +* (load "mime-setup") * +* (autoload 'wl "wl" "Wanderlust" t) * +* (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) * +* * +* And if you use APOP authentication, Wanderlust requires * +* md5.el. md5.el is contained in Emacs/W3 package. Please get * +* it from ftp://ftp.cs.indiana.edu/pub/elisp/w3/w3.tar.gz. * +*************************************************************** |