Gnus development mailing list
 help / color / mirror / Atom feed
* nnmail-pop3-movemail
@ 1997-02-06 21:23 Rich Pieri
  0 siblings, 0 replies; only message in thread
From: Rich Pieri @ 1997-02-06 21:23 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----

I finally got around to cobbling this together....  Not that it is much,
mind, I was expecting to have to rewrite nnmail.  Fortunately, Lars
already had support for making nnmail-movemail-program a function.  All
I had to do was write a little wrapper for pop3-movemail:

(defun nnmail-pop3-movemail (inbox crashbox)
  "Function to move mail from INBOX on a POP3 server to file CRASHBOX."
  (require 'pop3)
  (let ((pop3-maildrop
          (substring inbox (match-end (string-match "^po:" inbox)))))
    (pop3-movemail crashbox)
    ))

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
Charset: noconv

iQCVAwUBMvpL1Z6VRH7BJMxHAQHcjwP/QSFusd0GD+EnuPNwn0jN6Tl/6ceSQ0Us
lS8JvCKOhiq0BPpURe6Dq0HbZioajtT6mzULNkP8X6BSGwS/uEVPLQy7M0vJE/ht
MbxcypnVUIFW97hi2dHKwTt3Ap+NdpYAOmS3o58n95hsOdoLla8XAi0dj13jQgPC
dTdXVTeR/Fg=
=GES2
-----END PGP SIGNATURE-----
-- 
Rich Pieri <rich.pieri@prescienttech.com> | Happy Fun Ball contains a liquid
Prescient Technologies, Inc.              | core, which, if exposed due to
A Stone & Webster Company                 | rupture, should not be touched,
I speak for myself, not PTI or SWEC       | inhaled, or looked at.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-02-06 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-02-06 21:23 nnmail-pop3-movemail Rich Pieri

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