Mercurial > hg > xemacs
diff gnus-init.el @ 84:72f455f3cec1
merge
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 02 Jul 2026 10:11:31 +0100 |
| parents | 6dc30991613b |
| children |
line wrap: on
line diff
--- a/gnus-init.el Thu Jul 02 10:09:43 2026 +0100 +++ b/gnus-init.el Thu Jul 02 10:11:31 2026 +0100 @@ -22,7 +22,9 @@ (and (boundp 'gnus-message-archive-method) gnus-message-archive-method))) (t - (defun set-ht-compiled-split ())) + ;; some nugatory defaults + (defun set-ht-compiled-split ()) + (setq my-mail-dir "/home/bogus")) ) ;; things based on my-mail-dir, or set-ht-compiled-split
