[Pkg-mozext-commits] [nostalgy] 111/252: *** empty log message ***

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:47 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 4c0a42cd3e07e606fbeb11eb34fcfe31d297682e
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Sun Jun 3 19:48:15 2007 +0000

    *** empty log message ***
---
 content/nostalgy.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index cc09c85..ec4b18d 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -446,7 +446,9 @@ function MailRecipients() {
 }
 
 function MailAuthor() {
-  return(gDBView.hdrForFirstSelectedMessage.author.toLowerCase());
+  try {
+   return(gDBView.hdrForFirstSelectedMessage.author.toLowerCase());
+  } catch (ex) { return ""; }
 }
 
 function MailAuthorName()
@@ -496,7 +498,7 @@ function NostalgySuggest() {
  try {
   r = NostalgyRules.apply(MailAuthor(), MailSubject(), MailRecipients());
   if (r) { return(r); }
- } catch (ex) { /* NostalgyDebug("ex:" + ex); */ }
+ } catch (ex) { NostalgyDebug("ex:" + ex);  }
 
 // r = last_folder_author[MailAuthor()];
 // if (r) { return(r); }

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