Mercurial > emacs
comparison lisp/gnus/gnus-start.el @ 111986:faa4a1c986c6
Merge changes made in Gnus trunk.
nnimap.el (nnimap-wait-for-response): Always look (at least) at the previous line.
nnimap.el (nnimap-quirk): New function.
(nnimap-retrieve-group-data-early): Use it.
(nnimap-quirks): New alist.
gnus.texi (Foreign Groups): Added clarification of foreign groups.
gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for copying read-ness to the backends.
gnus-group.el (gnus-group-kill-group): Notify the backend that the group has been killed.
(gnus-group-yank-group): Ditto.
gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
nnir.el: Improve customizations.
gnus.texi (Archived Messages): Removed outdated comment and text.
nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own function.
(nnfolder-request-expire-articles): Save all the buffers after doing expiry.
nnmail.el (nnmail-expiry-target-group): Revert the "all articles are the last article", since that led to serious performance regressions when expiring nnml groups.
gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML fetching stops when Gnus exits.
gnus-srvr.el: Avoid passing nil regexp argument to delete-matching-lines.
auth-source.el (auth-source-gpg-encrypt-to): New variable to set the list of recipient keys, or use symmetric encryption if not a list.
(auth-source-create): Use it to make `epa-file-encrypt-to' local for an EPA override, replacing the call to `netrc-store-data'.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 16 Dec 2010 22:22:28 +0000 |
parents | db63bc492d85 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
111979:b8b55da43e95 | 111986:faa4a1c986c6 |
---|---|
643 (goto-char (point-min)) | 643 (goto-char (point-min)) |
644 ;; We subscribe the group by changing its level to `subscribed'. | 644 ;; We subscribe the group by changing its level to `subscribed'. |
645 (gnus-group-change-level | 645 (gnus-group-change-level |
646 newsgroup gnus-level-default-subscribed | 646 newsgroup gnus-level-default-subscribed |
647 gnus-level-killed (gnus-group-entry (or next "dummy.group"))) | 647 gnus-level-killed (gnus-group-entry (or next "dummy.group"))) |
648 (gnus-request-update-group-status newsgroup 'subscribe) | |
648 (gnus-message 5 "Subscribe newsgroup: %s" newsgroup) | 649 (gnus-message 5 "Subscribe newsgroup: %s" newsgroup) |
649 (run-hook-with-args 'gnus-subscribe-newsgroup-hooks newsgroup) | 650 (run-hook-with-args 'gnus-subscribe-newsgroup-hooks newsgroup) |
650 t)) | 651 t)) |
651 | 652 |
652 (defun gnus-read-active-file-p () | 653 (defun gnus-read-active-file-p () |