aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-29 06:37:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-29 06:37:17 +0800
commit579415f2b22c84697f95a18eed6946db64c878ba (patch)
tree07d7f9468e9903f4a5d182fd5428b087b03c87bc /mail/folder-browser.c
parent4c7be2715ddfb225a4e199c61e86522665c4e14f (diff)
downloadgsoc2013-evolution-579415f2b22c84697f95a18eed6946db64c878ba.tar.gz
gsoc2013-evolution-579415f2b22c84697f95a18eed6946db64c878ba.tar.zst
gsoc2013-evolution-579415f2b22c84697f95a18eed6946db64c878ba.zip
No longer need to check for a CLEAR_ID.
2002-10-28 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (folder_browser_query_changed): No longer need to check for a CLEAR_ID. svn path=/trunk/; revision=18463
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 151e6991ad..342f2ab529 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -1224,7 +1224,7 @@ folder_browser_query_changed (ESearchBar *esb, FolderBrowser *fb)
int id;
id = e_search_bar_get_item_id (esb);
- if (id == E_SEARCHBAR_CLEAR_ID || id == E_FILTERBAR_ADVANCED_ID)
+ if (id == E_FILTERBAR_ADVANCED_ID)
folder_browser_search_do_search (esb, fb);
}
ros (GSSAPI) support to mutt and mutt-devel.shaun2006-10-031-0/+13 * Update to 1.4.2.2erwin2006-07-181-2/+2 * Fix IMAP buffer overflow:shaun2006-06-301-1/+1 * Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1 * - Add mutt-lite, a slave port for mutt which defines MUTT_LITE flagpav2005-05-291-0/+1 * Do not disable NLS by default with MUTT_LITEvs2005-05-181-3/+1 * Add WITHOUT_MUTT_FLOCK knob.krion2005-05-181-1/+6 * Use autoconf259/automake19 instead of the deprecatedjylefort2005-05-111-2/+5 * - Fix the misc/mime-support dependencyoliver2005-05-081-6/+12 * - Use mime.types from misc/mime-supportoliver2005-05-081-3/+3 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Fix the pgp6 examples and no longer install pgp5 examples.krion2005-03-211-0/+2 * No longer install flea and muttbug as mutt's bug-tracking system iskrion2005-01-091-1/+1 * Install Muttrc and mime.types if not already present from akrion2004-07-081-0/+1 * - Remove obsolete site from PATCH_SITESkrion2004-06-061-1/+0 * Sync with new bsd.autotools.mkade2004-06-051-0/+1 * - Fix mutt's tmp-file-naming to fix syntax highlightning forkrion2004-05-101-1/+13 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * - Update to version 1.4.2.1krion2004-02-151-21/+9 * - Update the compressed mailbox patchkrion2004-02-121-7/+16 * Maintainer update of mail/mutt:osa2004-02-121-8/+11 * - Fix the generation of temporary file names by using mktempkrion2004-02-091-1/+1 * - Preserve $PREFIX/etc/mime.typesleeym2004-02-081-5/+6 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * - Add CONFLICTS to prevent installation over mutt-develsergei2004-02-021-0/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1