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/nnimap.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnimap.el [lexbind]
Date: Tue, 06 Jul 2004 06:59:41 -0400

Index: emacs/lisp/gnus/nnimap.el
diff -c emacs/lisp/gnus/nnimap.el:1.6.2.3 emacs/lisp/gnus/nnimap.el:1.6.2.4
*** emacs/lisp/gnus/nnimap.el:1.6.2.3   Tue May 11 02:34:42 2004
--- emacs/lisp/gnus/nnimap.el   Tue Jul  6 10:23:36 2004
***************
*** 271,281 ****
                                          (string :format "Login: %v"))
                                    (cons :format "%v"
                                          (const :format "" "password")
!                                         (string :format "Password: %v")))))))
  
  (defcustom nnimap-prune-cache t
    "If non-nil, nnimap check whether articles still exist on server before 
using data stored in NOV cache."
!   :type 'boolean)
  
  (defvar nnimap-request-list-method 'imap-mailbox-list
    "Method to use to request a list of all folders from the server.
--- 271,283 ----
                                          (string :format "Login: %v"))
                                    (cons :format "%v"
                                          (const :format "" "password")
!                                         (string :format "Password: %v"))))))
!   :group 'nnimap)
  
  (defcustom nnimap-prune-cache t
    "If non-nil, nnimap check whether articles still exist on server before 
using data stored in NOV cache."
!   :type 'boolean
!   :group 'nnimap)
  
  (defvar nnimap-request-list-method 'imap-mailbox-list
    "Method to use to request a list of all folders from the server.




reply via email to

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