diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-03-17 01:46:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-17 01:53:41 +0800 |
commit | fd736a6edee20000997105f4ba45094a7a7dae7e (patch) | |
tree | f0ed20a41013040b8b846cd0092e4520661a303c /mail | |
parent | 87c027f51847aa95515cff780a11839923dd0716 (diff) | |
download | gsoc2013-evolution-fd736a6edee20000997105f4ba45094a7a7dae7e.tar.gz gsoc2013-evolution-fd736a6edee20000997105f4ba45094a7a7dae7e.tar.zst gsoc2013-evolution-fd736a6edee20000997105f4ba45094a7a7dae7e.zip |
Add a comment about Bcc headers to searchtypes.xml.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/searchtypes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml index c74f58cbf7..680fd7e8a9 100644 --- a/mail/searchtypes.xml +++ b/mail/searchtypes.xml @@ -48,6 +48,10 @@ <input type="string" name="sender"/> </part> + <!-- NOTE: Do not include Bcc addresses in this search until Camel + includes Bcc addresses in its summary database. Otherwise + it kills our search performance by forcing entire messages + to be downloaded just to examine their Bcc headers. --> <part name="to"> <title>Recipients</title> <input type="optionlist" name="recipient-type"> |