Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv32701/src/modules
Modified Files:
NetscapeImporter.cpp
Log Message:
support for cygwin
Index: NetscapeImporter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/NetscapeImporter.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- NetscapeImporter.cpp 30 Jan 2003 16:17:05 -0000 1.13
+++ NetscapeImporter.cpp 23 Jun 2003 01:23:46 -0000 1.14
@@ -82,5 +82,8 @@
extern const MOption MP_PRINT_PAPER;
extern const MOption MP_REPLY_ADDRESS;
+#ifdef OS_UNIX
+extern const MOption MP_USE_SENDMAIL;
extern const MOption MP_SENDMAILCMD;
+#endif
extern const MOption MP_SMTPHOST;
extern const MOption MP_SMTPHOST_LOGIN;
@@ -89,5 +92,4 @@
extern const MOption MP_USEVCARD;
extern const MOption MP_USE_OUTBOX;
-extern const MOption MP_USE_SENDMAIL;
extern const MOption MP_VIEW_AUTOMATIC_WORDWRAP;
extern const MOption MP_VIEW_WRAPMARGIN;
@@ -238,7 +240,13 @@
{"mail.imap.delete_is_move_to_trash" , "Not mapped", "No descr", NM_NONE, FALSE },
// something to use instead of send/fetchmail here?
+#ifdef OS_UNIX
{"mail.use_movemail" , MP_USE_SENDMAIL, "use mail moving program", NM_IS_BOOL, FALSE
},
{"mail.use_builtin_movemail" , "Ignored", "No descr", NM_NONE, FALSE },
{"mail.movemail_program" , MP_SENDMAILCMD, "mail moving command", NM_IS_STRING,
FALSE },
+#else
+ {"mail.use_movemail" , "Not mapped", "No descr", NM_NONE, FALSE },
+ {"mail.use_builtin_movemail" , "Not mapped", "No descr", NM_NONE, FALSE },
+ {"mail.movemail_program" , "Not mapped", "No descr", NM_NONE, FALSE },
+#endif
{"mail.movemail_warn" , "Not mapped", "No descr", NM_NONE, FALSE },
{"END", "Ignored", "End of list record", NM_NONE } // DO NOT REMOVE, hack to find
the end
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates