Path: utzoo!utgpu!watmath!iuvax!cica!tut.cis.ohio-state.edu!ASYLUM.GSFC.NASA.GOV!chris From: chris@ASYLUM.GSFC.NASA.GOV (Chris Shenton) Newsgroups: gnu.emacs Subject: vm-auto-folder-alist -- how? Message-ID: <8908301406.AA01144@asylum.gsfc.nasa.gov> Date: 30 Aug 89 14:06:48 GMT Distribution: gnu Organization: GNUs Not Usenet Lines: 29 I'm a new vm convert, trying to do the following: (setq vm-auto-folder-alist '( ("Subject" ("Returned" . "unsent") ("apollo" . "gnu-emacs-apollo") ("c++" . "gnu-emacs-c++") ("emacs" . "gnu-emacs") ("monthly" . "monthlies") ("prolog" . "gnu-emacs-prolog") ("test" . "test-folder") ("vms" . "gnu-emacs-vms") ) ("(From)|(Sender)" ("steve" . "steve") ("chris" . "chris") ) ) ) It doesn't work. It frequently makes the auto-suggestion `c++', but I guess that's from matching one or more occurrances of `c'; eg: I'm not using the regexps properly. It never suggests anything else, even when for example, `emacs' is blatently in the subject header... Any hints would be appreciated. Thanks in advance. ------- End of forwarded message -------