Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8377/src/gui

Modified Files:
        wxMenuDefs.cpp wxMsgCmdProc.cpp 
Log Message:
added interface for showing spam filters options dialog

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.219
retrieving revision 1.220
diff -b -u -2 -r1.219 -r1.220
--- wxMenuDefs.cpp      11 Jul 2004 02:54:44 -0000      1.219
+++ wxMenuDefs.cpp      11 Jul 2004 19:04:35 -0000      1.220
@@ -438,4 +438,6 @@
       { WXMENU_MSG_SPAM_UNMARK, gettext_noop("Mark as &ham"), gettext_noop("Classify 
the message as non-spam"), wxITEM_NORMAL },
       { WXMENU_MSG_SPAM_CHECK, gettext_noop("Chec&k message...\tShift-Ctrl-K"), 
gettext_noop("Check if this message is spam"), wxITEM_NORMAL },
+      { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString           
              , wxITEM_NORMAL },
+      { WXMENU_MSG_SPAM_CONFIG, gettext_noop("&Configure spam filters..."), 
gettext_noop("Set the options for spam detection"), wxITEM_NORMAL },
    { WXMENU_SUBMENU,       wxEmptyString, wxEmptyString, wxITEM_NORMAL },
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString              
           , wxITEM_NORMAL },

Index: wxMsgCmdProc.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMsgCmdProc.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -b -u -2 -r1.58 -r1.59
--- wxMsgCmdProc.cpp    10 Jul 2004 20:26:45 -0000      1.58
+++ wxMsgCmdProc.cpp    11 Jul 2004 19:04:35 -0000      1.59
@@ -897,4 +897,8 @@
          break;
 
+      case WXMENU_MSG_SPAM_CONFIG:
+         SpamFilter::Configure(GetFrame());
+         break;
+
       default:
          // try passing it to message view



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to