diff options
author | Gnus developers <ding@gnus.org> | 2010-09-23 23:14:02 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-23 23:14:02 +0000 |
commit | b1ae92bae4c387155db45c297b7f78e4467d8ac4 (patch) | |
tree | 45499c2dce3629f29636cc195f68163476d5848a /doc | |
parent | faf8b5bc19513bc7612103648a98a37629607f2e (diff) | |
download | emacs-b1ae92bae4c387155db45c297b7f78e4467d8ac4.tar.gz |
Merge changes made in Gnus trunk.
nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for the active.
Split -request-update-info into -request-marks and -update-info.
nnimap.el (nnimap-transform-headers): Don't bug out on invalid BODYSTRUCTUREs.
nnimap.el (nnimap-transform-headers): Unfold quoted {42} headers.
nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
nnimap.el (nnimap-stream): Add starttls support.
gnus-int.el (gnus-request-update-info): Protect against backends not having the function.
gnus-html.el (gnus-html-rescale-image): Revert change that uses window-inside-pixel-edges.
gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): Remove.
nnimap.el (nnimap-retrieve-headers): Return 'headers.
gnus-sum.el (gnus-summary-local-variables): Prepare for list/range makeover.
gnus-start.el: Add new variable gnus-use-backend-marks, and start reading marks again.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/gnus.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 3085b338e97..39137996f85 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -1646,6 +1646,12 @@ If non-@code{nil}, play the Gnus jingle at startup. Jingle to be played if the above variable is non-@code{nil}. The default is @samp{Tuxedomoon.Jingle4.au}. +@item gnus-use-backend-marks +@vindex gnus-use-backend-marks +If non-@code{nil}, Gnus will store article marks both in the +@file{.newsrc.eld} file and in the backends. This will slow down +group operation some. + @end table |