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

Lines Matching +refs:nnweb +refs:articles

60   "*The address of the most recent (ding) articles."
101 unread articles in the groups.
107 (defcustom gnus-list-groups-with-ticked-articles t
108 "*If non-nil, list groups that have only ticked articles.
109 If nil, only list groups that have unread articles."
159 %M Only marked articles (character, \"*\" or \" \")
162 %N Number of unread articles (integer)
163 %I Number of dormant articles (integer)
165 %T Number of ticked articles (integer)
166 %R Number of read articles (integer)
167 %U Number of unseen articles (integer)
168 %t Estimated total number of articles (integer)
169 %y Number of unread, unticked articles (integer)
373 unread: The number of unread articles in the group.
378 ticked: The number of ticked articles."
409 unread: The number of unread articles in the group.
415 ticked: The number of ticked articles."
485 (?U (gnus-number-of-unseen-articles-in-group gnus-tmp-group) ?d)
595 "\C-c\C-x" gnus-group-expire-articles
773 ["See old articles" (gnus-group-select-group 'all)
779 '(:help "Mark unread articles in the current group as read"))]
780 ["Catch up " gnus-topic-catchup-articles
783 '(:help "Mark unread articles in the current group or topic as read"))]
784 ["Catch up all articles" gnus-group-catchup-current-all
786 ["Check for new articles" gnus-group-get-new-news-this-group
791 ["Check for new articles " gnus-topic-get-new-news-this-topic
814 ;; (gnus-check-backend-function 'request-expire-articles ...)
815 ["Expire articles" gnus-group-expire-articles
819 'request-expire-articles
821 ["Expire articles " gnus-topic-expire-articles
955 '(:help "Get newly arrived articles"))
966 ["Expire all expirable articles" gnus-group-expire-all-groups t]
1031 :help "Send articles from the queue group")
1121 `\\[gnus-group-list-groups]' will list all subscribed groups with unread articles, while `\\[gnus-group-list-zombies]'
1226 "List newsgroups with level LEVEL or lower that have unread articles.
1228 If argument UNREAD is non-nil, groups with no unread articles are also
1266 ;; Go to the first group with unread articles.
1294 If ALL (the prefix), also list groups that have no unread articles."
1311 "List all newsgroups with unread articles of level LEVEL or lower.
1313 if it is t, list groups that have no unread articles.
1353 ; We list groups with unread articles
1354 (and gnus-list-groups-with-ticked-articles
1472 (defun gnus-number-of-unseen-articles-in-group (group)
1769 "Get the number of unread articles of the newsgroup on the current line."
1784 "Find the next newsgroup with unread articles.
1970 ;; No prefix, but a list of marked articles.
1973 ;; Neither marked articles or a prefix, so we return the
2006 (defun gnus-group-read-group (&optional all no-article group select-articles)
2008 If the prefix argument ALL is non-nil, already read articles become
2009 readable. IF ALL is a number, fetch this number of articles. If the
2025 ;; the number of unread articles from `gnus-active-hashtb'.
2037 no-article nil no-display nil select-articles)))
2043 If ALL is non-nil, already read articles become readable.
2045 articles in the group.
2047 articles in the group."
2071 "Select the current group without hiding any articles."
2093 (defun gnus-fetch-group (group &optional articles)
2099 (gnus-group-read-group articles nil group))
2117 "The number of articles which indicates a large ephemeral newsgroup.
2120 If the number of articles in a newsgroup is greater than this value,
2141 select-articles
2149 If SELECT-ARTICLES, only select those articles.
2151 If NUMBER, fetch this number of articles.
2199 (gnus-group-read-group (or number t) t group select-articles))
2363 "Go to the first group with unread articles."
2371 (not (zerop unread))) ; Has unread articles.
2449 If FORCE (the prefix) is non-nil, all the articles in the group will
2700 (defvar nnweb-type-definition)
2704 "Create an ephemeral nnweb group.
2707 (require 'nnweb)
2712 (symbol-name (caar nnweb-type-definition))))
2718 nnweb-type-definition)
2727 `(nnweb ,group (nnweb-search ,search)
2728 (nnweb-type ,(intern type))
2729 (nnweb-ephemeral-p t))))
2732 (gnus-pull 'nnweb-ephemeral-p method)
2812 "Create the (ding) Gnus archive group of the most recent articles.
2831 mail messages or news articles in files that have numeric names."
2855 score file entries for articles to include in the group."
2940 "Expunge deleted articles in current nnimap GROUP."
3032 "Sort the group buffer by number of unread articles.
3117 "Sort the group buffer by number of unread articles.
3163 "Sort by number of unread articles."
3211 (gnus-get-unread-articles-in-group info (gnus-active group) t)
3224 (gnus-get-unread-articles)
3243 (gnus-get-unread-articles-in-group ',info ',(gnus-active group) t)
3255 "Mark all unread articles in the current newsgroup as read.
3257 caught up. If ALL is non-nil, marked articles will also be marked as
3258 read. Cross references (Xref: header) of articles are ignored.
3272 "Do you really want to mark all articles in %s as read? "
3273 "Mark all unread articles in %s as read? ")
3296 "Mark all articles in current newsgroup as read.
3297 Cross references (Xref: header) of articles are ignored."
3302 "Mark all articles in GROUP as read.
3303 If ALL is non-nil, all articles are marked as read.
3304 The return value is the number of articles that were marked as read,
3309 (unread (gnus-sequence-of-unread-articles group)))
3315 (gnus-update-read-articles group nil)
3325 (gnus-add-marked-articles group 'tick nil nil 'force)
3326 (gnus-add-marked-articles group 'dormant nil nil 'force))
3330 (gnus-add-marked-articles group 'expire (list article))
3337 (defun gnus-group-expire-articles (&optional n)
3338 "Expire all expirable articles in the current newsgroup.
3347 (gnus-group-expire-articles-1 group)
3351 (defun gnus-group-expire-articles-1 (group)
3352 (when (gnus-check-backend-function 'request-expire-articles group)
3353 (gnus-message 6 "Expiring articles in %s..."
3357 (cons nil (gnus-list-of-read-articles group))
3373 (gnus-request-expire-articles
3376 (gnus-request-expire-articles
3379 (gnus-message 6 "Expiring articles in %s...done"
3381 ;; Return the list of un-expired articles.
3385 "Expire all expirable articles in all newsgroups."
3391 (gnus-group-expire-articles nil)))
3734 "Get newly arrived articles.
3772 (gnus-get-unread-articles arg))
3774 (gnus-get-unread-articles arg)))
3801 (gnus-get-unread-articles-in-group
4006 "List all groups with unread articles that match REGEXP.
4009 If ALL, also list groups with no unread articles.
4096 (defvar gnus-backlog-articles)
4115 (setq gnus-backlog-articles nil)
4258 (gnus-list-of-unread-articles (car info))))))
4267 (defun gnus-add-marked-articles (group type articles &optional info force)
4270 ;; add, but replace marked articles of TYPE with ARTICLES.
4275 (or (null articles)
4278 articles t)))))))
4280 (or (null articles)
4282 (cons (cons type (gnus-compress-sequence articles t) )
4285 (if (null articles)
4288 (setcdr m (gnus-compress-sequence articles t)))
4291 (copy-sequence articles)) '<) t))))))
4300 (gnus-add-marked-articles group (cdr (assq mark gnus-article-mark-lists))
4336 "List all groups with cached articles.
4367 "List all groups with dormant articles.
4457 (gnus-group-make-articles-read group (list article))
4459 (gnus-add-marked-articles