/[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.3 by miles, Thu Sep 16 00:12:15 2004 UTC revision 1.5.8.4 by miles, Wed Oct 6 05:21:52 2004 UTC
# Line 60  Line 60 
60    
61  (defcustom gnus-agent-fetched-hook nil  (defcustom gnus-agent-fetched-hook nil
62    "Hook run when finished fetching articles."    "Hook run when finished fetching articles."
63      :version "21.4"
64    :group 'gnus-agent    :group 'gnus-agent
65    :type 'hook)    :type 'hook)
66    
# Line 125  If this is `ask' the hook will query the Line 126  If this is `ask' the hook will query the
126  (defcustom gnus-agent-go-online 'ask  (defcustom gnus-agent-go-online 'ask
127    "Indicate if offline servers go online when you plug in.    "Indicate if offline servers go online when you plug in.
128  If this is `ask' the hook will query the user."  If this is `ask' the hook will query the user."
129    :version "21.1"    :version "21.3"
130    :type '(choice (const :tag "Always" t)    :type '(choice (const :tag "Always" t)
131                   (const :tag "Never" nil)                   (const :tag "Never" nil)
132                   (const :tag "Ask" ask))                   (const :tag "Ask" ask))
# Line 178  enable expiration per categories, topics Line 179  enable expiration per categories, topics
179  Have gnus-agent-expire scan the directories under  Have gnus-agent-expire scan the directories under
180  \(gnus-agent-directory) for groups that are no longer agentized.  \(gnus-agent-directory) for groups that are no longer agentized.
181  When found, offer to remove them."  When found, offer to remove them."
182      :version "21.4"
183    :type 'boolean    :type 'boolean
184    :group 'gnus-agent)    :group 'gnus-agent)
185    
# Line 185  When found, offer to remove them." Line 187  When found, offer to remove them."
187    "Initially, all servers from these methods are agentized.    "Initially, all servers from these methods are agentized.
188  The user may remove or add servers using the Server buffer.  The user may remove or add servers using the Server buffer.
189  See Info node `(gnus)Server Buffer'."  See Info node `(gnus)Server Buffer'."
190      :version "21.4"
191    :type '(repeat symbol)    :type '(repeat symbol)
192    :group 'gnus-agent)    :group 'gnus-agent)
193    

Legend:
Removed from v.1.5.8.3  
changed lines
  Added in v.1.5.8.4

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