diff options
Diffstat (limited to 'yamn/proto/pop3/pop3comm.cpp')
-rw-r--r-- | yamn/proto/pop3/pop3comm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yamn/proto/pop3/pop3comm.cpp b/yamn/proto/pop3/pop3comm.cpp index d80ab20..44cbfcc 100644 --- a/yamn/proto/pop3/pop3comm.cpp +++ b/yamn/proto/pop3/pop3comm.cpp @@ -341,7 +341,7 @@ int RegisterPOP3Plugin(WPARAM,LPARAM) }
/*//this doesn't work. the function doesn't know which contact to check
- //if((Finder->Flags & YAMN_ACC_ENA) && (Finder->NewMailN.Flags & YAMN_ACC_CONT) && DBGetContactSettingByte(NULL, YAMN_DBMODULE, YAMN_SHOWMAINMENU, 0))
+ //if((Finder->Flags & YAMN_ACC_ENA) && (Finder->NewMailN.Flags & YAMN_ACC_CONT) && DBGetContactSettingByte(NULL, YAMN_DBMODULE, YAMN_SHOWMAINMENU, 1))
//{
// mi.cbSize = sizeof(mi);
// mi.position = 0xb0000000;
|