aboutsummaryrefslogtreecommitdiff
path: root/src/quick_search.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-08 06:54:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-08 06:54:05 +0000
commitf2b626d730194d20ad500ee4957830ddef550d4a (patch)
tree590002e14e04aa6e911ba954eedcd47a812cf2bb /src/quick_search.h
parent008b58d1e888f478801805202aef128d5a020071 (diff)
added 'Last 7 days' to the quick search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2372 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/quick_search.h')
-rw-r--r--src/quick_search.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/quick_search.h b/src/quick_search.h
index 50f4de32..a7db491c 100644
--- a/src/quick_search.h
+++ b/src/quick_search.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,7 +34,8 @@ typedef enum
QS_CLABEL,
QS_MIME,
QS_W1DAY,
- QS_LAST5
+ QS_LAST5,
+ QS_LAST7
} QSearchCondType;
struct _QuickSearch