aboutsummaryrefslogtreecommitdiff
path: root/mail/prom-wl/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 23:46:53 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 23:46:53 +0000
commit6f5cb8c1282a976d94a4ac30522521127dceaab7 (patch)
tree1c353e21d109cc6ee94f5f176b847c563100149d /mail/prom-wl/pkg-descr
parent1b432bd0e39520b374a805076ca01769581a371b (diff)
downloadports-6f5cb8c1282a976d94a4ac30522521127dceaab7.tar.gz
ports-6f5cb8c1282a976d94a4ac30522521127dceaab7.zip
Notes
Diffstat (limited to 'mail/prom-wl/pkg-descr')
-rw-r--r--mail/prom-wl/pkg-descr29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/prom-wl/pkg-descr b/mail/prom-wl/pkg-descr
new file mode 100644
index 000000000000..2d6675f42b62
--- /dev/null
+++ b/mail/prom-wl/pkg-descr
@@ -0,0 +1,29 @@
+Prom-Wl is a procmail reader for Wanderlust on GNU Emacs.
+
+If you want to install quickly, you shoud do following steps:
+
+(1) add dot.emacs to your ~/.emacs file and change it suitable for your site
+
+ % cat /usr/local/share/examples/prom-wl/dot.emacs >> ~/.emacs
+ % vi ~/.emacs
+
+(2) copy dot.procmailrc to ~/.procmailrc and change it suitable for your site
+
+ % cp /usr/local/share/examples/prom-wl/dot.promailrc ~/.promailrc
+ % vi ~/.promailrc
+
+(3) byte-compile with "byte-comile" script if you want with xemacs-mule code
+
+ # cd /usr/local/share/emacs/site-lisp
+ # /usr/local/share/doc/prom-wl/byte-compile -l wl xemacs-mule prom-wl
+
+Where detail specification for .emacs and .procmailrc may be shown in
+/usr/local/share/doc/prom-wl/prom-usage.jis or procmail(1). And for
+usage of byte_compile scripts, run byte-compile with -h option.
+
+Run with "M-x prom-wl" in your emacs editors, Wanderlust will be invoked and then
+search unread mails from procmail log to show unread message from top of
+entries that you specfied in ~/.pronmailrc.
+
+-KIRIYAMA Kazuhiko
+<kiri@pis.toba-cmt.ac.jp>