• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/gnus/

Lines Matching +defs:select +defs:articles

62 %a  Number of unread articles in the groups in the topic.
63 %A Number of unread articles in the groups in the topic and its subtopics.
77 "*If non-nil, display the topic lines even of topics that have no unread articles."
98 (?a (gnus-topic-articles-in-topic entries) ?d)
99 (?A total-number-of-articles ?d)
116 "The number of unread articles in topic on the current line."
120 "Return the number of unread articles in TOPIC."
132 (defun gnus-topic-articles-in-topic (entries)
233 (and gnus-list-groups-with-ticked-articles
427 "List all newsgroups with unread articles of level LEVEL or lower.
430 if it is t, list groups that have no unread articles.
494 articles in the topic and its subtopics."
580 tick ;Ticked articles
645 (total-number-of-articles unread)
1053 "=" gnus-topic-select-group
1054 "\r" gnus-topic-select-group
1056 "\C-c\C-x" gnus-topic-expire-articles
1057 "c" gnus-topic-catchup-articles
1179 (defun gnus-topic-select-group (&optional all)
1183 If ALL is non-nil, already read articles become readable.
1184 If ALL is a number, fetch this number of articles.
1195 (gnus-group-select-group all)))
1203 (defun gnus-topic-expire-articles (topic)
1204 "Expire articles in this topic or group."
1207 (call-interactively 'gnus-group-expire-articles)
1214 (gnus-group-expire-articles nil))
1217 (defun gnus-topic-catchup-articles (topic)
1235 If the prefix argument ALL is non-nil, already read articles become
1236 readable. IF ALL is a number, fetch this number of articles. If the
1589 "Show/hide topics that have no unread articles."
1660 "Sort the current topic by number of unread articles.