Cone is a text-based mail client. Cone seamlessly handles multiple POP3, IMAP accounts, and local mail folders. Cone is also a simple newsreader. Cone's interface is foolproof enough to be used by inexperienced users, but it also offers advanced features for power users. Cone also serves as a platform for development of a new experimental network mail access protocol, SMAP, that offers additional functionality not available with IMAP or POP3.
16 lines
360 B
Text
16 lines
360 B
Text
$NetBSD: patch-af,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
|
|
|
|
--- libmail/mail.H.orig Wed Jun 23 00:55:25 2004
|
|
+++ libmail/mail.H
|
|
@@ -11,10 +11,10 @@
|
|
#include <time.h>
|
|
#include <string>
|
|
|
|
+#include <sys/types.h>
|
|
#if HAVE_SYS_SELECT_H
|
|
#include <sys/select.h>
|
|
#endif
|
|
-#include <sys/types.h>
|
|
#if TIME_WITH_SYS_TIME
|
|
# include <sys/time.h>
|
|
# include <time.h>
|