# HG changeset patch # User Henry S Thompson # Date 1703095537 0 # Node ID 06ccca1d4756a66a82e3dd9ef877de61aa81d51c # Parent eee08de75336f3cc098821fb7718605a01e8859f try to cope with major reshuffle on ecclerig diff -r eee08de75336 -r 06ccca1d4756 gnus-init.el --- a/gnus-init.el Sat Dec 16 21:10:30 2023 +0000 +++ b/gnus-init.el Wed Dec 20 18:05:37 2023 +0000 @@ -12,15 +12,17 @@ (set-ht-compiled-split) (setq - gnus-article-save-directory (expand-file-name (concat my-mail-dir "/Mail")) + gnus-article-save-directory (expand-file-name + (concat my-mail-dir "/Mail")) nnml-directory (expand-file-name (concat my-mail-dir "/Mail")) gnus-message-archive-method '(nnfolder "archive" ;; the following two are not taking effect, not sure why, answer ;; _may_ lie in gnus-setup-news... (nnfolder-directory (concat my-mail-dir "/cpy")) - (nnfolder-active-file (concat my-mail-dir "/cpy/active"))) - ) + (nnfolder-active-file (concat my-mail-dir "/cpy/active")) + ) +) (setq gnus-novice-user nil) diff -r eee08de75336 -r 06ccca1d4756 mail-from-m.el --- a/mail-from-m.el Sat Dec 16 21:10:30 2023 +0000 +++ b/mail-from-m.el Wed Dec 20 18:05:37 2023 +0000 @@ -11,14 +11,17 @@ (defun system-name () "home.hst.name") (setq gnus-default-directory "/home/ht" + gnus-home-directory "/home/ht" my-mail-dir "/home/ht/mail" mail-sources '((file :path "/var/spool/mail/ht")) + mail-archive-file-name (concat my-mail-dir "/cpy/general/" + (format-time-string + "%Y-%m" (current-time)) + ".mbox") ) (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))))