[Pkg-mozext-commits] [nostalgy] 44/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:35 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 d8aba43b43d6fe5327bc8e5940957e19edecafd5
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Tue Oct 17 05:44:18 2006 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@44 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
CHANGES | 2 ++
content/nostalgy.js | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
index 4e5eeac..cd5a3c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
Since 0.1.9
- make shell-completion optional (default behavior for Tab is to cycle
through sugestions)
+ - bug fix: rules with non-empty folder condition don't match when
+ restricting to current server
0.1.9
- allow installation on Thunderbird 2.0b1
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 190db56..de6d860 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -94,7 +94,7 @@ var NostalgyRules =
var folder = null;
var rules = this.rules;
var i = 0;
- var current_folder = folder_name(gDBView.msgFolder);
+ var current_folder = full_folder_name(gDBView.msgFolder);
for (i = 0; (i < rules.length) && (!folder); i++) {
var r = rules[i];
if (((r.field != "subject") && (sender.indexOf(r.contains) >= 0)
--
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