Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv11276/include
Modified Files:
Moptions.h
Log Message:
added (not working) option for pgp command
Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -b -u -2 -r1.60 -r1.61
--- Moptions.h 26 Nov 2002 08:45:47 -0000 1.60
+++ Moptions.h 5 Dec 2002 00:18:48 -0000 1.61
@@ -333,4 +333,5 @@
extern const MOption MP_EXTERNALEDITOR;
extern const MOption MP_ALWAYS_USE_EXTERNALEDITOR;
+extern const MOption MP_PGP_COMMAND;
extern const MOption MP_USE_NEWMAILCOMMAND;
extern const MOption MP_NEWMAILCOMMAND;
@@ -1027,4 +1028,6 @@
/// start external editor automatically?
#define MP_ALWAYS_USE_EXTERNALEDITOR_NAME "AlwaysUseExtEditor"
+/// PGP/GPG application
+#define MP_PGP_COMMAND_NAME "PGPCommand"
/// execute a command when new mail arrives?
#define MP_USE_NEWMAILCOMMAND_NAME "CommandOnNewMail"
@@ -1954,4 +1957,11 @@
/// start external editor automatically?
#define MP_ALWAYS_USE_EXTERNALEDITOR_DEFVAL 0l
+
+/// PGP/GPG application
+#ifdef OS_UNIX
+# define MP_PGP_COMMAND_DEFVAL "gpg"
+#else
+# define MP_PGP_COMMAND_DEFVAL "gpg.exe"
+#endif // Unix/Win
/// command to execute when new mail arrives
-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates