diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-09 00:13:57 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-09 00:13:57 +0000 |
commit | b93e46a3126c3b42076a7d0e6115cbf29791e637 (patch) | |
tree | e5b74234235a64aa137a133343f463dc826f26f7 /mail/prom-mew/pkg-descr | |
parent | e13c5a9353dcf13c20b362f24585253f494e76f5 (diff) | |
download | FreeBSD-ports-b93e46a3126c3b42076a7d0e6115cbf29791e637.zip FreeBSD-ports-b93e46a3126c3b42076a7d0e6115cbf29791e637.tar.gz |
procmail reader for Mew on GNU Emacs.
PR: 13388
Submitted by: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'mail/prom-mew/pkg-descr')
-rw-r--r-- | mail/prom-mew/pkg-descr | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/prom-mew/pkg-descr b/mail/prom-mew/pkg-descr new file mode 100644 index 0000000..74906fc --- /dev/null +++ b/mail/prom-mew/pkg-descr @@ -0,0 +1,29 @@ +Prom-Mew is a procmail reader for Mew 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-mew/dot.emacs >> ~/.emacs + % vi ~/.emacs + +(2) copy dot.procmailrc to ~/.procmailrc and change it suitable for your site + + % cp /usr/local/share/examples/prom-mew/dot.promailrc ~/.promailrc + % vi ~/.promailrc + +(3) byte-compile with "byte-comile" script if you want + + # cd /usr/local/share/emacs/site-lisp + # /usr/local/share/doc/prom-mew/byte_compile -l mew xemacs-mule prom-mew + +Where detail specification for .emacs and .procmailrc may be shown in +/usr/local/share/doc/prom-mew/prom-usage.jis or procmail(1). And for +usage of byte_compile scripts, run byte_compile with -h option. + +Run with "M-x prom-mew" in your emacs editors, Mew 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> |