emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-agent.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-agent.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:05:51 -0500

Index: emacs/lisp/gnus/gnus-agent.el
diff -c emacs/lisp/gnus/gnus-agent.el:1.7.6.4 
emacs/lisp/gnus/gnus-agent.el:1.7.6.5
*** emacs/lisp/gnus/gnus-agent.el:1.7.6.4       Fri Oct 22 10:13:31 2004
--- emacs/lisp/gnus/gnus-agent.el       Thu Nov  4 08:55:29 2004
***************
*** 160,165 ****
--- 160,166 ----
    "Chunk size for `gnus-agent-fetch-session'.
  The function will split its article fetches into chunks smaller than
  this limit."
+   :version "21.4"
    :group 'gnus-agent
    :type 'integer)
  
***************
*** 170,175 ****
--- 171,177 ----
  to disable expiration in specific categories, topics, and groups.  Of
  course, you could change gnus-agent-enable-expiration to DISABLE then
  enable expiration per categories, topics, and groups."
+   :version "21.4"
    :group 'gnus-agent
    :type '(radio (const :format "Enable " ENABLE)
                  (const :format "Disable " DISABLE)))
***************
*** 195,200 ****
--- 197,203 ----
    "Whether and when outgoing mail should be queued by the agent.
  When `always', always queue outgoing mail.  When nil, never
  queue.  Otherwise, queue if and only if unplugged."
+   :version "21.4"
    :group 'gnus-agent
    :type '(radio (const :format "Always" always)
                (const :format "Never" nil)
***************
*** 203,208 ****
--- 206,212 ----
  (defcustom gnus-agent-prompt-send-queue nil
    "If non-nil, `gnus-group-send-queue' will prompt if called when
  unplugged."
+   :version "21.4"
    :group 'gnus-agent
    :type 'boolean)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]