diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 18:10:43 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 18:10:43 +0000 |
commit | 2f10a9e6cc4782d61f0f15bbff36209af922bd34 (patch) | |
tree | 920e978d44cfea3ab33e88318596890cf4513a97 /yamn/proto/pop3/pop3comm.cpp | |
parent | 3c0233134bc5a8e42e3a621f0a5eef2aaf487474 (diff) |
обновлены и подчищены добавленные плагины
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@174 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
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;
|