9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: paurea@gsyc.escet.urjc.es
To: 9fans@cse.psu.edu
Subject: Re: [9fans] ever growing mail
Date: Mon, 18 Nov 2002 15:16:14 +0100	[thread overview]
Message-ID: <15832.63022.448388.401779@nanonic.hilbert.space> (raw)
In-Reply-To: <5548ea0aaf4d970996e98aebb1256053@plan9.bell-labs.com>:presotto@plan9.bell-labs.com's message of 17:00:38 Friday,15 November 2002

presotto@plan9.bell-labs.com writes:
 > From: presotto@plan9.bell-labs.com
 > Subject: [9fans] ever growing mail
 > Date: Fri, 15 Nov 2002 17:00:38 -0500
 >
 > I've moved to sources paurea@gsyc.escet.urjc.es's changes to imap4d.
 > I went through the code and changed ALL responses to upper case.  I
 > also documented the challenge-response option in /sys/man/8/pop3.

You forgot to change the fetch.c:

diff ./fetch.c /n/dump/2002/1118/sys/src/cmd/ip/imap4d/fetch.c

109c109
< 	Bprint(&bout, "* %lud FETCH (", m->seq);
---
> 	Bprint(&bout, "* %lud fetch (", m->seq);
144c144
< 			Bprint(&bout, "%sRFC822.SIZE %lud", sep, msgSize(m));
---
> 			Bprint(&bout, "%srfc822.size %lud", sep, msgSize(m));
148c148
< 			Bprint(&bout, "%sRFC822", sep);
---
> 			Bprint(&bout, "%srfc822", sep);

--
                 Saludos,
                         Gorka

"Curiosity sKilled the cat"


      reply	other threads:[~2002-11-18 14:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-15 22:00 presotto
2002-11-18 14:16 ` paurea [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=15832.63022.448388.401779@nanonic.hilbert.space \
    --to=paurea@gsyc.escet.urjc.es \
    --cc=9fans@cse.psu.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).