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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnimap.el
Date: Tue, 29 Jun 2004 08:51:55 -0400

Index: emacs/lisp/gnus/nnimap.el
diff -c emacs/lisp/gnus/nnimap.el:1.12 emacs/lisp/gnus/nnimap.el:1.13
*** emacs/lisp/gnus/nnimap.el:1.12      Thu May  6 21:28:02 2004
--- emacs/lisp/gnus/nnimap.el   Tue Jun 29 12:49:14 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]