Gnus development mailing list
 help / color / mirror / Atom feed
From: Rich Pieri <rich.pieri@PrescientTech.com>
Subject: nnmail-pop3-movemail
Date: 06 Feb 1997 16:23:31 -0500	[thread overview]
Message-ID: <x76805hbn0.fsf@gkar.asds.com> (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.


                 reply	other threads:[~1997-02-06 21:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=x76805hbn0.fsf@gkar.asds.com \
    --to=rich.pieri@prescienttech.com \
    /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).