comparison lisp/gnus/gnus-sum.el @ 75014:b0ca51055540

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 184-185) - Update from CVS - Merge from emacs--devo--0 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/gnus-sum.el (gnus-summary-insert-dormant-articles): Fix typo in message. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-582
author Miles Bader <miles@gnu.org>
date Mon, 01 Jan 2007 03:15:00 +0000
parents 21f28d10d73a
children 20dea730746f bc10a33dd40b
comparison
equal deleted inserted replaced
75013:61482036b5b2 75014:b0ca51055540
7988 (defun gnus-summary-insert-dormant-articles () 7988 (defun gnus-summary-insert-dormant-articles ()
7989 "Insert all the dormant articles for this group into the current buffer." 7989 "Insert all the dormant articles for this group into the current buffer."
7990 (interactive) 7990 (interactive)
7991 (let ((gnus-verbose (max 6 gnus-verbose))) 7991 (let ((gnus-verbose (max 6 gnus-verbose)))
7992 (if (not gnus-newsgroup-dormant) 7992 (if (not gnus-newsgroup-dormant)
7993 (gnus-message 3 "No cached articles for this group") 7993 (gnus-message 3 "No dormant articles for this group")
7994 (gnus-summary-goto-subjects gnus-newsgroup-dormant)))) 7994 (gnus-summary-goto-subjects gnus-newsgroup-dormant))))
7995 7995
7996 (defun gnus-summary-limit-include-dormant () 7996 (defun gnus-summary-limit-include-dormant ()
7997 "Display all the hidden articles that are marked as dormant. 7997 "Display all the hidden articles that are marked as dormant.
7998 Note that this command only works on a subset of the articles currently 7998 Note that this command only works on a subset of the articles currently