tuse imap not imap4 - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4bd43ca9da9fcbee9bd51ff14337319cf142cfd5
 (DIR) parent d58b36f9d3eeb714d5102b5fb9f73b2284dae2f5
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 28 Nov 2005 03:05:32 +0000
       
       use imap not imap4
       
       Diffstat:
         M src/cmd/upas/fs/imap4.c             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/upas/fs/imap4.c b/src/cmd/upas/fs/imap4.c
       t@@ -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();