Gnus development mailing list
 help / color / mirror / Atom feed
* Fun with pop
@ 1997-04-17 20:20 William M. Perry
  1997-04-19  2:01 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: William M. Perry @ 1997-04-17 20:20 UTC (permalink / raw)


I ended up having to add this to my ~/.gnus, because if I happened to be in 
'/' when I check my mail, it tries to connect to ftp server 'po' whilst
doing an (exand-file-name "po:wmperry")

(add-hook 'nnmail-pre-get-new-mail-hook
	  (lambda ()
	    (cd (expand-file-name "~/"))))

Looks like you could get around this by not doing an expand-file-name until 
_after_ some of the other checks for whether we are doing a POP drop.  I
don't have time right now though... any volunteers?

BTW: This is XEmacs 20.1, 19.15, 20.0, all with efs.

-Bill P.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fun with pop
  1997-04-17 20:20 Fun with pop William M. Perry
@ 1997-04-19  2:01 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-04-19  2:01 UTC (permalink / raw)


"William M. Perry" <wmperry@aventail.com> writes:

> I ended up having to add this to my ~/.gnus, because if I happened to be in 
> '/' when I check my mail, it tries to connect to ftp server 'po' whilst
> doing an (exand-file-name "po:wmperry")

I think this is a problem with Gnus up until Gnus 5.4.30 or something;
this has been fixed in recent Gnus releases.  I think.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-04-19  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-04-17 20:20 Fun with pop William M. Perry
1997-04-19  2:01 ` Lars Magne Ingebrigtsen

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).