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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mail-source.el [lexbind]
Date: Wed, 06 Oct 2004 01:48:26 -0400

Index: emacs/lisp/gnus/mail-source.el
diff -c emacs/lisp/gnus/mail-source.el:1.12.2.3 
emacs/lisp/gnus/mail-source.el:1.12.2.4
*** emacs/lisp/gnus/mail-source.el:1.12.2.3     Thu Sep 16 00:12:16 2004
--- emacs/lisp/gnus/mail-source.el      Wed Oct  6 05:21:53 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]