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

Guido Guenther agx at moszumanska.debian.org
Mon Jul 14 11:15:42 UTC 2014


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

agx pushed a commit to annotated tag debian/0.2.32-1
in repository nostalgy.

commit 3083e400b2259dd92e4cf4123ed4b6849b31d9fd
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: svn://frisch.fr/nostalgy/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