Changeset 4169 for trunk/lisp/mh-e/mh-junk.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/mh-e/mh-junk.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/mh-e/mh-junk.el
r4037 r4169 115 115 To use SpamAssassin, add the following recipes to 116 116 \".procmailrc\": 117 118 # Append to $PATH the location of mhparam in some distros. 119 PATH=$PATH:/usr/bin/mh 117 120 118 121 MAILDIR=$HOME/`mhparam Path` … … 245 248 (message "Recategorizing this message as ham...") 246 249 (call-process mh-sa-learn-executable msg-file mh-temp-buffer nil 247 "--single" "--ham" "--local --no-rebuild"))250 "--single" "--ham" "--local" "--no-rebuild")) 248 251 (message "Whitelisting message %d..." msg) 249 252 (setq from
