Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv1875/src/gui
Modified Files:
wxOptionsDlg.cpp
Log Message:
added MP_CONN_CLOSE_DELAY to the dialog
Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.329
retrieving revision 1.330
diff -b -u -2 -r1.329 -r1.330
--- wxOptionsDlg.cpp 27 Apr 2002 11:39:22 -0000 1.329
+++ wxOptionsDlg.cpp 27 Apr 2002 23:00:21 -0000 1.330
@@ -300,5 +300,7 @@
ConfigField_FolderMaxMsgSize,
ConfigField_CloseDelay_HelpText,
- ConfigField_CloseDelay,
+ ConfigField_FolderCloseDelay,
+ ConfigField_ConnCloseDelay,
+ ConfigField_OutboxHelp,
ConfigField_UseOutbox,
ConfigField_OutboxName,
@@ -1176,8 +1178,16 @@
{ gettext_noop("Ask if size of &message (in Kb) >"), Field_Number, -1 },
{ gettext_noop("Mahogany may keep the folder open after closing it\n"
- "for some time to make reopening the folder faster.\n"
- "This is useful for the folders which you often reopen.\n"
- "Note that this option is ignored for POP3 folders."),
Field_Message, -1 },
- { gettext_noop("&Keep open for (seconds)"), Field_Number, -1},
+ "for some time to make reopening the same folder faster.\n"
+ "It also can close the folder but keep the connection to\n"
+ "the server alive for some time to make it faster to open\n"
+ "other folders on the same server.\n"
+ "\n"
+ "Note that the first option is ignored for POP3 folders and\n"
+ "the second one is only used for IMAP and NNTP servers."),
+Field_Message, -1 },
+ { gettext_noop("&Keep folder open for (seconds)"), Field_Number, -1},
+ { gettext_noop("Keep &connection alive for (seconds)"), Field_Number, -1},
+ { gettext_noop("\nThe outgoing messages may be sent out immediately\n"
+ "or just stored in an \"Outbox\" and sent later. Choose\n"
+ "the sending mode here:"), Field_Message, -1 },
{ gettext_noop("Send outgoing messages later"), Field_Bool |
Field_Restart |
@@ -1707,7 +1717,9 @@
#endif
CONFIG_ENTRY(MP_MAX_MESSAGE_SIZE),
- CONFIG_NONE(),
+ CONFIG_NONE(), // keep alive help
CONFIG_ENTRY(MP_FOLDER_CLOSE_DELAY),
- CONFIG_ENTRY(MP_USE_OUTBOX), // where to store message before sending them
+ CONFIG_ENTRY(MP_CONN_CLOSE_DELAY),
+ CONFIG_NONE(), // outbox help
+ CONFIG_ENTRY(MP_USE_OUTBOX),
CONFIG_ENTRY(MP_OUTBOX_NAME),
CONFIG_ENTRY(MP_USE_TRASH_FOLDER),
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates