[Pkg-mozext-commits] [nostalgy] 137/252: Fix for TB 3.
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 2f4afbaca95d485034b5f90fc7f9251759b82343
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sat Nov 8 15:22:18 2008 +0000
Fix for TB 3.
---
CHANGES | 5 ++---
content/nostalgy.js | 2 +-
content/nostalgy_keys.js | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/CHANGES b/CHANGES
index 67465b7..dd6bfcb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,6 @@
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
+ - fix bugs with TB 3
+
0.2.16
- allow it to run with TB 3.0
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 6268779..511bf99 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -659,9 +659,9 @@ function NostalgyToggleMessageTag(tag) {
function NostalgyMoveToFolder(folder) {
register_folder(folder);
+ SetNextMessageAfterDelete();
if (folder.tag) NostalgyToggleMessageTag(folder);
else gDBView.doCommandWithFolder(nsMsgViewCommandType.moveMessages,folder);
- SetNextMessageAfterDelete();
return true;
}
diff --git a/content/nostalgy_keys.js b/content/nostalgy_keys.js
index 89ce64c..35567ce 100644
--- a/content/nostalgy_keys.js
+++ b/content/nostalgy_keys.js
@@ -1,7 +1,7 @@
var nostalgy_keys = [
- ["save","Save message","S",
+ ["save","Save message","S",
"JS:NostalgyCmd('Move messages to:', NostalgyMoveToFolder, true);"],
- ["save_suggest","Save as suggested","shift S",
+ ["save_suggest","Save as suggested","shift S",
"JS:NostalgySuggested(NostalgyMoveToFolder);"],
["copy","Copy message","C",
"JS:NostalgyCmd('Copy messages to:', NostalgyCopyToFolder, true);"],
--
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