[Pkg-mozext-commits] [nostalgy] 43/252: *** empty log message ***
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 2c6adc663d8a0ee8d97d1d5e6e95ab72ef53ab2e
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Tue Oct 17 05:44:18 2006 +0000
*** empty log message ***
---
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