Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Pieri <ratinox@unilab.dfci.harvard.edu>
Subject: Re: Gnus v5.2.15 is released
Date: 12 Jun 1996 16:51:29 -0400	[thread overview]
Message-ID: <x791dsbvam.fsf@unilab.dfci.harvard.edu> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 11 Jun 1996 06:49:47 +0200

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> Bug fixes and POP password support.

POP password support will break efs.  Here is an *UNTESTED* patch that
will use efs' passwd.el if it exists, then ange-ftp's password reading.
Assuming it works :).

*** nnmail.el.orig	Wed Jun 12 16:38:46 1996
--- nnmail.el	Wed Jun 12 16:45:57 1996
***************
*** 269,276 ****
  
  ;;; Internal variables.
  
  (eval-and-compile
!   (autoload 'ange-ftp-read-passwd "ange-ftp"))
  
  (defvar nnmail-split-fancy-syntax-table
    (copy-syntax-table (standard-syntax-table))
--- 269,281 ----
  
  ;;; Internal variables.
  
+ ;; use efs's passwd.el if it exists, otherwise use ange-ftp's function
  (eval-and-compile
!   (cond ((load "passwd" t)
! 	 (fset 'nnmail-read-passwd 'read-passwd))
! 	(t
! 	 (autoload 'ange-ftp-read-passwd "ange-ftp")
! 	 (fset 'nnmail-read-passwd 'ange-ftp-read-passwd))))
  
  (defvar nnmail-split-fancy-syntax-table
    (copy-syntax-table (standard-syntax-table))
***************
*** 378,384 ****
  	    (setq password nnmail-pop-password)
  	    (when (and nnmail-pop-password-required (not nnmail-pop-password))
  	      (setq password
! 		    (ange-ftp-read-passwd
  		     (format "Password for %s: "
  			     (substring inbox (+ popmail 3))))))
  	    (message "Getting mail from post office ..."))
--- 383,389 ----
  	    (setq password nnmail-pop-password)
  	    (when (and nnmail-pop-password-required (not nnmail-pop-password))
  	      (setq password
! 		    (nnmail-read-passwd
  		     (format "Password for %s: "
  			     (substring inbox (+ popmail 3))))))
  	    (message "Getting mail from post office ..."))


      reply	other threads:[~1996-06-12 20:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-11  4:49 Lars Magne Ingebrigtsen
1996-06-12 20:51 ` Richard Pieri [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x791dsbvam.fsf@unilab.dfci.harvard.edu \
    --to=ratinox@unilab.dfci.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).