/[emacs]/emacs/lisp/gnus/gnus-agent.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-agent.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.8.5 by miles, Mon Oct 25 04:22:24 2004 UTC revision 1.5.8.6 by miles, Thu Nov 4 13:12:18 2004 UTC
# Line 160  read articles as they would just be down Line 160  read articles as they would just be down
160    "Chunk size for `gnus-agent-fetch-session'.    "Chunk size for `gnus-agent-fetch-session'.
161  The function will split its article fetches into chunks smaller than  The function will split its article fetches into chunks smaller than
162  this limit."  this limit."
163      :version "21.4"
164    :group 'gnus-agent    :group 'gnus-agent
165    :type 'integer)    :type 'integer)
166    
# Line 170  contents from a group's local storage. Line 171  contents from a group's local storage.
171  to disable expiration in specific categories, topics, and groups.  Of  to disable expiration in specific categories, topics, and groups.  Of
172  course, you could change gnus-agent-enable-expiration to DISABLE then  course, you could change gnus-agent-enable-expiration to DISABLE then
173  enable expiration per categories, topics, and groups."  enable expiration per categories, topics, and groups."
174      :version "21.4"
175    :group 'gnus-agent    :group 'gnus-agent
176    :type '(radio (const :format "Enable " ENABLE)    :type '(radio (const :format "Enable " ENABLE)
177                  (const :format "Disable " DISABLE)))                  (const :format "Disable " DISABLE)))
# Line 195  See Info node `(gnus)Server Buffer'." Line 197  See Info node `(gnus)Server Buffer'."
197    "Whether and when outgoing mail should be queued by the agent.    "Whether and when outgoing mail should be queued by the agent.
198  When `always', always queue outgoing mail.  When nil, never  When `always', always queue outgoing mail.  When nil, never
199  queue.  Otherwise, queue if and only if unplugged."  queue.  Otherwise, queue if and only if unplugged."
200      :version "21.4"
201    :group 'gnus-agent    :group 'gnus-agent
202    :type '(radio (const :format "Always" always)    :type '(radio (const :format "Always" always)
203                  (const :format "Never" nil)                  (const :format "Never" nil)
# Line 203  queue.  Otherwise, queue if and only if Line 206  queue.  Otherwise, queue if and only if
206  (defcustom gnus-agent-prompt-send-queue nil  (defcustom gnus-agent-prompt-send-queue nil
207    "If non-nil, `gnus-group-send-queue' will prompt if called when    "If non-nil, `gnus-group-send-queue' will prompt if called when
208  unplugged."  unplugged."
209      :version "21.4"
210    :group 'gnus-agent    :group 'gnus-agent
211    :type 'boolean)    :type 'boolean)
212    

Legend:
Removed from v.1.5.8.5  
changed lines
  Added in v.1.5.8.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26