[Pkg-mozext-commits] [nostalgy] 82/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:47 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 c79558fb8b55d47c506bf936b665bc913e7f0c16
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Wed May 16 08:56:18 2007 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@82 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
CHANGES | 2 +-
content/nostalgy.js | 4 +---
install.rdf | 2 +-
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/CHANGES b/CHANGES
index 76417f0..e14b445 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Since 0.2.10
+0.2.11
- bug fix: Virtual Folder were not found under some circumstances
- bug fix: internal naming conflict with the Habu extension
diff --git a/content/nostalgy.js b/content/nostalgy.js
index ec5bce9..984b14d 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -317,7 +317,7 @@ function NostalgyRunCommand() {
NostalgyHide();
var s = nostalgy_folderBox.value;
var f = NostalgyResolveFolder(s);
- if (f) { alert(f); alert(nostalgy_command); nostalgy_command(f); }
+ if (f) nostalgy_command(f);
else {
if (s.substr(0,1) == ":" && s != ":") {
var name;
@@ -487,9 +487,7 @@ function NostalgyToggleMessageTag(tag) {
}
function NostalgyMoveToFolder(folder) {
- alert("xxx");
register_folder(folder);
- alert("yyy");
if (folder.tag) NostalgyToggleMessageTag(folder);
else gDBView.doCommandWithFolder(nsMsgViewCommandType.moveMessages,folder);
SetNextMessageAfterDelete();
diff --git a/install.rdf b/install.rdf
index 4e2550a..ea6d9b1 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,7 +5,7 @@
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="nostalgy at alain.frisch"
em:name="Nostalgy"
- em:version="0.2.10"
+ em:version="0.2.11"
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