From f2b626d730194d20ad500ee4957830ddef550d4a Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 8 Dec 2009 06:54:05 +0000 Subject: added 'Last 7 days' to the quick search. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2372 ee746299-78ed-0310-b773-934348b2243d --- src/quick_search.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/quick_search.h') 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 -- cgit v1.2.3