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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-agent.el
Date: Mon, 01 Nov 2004 18:12:39 -0500

Index: emacs/lisp/gnus/gnus-agent.el
diff -c emacs/lisp/gnus/gnus-agent.el:1.11 emacs/lisp/gnus/gnus-agent.el:1.12
*** emacs/lisp/gnus/gnus-agent.el:1.11  Tue Oct 19 22:38:27 2004
--- emacs/lisp/gnus/gnus-agent.el       Mon Nov  1 23:06:34 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]