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/mail-source.el [emacs-unicode-2


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mail-source.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:14 -0400

Index: emacs/lisp/gnus/mail-source.el
diff -c emacs/lisp/gnus/mail-source.el:1.13.6.2 
emacs/lisp/gnus/mail-source.el:1.13.6.3
*** emacs/lisp/gnus/mail-source.el:1.13.6.2     Thu Sep  9 09:36:26 2004
--- emacs/lisp/gnus/mail-source.el      Tue Sep 21 09:34:08 2004
***************
*** 235,241 ****
  (defcustom mail-source-ignore-errors nil
    "*Ignore errors when querying mail sources.
  If nil, the user will be prompted when an error occurs.  If non-nil,
! the error will be ignored.")
  
  (defcustom mail-source-primary-source nil
    "*Primary source for incoming mail.
--- 235,244 ----
  (defcustom mail-source-ignore-errors nil
    "*Ignore errors when querying mail sources.
  If nil, the user will be prompted when an error occurs.  If non-nil,
! the error will be ignored."
!   :version "21.4"
!   :group 'mail-source
!   :type 'boolean)
  
  (defcustom mail-source-primary-source nil
    "*Primary source for incoming mail.
***************
*** 281,286 ****
--- 284,290 ----
    "*If non-nil, ask for for confirmation before deleting old incoming files.
  This variable only applies when `mail-source-delete-incoming' is a positive
  number."
+   :version "21.4"
    :group 'mail-source
    :type 'boolean)
  
***************
*** 301,306 ****
--- 305,311 ----
  
  (defcustom mail-source-movemail-program nil
    "If non-nil, name of program for fetching new mail."
+   :version "21.4"
    :group 'mail-source
    :type '(choice (const nil) string))
  




reply via email to

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