[Pkg-mozext-commits] [nostalgy] 107/235: *** empty log message ***

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:41:56 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 c08a10b03b67229accd7d9b50675617f599dcf79
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Sat Jun 2 18:47:07 2007 +0000

    *** empty log message ***
    
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@107 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/nostalgy.js |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 1db3021..9ab096f 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -442,7 +442,7 @@ function MailRecipients() {
 }
 
 function MailAuthor() {
- return(gDBView.hdrForFirstSelectedMessage.author.toLowerCase());
+  return(gDBView.hdrForFirstSelectedMessage.author.toLowerCase());
 }
 
 function MailAuthorName()
@@ -468,6 +468,7 @@ function MailRecipName()
 }
 
 function MailSubject() {
+ try {
  var s = gDBView.hdrForFirstSelectedMessage.mime2DecodedSubject.toLowerCase();
  var old;
 
@@ -475,8 +476,8 @@ function MailSubject() {
  while (s != old);
 
  // do { old =s; s = s.replace(/^\[.*\]/g,""); } while (s != old);
-
- return s;  
+ return s;
+ } catch (ex) { return ""; }
 }
 
 function register_folder(folder) {
@@ -491,7 +492,7 @@ function NostalgySuggest() {
  try {
   r = NostalgyRules.apply(MailAuthor(), MailSubject(), MailRecipients());
   if (r) { return(r); }
- } catch (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