diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-21 19:44:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-21 19:44:23 +0000 |
commit | d8603c99f263b786652d821a3809156346ca9848 (patch) | |
tree | 0aa90c315295f854e188998138520f51bc63e95c /src/modules/findadd/findadd.h | |
parent | 3c58e2a8ed09a12a016ef2cce151aee68db4efd8 (diff) |
search dialog optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@10264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/findadd/findadd.h')
-rw-r--r-- | src/modules/findadd/findadd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/findadd/findadd.h b/src/modules/findadd/findadd.h index 5fd5f24724..9026b69069 100644 --- a/src/modules/findadd/findadd.h +++ b/src/modules/findadd/findadd.h @@ -22,6 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define PF1_ANYSEARCH (PF1_BASICSEARCH | PF1_EXTSEARCH | PF1_SEARCHBYEMAIL | PF1_SEARCHBYNAME | PF1_EXTSEARCH)
+
struct ListSearchResult
{
const char *szProto;
|