diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-12 05:31:59 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-12 05:31:59 +0000 |
commit | 739668b38048db73994b27fc63496d42473ff08e (patch) | |
tree | 243266999341ad03124c2387899e62d01aebb0a7 /src/quick_search.h | |
parent | 2e693597aa60fb25b8a22b2c5c2fc0db86bad7c9 (diff) |
added 'In addressbook' to the quick search menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2468 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/quick_search.h')
-rw-r--r-- | src/quick_search.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick_search.h b/src/quick_search.h index 52516499..b21b3468 100644 --- a/src/quick_search.h +++ b/src/quick_search.h @@ -35,7 +35,8 @@ typedef enum QS_MIME, QS_W1DAY, QS_LAST5, - QS_LAST7 + QS_LAST7, + QS_IN_ADDRESSBOOK } QSearchCondType; struct _QuickSearch |