[Pkg-mozext-commits] [nostalgy] 158/252: fix a bug with recent TB builds

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:52 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 0a2797327a4d2630fe98daee0e1c26e740980b15
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Mon Jun 15 22:17:12 2009 +0000

    fix a bug with recent TB builds
---
 CHANGES             | 1 +
 content/nostalgy.js | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 56d20fd..cf5c6fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
 Since 0.2.17
   - integrate support for predicting target folder given the email addresses (contributed by John Gray)
+  - fix a bug with recent TB builds
 
 
 0.2.17
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 9cbcc98..f0a8ec4 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -691,7 +691,8 @@ function NostalgyToggleMessageTag(tag) {
 function NostalgyMoveToFolder(folder) {
  register_folder(folder);
  NostalgyPredict.update_folder(folder);
- SetNextMessageAfterDelete();
+ if (SetNextMessageAfterDelete) SetNextMessageAfterDelete();
+ else gFolderDisplay.hintAboutToDeleteMessages();
  if (folder.tag) NostalgyToggleMessageTag(folder);
  else gDBView.doCommandWithFolder(nsMsgViewCommandType.moveMessages,folder);
  return 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