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 [gnus-5_10-branc


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mail-source.el [gnus-5_10-branch]
Date: Tue, 31 Aug 2004 10:58:11 -0400

Index: emacs/lisp/gnus/mail-source.el
diff -c emacs/lisp/gnus/mail-source.el:1.14.2.1 
emacs/lisp/gnus/mail-source.el:1.14.2.2
*** emacs/lisp/gnus/mail-source.el:1.14.2.1     Thu Jul 22 16:45:49 2004
--- emacs/lisp/gnus/mail-source.el      Tue Aug 31 14:47:59 2004
***************
*** 826,837 ****
    "Open and close a POP connection shortly.
  POP server should be defined in `mail-source-primary-source' (which is
  preferred) or `mail-sources'.  You may use it for the POP-before-SMTP
! authentication.  To do that, you need to set the option
! `message-send-mail-function' to `message-smtpmail-send-it' and put the
! following line in .gnus file:
  
  \(add-hook 'message-send-mail-hook 'mail-source-touch-pop)
! "
    (let ((sources (if mail-source-primary-source
                     (list mail-source-primary-source)
                   mail-sources)))
--- 826,838 ----
    "Open and close a POP connection shortly.
  POP server should be defined in `mail-source-primary-source' (which is
  preferred) or `mail-sources'.  You may use it for the POP-before-SMTP
! authentication.  To do that, you need to set the
! `message-send-mail-function' variable as `message-smtpmail-send-it'
! and put the following line in your ~/.gnus.el file:
  
  \(add-hook 'message-send-mail-hook 'mail-source-touch-pop)
! 
! See the Gnus manual for details."
    (let ((sources (if mail-source-primary-source
                     (list mail-source-primary-source)
                   mail-sources)))




reply via email to

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