Mercurial > hg > xemacs
diff mail-from-m.el @ 43:eee08de75336
try to do better at where news/mail/init stuff is handled,
works on ecclerig, mostly, but may break maritain
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sat, 16 Dec 2023 21:10:30 +0000 |
parents | d9297098442b |
children | 06ccca1d4756 |
line wrap: on
line diff
--- a/mail-from-m.el Sat Dec 16 21:08:13 2023 +0000 +++ b/mail-from-m.el Sat Dec 16 21:10:30 2023 +0000 @@ -12,8 +12,13 @@ (setq gnus-default-directory "/home/ht" my-mail-dir "/home/ht/mail" + mail-sources '((file :path "/var/spool/mail/ht")) ) +(setq mail-archive-file-name (expand-file-name "~/mail/cpy/general")) + + + (defun set-nnmail-split-fancy () (setq nnmail-split-fancy (let ((month (format-time-string "%Y-%m" (current-time))))