Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30612/src/gui
Modified Files:
wxRenameDialog.cpp
Log Message:
disable mailbox renaming for IMAP inbox, not for all folders except inbox
Index: wxRenameDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxRenameDialog.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- wxRenameDialog.cpp 18 Sep 2004 23:03:15 -0000 1.12
+++ wxRenameDialog.cpp 27 Sep 2004 20:08:50 -0000 1.13
@@ -131,5 +131,5 @@
{
const String& name = folder->GetFullName();
- if ( wxStricmp(name, _T("inbox")) )
+ if ( wxStricmp(name, _T("inbox")) == 0 )
canRenameMailbox = false;
}
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates