[Xfce4-commits] <postler:master> Include recipients and project in Any search

Christian Dywan noreply at xfce.org
Sun Jul 17 05:34:02 CEST 2011


Updating branch refs/heads/master
         to 73b435e75313a460d4d5bc1d3b147ff2dfc44584 (commit)
       from 2f00ee95f09d45ed797b63eb6dbd91ee70871103 (commit)

commit 73b435e75313a460d4d5bc1d3b147ff2dfc44584
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jul 16 23:01:45 2011 +0200

    Include recipients and project in Any search

 postler/postler-index.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-index.vala b/postler/postler-index.vala
index d21817b..9ad1d2c 100644
--- a/postler/postler-index.vala
+++ b/postler/postler-index.vala
@@ -227,7 +227,7 @@ namespace Postler {
             statement_remove.reset ();
         }
 
-        const string[] any_fields = { "subject", "sender", "excerpt" };
+        const string[] any_fields = { "subject", "sender", "excerpt", "recipients", "project" };
         static GLib.HashTable<string,string>? dates = null;
 
         string? search_statement (string folder, string sql,



More information about the Xfce4-commits mailing list