chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fe307a8
)
dot/gnus.el: Configure the correct way to save articles.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Feb 2016 14:01:23 +0000
(14:01 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Feb 2016 14:01:23 +0000
(14:01 +0000)
dot/gnus.el
patch
|
blob
|
blame
|
history
diff --git
a/dot/gnus.el
b/dot/gnus.el
index fbbf62669ff6e86ed072885169bfd8c11a2907b3..46b0a044371cff019470d118c830da464d287146 100644
(file)
--- a/
dot/gnus.el
+++ b/
dot/gnus.el
@@
-74,6
+74,11
@@
(setq nnimap-split-crosspost t)
;; We may have the misfortune to talk to an Exchange server.
(setq imap-enable-exchange-bug-workaround t)
;; We may have the misfortune to talk to an Exchange server.
(setq imap-enable-exchange-bug-workaround t)
+;; Save articles in mbox format by default, of course, and save an entire
+;; batch with the same name.
+(setq gnus-prompt-before-saving t
+ gnus-default-article-saver 'gnus-summary-save-in-mail)
+
;; Clean up properly when closing the summary.
(defadvice gnus-summary-exit (before mdw-kill-debris compile activate)
(gnus-summary-expand-window))
;; Clean up properly when closing the summary.
(defadvice gnus-summary-exit (before mdw-kill-debris compile activate)
(gnus-summary-expand-window))