[comp.emacs] New subject: VM-mail syntax and Old Re:RCS for Emacs

ron@woan.austin.ibm.com (Ronald S. Woan) (12/20/89)

Well first in response to the posting requesting information on RCS
support. rcs-cks.el was posted a little while back providing some RCS
support to GNU emacs. I'll repost it if there is any demand or I'll
email if requested.

Anyways, can someone provide me with a sample portion of their .emacs
files where they set the vm-auto-folder-alist variable. I don't
understand elisp well enough yet to understand the documentation that
comes with the vm mail package.

					Ron


+-----All Views Expressed Are My Own And Are Not Necessarily Shared By------+
+------------------------------My Employer----------------------------------+
+ Ronald S. Woan  (IBM VNET)WOAN AT AUSTIN, (AUSTIN)ron@woan.austin.ibm.com +
+ outside of IBM       @cs.utexas.edu:ibmchs!auschs!woan.austin.ibm.com!ron +
+ last resort                                        woan@peyote.cactus.org +

ron@woan.austin.ibm.com (Ronald S. Woan) (12/20/89)

In article <1181@awdprime.UUCP>, ron@woan.austin.ibm.com (Ronald S.
Woan) writes:
> Anyways, can someone provide me with a sample portion of their .emacs
> files where they set the vm-auto-folder-alist variable. I don't
> understand elisp well enough yet to understand the documentation that
> comes with the vm mail package.

Aww heck! After grepping through the .el files for the vm mail
package, I figured it out. HEADER-NAME is "Subject" or "To", etc...,
so the following is an example:

(setq vm-auto-folder-alist (list
	(list "Subject" (cons "[Hh][Aa][Cc][Kk]" "hack"))))

Saves all messages with a form of hack in the header into the mail
folder "hack."

+-----All Views Expressed Are My Own And Are Not Necessarily Shared By------+
+------------------------------My Employer----------------------------------+
+ Ronald S. Woan  (IBM VNET)WOAN AT AUSTIN, (AUSTIN)ron@woan.austin.ibm.com +
+ outside of IBM       @cs.utexas.edu:ibmchs!auschs!woan.austin.ibm.com!ron +
+ last resort                                        woan@peyote.cactus.org +