Searched +refs:nndraft +refs:articles (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnndraft.el0 ;;; nndraft.el --- draft article access for Gnus
38 (nnoo-declare nndraft
41 (defvoo nndraft-directory (nnheader-concat gnus-directory "drafts/")
42 "Where nndraft will store its files."
48 (defvoo nndraft-current-group "" nil nnmh-current-group)
49 (defvoo nndraft-get-new-mail nil nil nnmh-get-new-mail)
50 (defvoo nndraft-current-directory nil nil nnmh-current-directory)
52 (defconst nndraft-version "nndraft 1.0")
53 (defvoo nndraft
[all...]
H A Dgnus-draft.el34 (require 'nndraft)
100 (gnus-draft-check-draft-articles (list article))
110 (gnus-request-expire-articles (list article) group t))
122 (let* ((articles (gnus-summary-work-articles n))
123 (total (length articles))
125 (gnus-draft-check-draft-articles articles)
126 (while (setq article (pop articles))
131 (- total (length articles)) tota
[all...]
H A Dgnus-delay.el1 ;;; gnus-delay.el --- Delayed posting of articles
27 ;; Provide delayed posting of articles.
38 (require 'nndraft)
48 "Group name for storing delayed articles."
53 "Header name for storing info about delayed articles."
138 (let ((group (format "nndraft:%s" gnus-delay-group)))
141 (nndraft-request-associate-buffer gnus-delay-group)
151 (let* ((group (format "nndraft:%s" gnus-delay-group))
153 articles
160 (setq articles (nndraf
[all...]
H A Dgnus-agent.el63 "Hook run when finished fetching articles."
74 "Read articles older than this will be expired.
80 "If non-nil, also expire unread, ticked and dormant articles.
81 If nil, only read articles will be expired."
139 "Indicate whether to mark articles unread after downloaded."
150 (defcustom gnus-agent-consider-all-articles nil
152 whether articles need to be downloaded or not, for all articles. When
154 whether unread articles are downloaded or not. If you enable this,
157 read articles a
[all...]
H A Dgnus-start.el217 but you won't be told how many unread articles there are in the
793 (gnus-request-create-group "queue" '(nndraft "")))
794 (gnus-request-create-group "drafts" '(nndraft ""))
807 (gnus-request-create-group "drafts" '(nndraft ""))
808 (unless (gnus-gethash "nndraft:drafts" gnus-newsrc-hashtb)
811 (gnus-subscribe-group "nndraft:drafts" nil '(nndraft ""))))
812 (unless (equal (gnus-group-get-parameter "nndraft:drafts" 'gnus-dummy t)
816 "nndraft:drafts" 'gnus-dummy '((gnus-draft-mode)))))
1005 ;; done in `gnus-get-unread-articles'
[all...]
H A Dgnus-msg.el61 If you want to store all your outgoing mail and articles in the group
147 "If non-nil, automatically mark Gcc articles as read."
231 '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
296 (defvar gnus-article-yanked-articles nil)
383 (yanked (make-symbol "gnus-setup-yanked-articles"))
388 (,yanked gnus-article-yanked-articles)
720 (gnus-summary-work-articles 1))))
741 (gnus-summary-followup (gnus-summary-work-articles n) force-news))
747 (gnus-summary-work-articles 1))))
753 (gnus-summary-followup (gnus-summary-work-articles ar
[all...]

Completed in 193 milliseconds