plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 4bd43ca9da9fcbee9bd51ff14337319cf142cfd5
parent d58b36f9d3eeb714d5102b5fb9f73b2284dae2f5
Author: rsc <devnull@localhost>
Date:   Mon, 28 Nov 2005 03:05:32 +0000

use imap not imap4

Diffstat:
Msrc/cmd/upas/fs/imap4.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/upas/fs/imap4.c b/src/cmd/upas/fs/imap4.c @@ -431,7 +431,7 @@ imap4dial(Imap *imap) if(imap->mustssl) port = "imaps"; else - port = "imap4"; + port = "imap"; if((imap->fd = dial(netmkaddr(imap->host, "net", port), 0, 0, 0)) < 0) return geterrstr();