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/pop3.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/pop3.el
Date: Wed, 09 Feb 2005 10:51:57 -0500

Index: emacs/lisp/gnus/pop3.el
diff -c emacs/lisp/gnus/pop3.el:1.26 emacs/lisp/gnus/pop3.el:1.27
*** emacs/lisp/gnus/pop3.el:1.26        Tue Dec  7 21:56:39 2004
--- emacs/lisp/gnus/pop3.el     Wed Feb  9 15:50:37 2005
***************
*** 46,71 ****
                             (getenv "LOGNAME")
                             (getenv "USER"))
    "*POP3 maildrop."
!   :version "21.4" ;; Oort Gnus
    :type 'string
    :group 'pop3)
  
  (defcustom pop3-mailhost (or (getenv "MAILHOST") ;; nil -> mismatch
                             "pop3")
    "*POP3 mailhost."
!   :version "21.4" ;; Oort Gnus
    :type 'string
    :group 'pop3)
  
  (defcustom pop3-port 110
    "*POP3 port."
!   :version "21.4" ;; Oort Gnus
    :type 'number
    :group 'pop3)
  
  (defcustom pop3-password-required t
    "*Non-nil if a password is required when connecting to POP server."
!   :version "21.4" ;; Oort Gnus
    :type 'boolean
    :group 'pop3)
  
--- 46,71 ----
                             (getenv "LOGNAME")
                             (getenv "USER"))
    "*POP3 maildrop."
!   :version "22.1" ;; Oort Gnus
    :type 'string
    :group 'pop3)
  
  (defcustom pop3-mailhost (or (getenv "MAILHOST") ;; nil -> mismatch
                             "pop3")
    "*POP3 mailhost."
!   :version "22.1" ;; Oort Gnus
    :type 'string
    :group 'pop3)
  
  (defcustom pop3-port 110
    "*POP3 port."
!   :version "22.1" ;; Oort Gnus
    :type 'number
    :group 'pop3)
  
  (defcustom pop3-password-required t
    "*Non-nil if a password is required when connecting to POP server."
!   :version "22.1" ;; Oort Gnus
    :type 'boolean
    :group 'pop3)
  
***************
*** 77,83 ****
    "*POP3 authentication scheme.
  Defaults to 'pass, for the standard USER/PASS authentication.  Other valid
  values are 'apop."
!   :version "21.4" ;; Oort Gnus
    :type '(choice (const :tag "USER/PASS" pass)
                 (const :tag "APOP" apop))
    :group 'pop3)
--- 77,83 ----
    "*POP3 authentication scheme.
  Defaults to 'pass, for the standard USER/PASS authentication.  Other valid
  values are 'apop."
!   :version "22.1" ;; Oort Gnus
    :type '(choice (const :tag "USER/PASS" pass)
                 (const :tag "APOP" apop))
    :group 'pop3)
***************
*** 91,97 ****
  client believes is there and what is actually there may not match
  up.  If they do not, then the whole thing can fall apart and
  leave you with a corrupt mailbox."
!   :version "21.4" ;; Oort Gnus
    :type 'boolean
    :group 'pop3)
  
--- 91,97 ----
  client believes is there and what is actually there may not match
  up.  If they do not, then the whole thing can fall apart and
  leave you with a corrupt mailbox."
!   :version "22.1" ;; Oort Gnus
    :type 'boolean
    :group 'pop3)
  




reply via email to

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