[848] in BarnOwl Developers

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

[D-O-H] r839 - branches/barnowl_sqlite/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:22 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri, 11 Jan 2008 22:19:56 -0500 (EST)

Author: nelhage
Date: 2008-01-11 22:19:56 -0500 (Fri, 11 Jan 2008)
New Revision: 839

Modified:
   branches/barnowl_sqlite/owl/stylefunc.c
Log:
Nuke some refs to owl_message_get_notice

Modified: branches/barnowl_sqlite/owl/stylefunc.c
===================================================================
--- branches/barnowl_sqlite/owl/stylefunc.c	2008-01-12 03:17:51 UTC (rev 838)
+++ branches/barnowl_sqlite/owl/stylefunc.c	2008-01-12 03:19:56 UTC (rev 839)
@@ -69,13 +69,11 @@
 {
 #ifdef HAVE_LIBZEPHYR
   char *ptr, *zsigbuff, frombuff[LINE];
-  ZNotice_t *n;
 #endif
 
   if (owl_message_is_type_zephyr(m) && owl_message_is_direction_in(m)) {
 #ifdef HAVE_LIBZEPHYR
-    n=owl_message_get_notice(m);
-  
+
     /* edit the from addr for printing */
     strcpy(frombuff, owl_message_get_sender(m));
     ptr=strchr(frombuff, '@');
@@ -225,17 +223,12 @@
   char *tmp;
   char *baseformat="%s %-13.13s %-11.11s %-12.12s ";
   char *sender, *recip;
-#ifdef HAVE_LIBZEPHYR
-  ZNotice_t *n;
-#endif
 
   sender=short_zuser(owl_message_get_sender(m));
   recip=short_zuser(owl_message_get_recipient(m));
   
   if (owl_message_is_type_zephyr(m)) {
 #ifdef HAVE_LIBZEPHYR
-    n=owl_message_get_notice(m);
-    
     owl_fmtext_append_spaces(fm, OWL_TAB);
 
     if (owl_message_is_loginout(m)) {
@@ -349,3 +342,5 @@
   }    
 
 }
+
+#endif


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