[Pkg-mozext-commits] [nostalgy] 136/252: Fixes for TB 3.0

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:49 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 8f7ecaf2699630b5f52206e73223574c88f65ddf
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Sat Nov 8 11:05:46 2008 +0000

    Fixes for TB 3.0
---
 CHANGES             | 5 +++++
 content/nostalgy.js | 5 ++++-
 install.rdf         | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 131c677..67465b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Since 0.2.16
+  - allow it to run with TB 3.0a3
+  - restore the filtering on "same subject/same sender" feature
+    (cycling with `) for TB 3
+
 0.2.16
   - allow it to run with TB 3.0
   - added an explicit license file (zlib/libpng-like)
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 174cc45..6268779 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -790,7 +790,10 @@ function NostalgySearchSender() {
   last_cycle_restrict++;
   if (last_cycle_restrict == 1)
   { last_cycle_saved_searchMode = input.searchMode;
-    input.value = name; input.searchMode = kQuickSearchSender; }
+    input.value = name;
+    try { input.searchMode = kQuickSearchSender; }
+    catch (ex) { input.searchMode = kQuickSearchFrom; }
+  }
   else if (last_cycle_restrict == 2)
   { input.value = subj; input.searchMode = kQuickSearchSubject; }
   else
diff --git a/install.rdf b/install.rdf
index 5c52a12..67e9743 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,11 +5,11 @@
   <RDF:Description RDF:about="rdf:#$rVuKA2"
                    em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
                    em:minVersion="1.5"
-                   em:maxVersion="3.0a1" />
+                   em:maxVersion="3.0a3" />
   <RDF:Description RDF:about="urn:mozilla:install-manifest"
                    em:id="nostalgy at alain.frisch"
                    em:name="Nostalgy"
-                   em:version="0.2.16"
+                   em:version="0.2.17"
                    em:creator="Alain Frisch"
                    em:description="Adds shortcuts to change folder, move message, with folder completion"
                    em:homepageURL="http://alain.frisch.fr/soft_mozilla.html"

-- 
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