[Pkg-mozext-commits] [nostalgy] 220/235: Also look for sender even when the folder shows recipients.

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:42:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository nostalgy.

commit 647db194e574956368e71b7da6561ca41bef71bc
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Tue Oct 30 09:47:01 2012 +0000

    Also look for sender even when the folder shows recipients.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@220 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/nostalgy.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 1749737..8417b3e 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -678,7 +678,7 @@ function NostalgySearchSenderQuickFilter() {
 
     var values = { sender: sender, subject: subject, recipients: recipient };
     if (NostalgyCurrentFolder().displayRecipients)
-        fields = [ "recipients", "subject" ];
+        fields = [ "recipients", "sender", "subject" ];
     else
         fields = [ "sender", "subject" ];
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list