[496] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r618 - in trunk: . owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:06:47 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
Date: Fri, 16 Feb 2007 22:46:49 -0500
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU

Author: nelhage
Date: 2007-02-16 22:46:48 -0500 (Fri, 16 Feb 2007)
New Revision: 618

Modified:
   trunk/
   trunk/owl/perlwrap.pm
Log:
 r18957@phanatique:  nelhage | 2007-02-16 22:46:36 -0500
 Unbreak .owlconf
 



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:18955
   + bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:18957

Modified: trunk/owl/perlwrap.pm
===================================================================
--- trunk/owl/perlwrap.pm	2007-02-16 23:49:00 UTC (rev 617)
+++ trunk/owl/perlwrap.pm	2007-02-17 03:46:48 UTC (rev 618)
@@ -349,6 +349,7 @@
 #Run this on start and reload. Adds modules
 sub onStart
 {
+    _load_owlconf();
     reload_init();
     loadModules();
 }
@@ -425,8 +426,6 @@
     }
 }
 
-push @BarnOwl::Hooks::onStartSubs, \&_load_owlconf;
-
 package BarnOwl::Hooks;
 
 # Arrays of subrefs to be called at specific times.
@@ -565,9 +564,9 @@
     } else {
         $header = $m->context;
         if($m->subcontext) {
-            $header .= " / " . $m->subcontext;
+            $header .= ' / ' . $m->subcontext;
         }
-        $header .= " / " . $m->pretty_sender;
+        $header .= ' / @b{' . $m->pretty_sender . '}';
     }
 
     $header .= "  " . time_hhmm($m);


home help back first fref pref prev next nref lref last post