Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Tue, 22 Feb 2005 17:09:08 +0000 (17:09 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Tue, 22 Feb 2005 17:09:08 +0000 (17:09 +0000)
  name changes

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@72 e385b8ad-14ed-0310-8656-cc95a2468c6d

init.h
mutt_menu.h

diff --git a/init.h b/init.h
index fd3713d..fa7a047 100644 (file)
--- a/init.h
+++ b/init.h
@@ -331,7 +331,7 @@ struct option_t MuttVars[] = {
   ** When \fIset\fP, Mutt will jump to the next unread message, if any,
   ** when the current thread is \fIun\fPcollapsed.
   */
-  { "compose_format",  DT_STR,  R_BOTH, UL &ComposeFormat, UL "-- Mutt: Compose  [Approx. msg size: %l   Atts: %a]%>-" },
+  { "compose_format",  DT_STR,  R_BOTH, UL &ComposeFormat, UL "-- Mutt-ng: Compose  [Approx. msg size: %l   Atts: %a]%>-" },
   /*
   ** .pp
   ** Controls the format of the status line displayed in the \fICompose\fP
index 4de2f0c..fb3d9f5 100644 (file)
@@ -33,7 +33,7 @@
 #define REDRAW_SIGWINCH                (1<<7)
 #define REDRAW_SIDEBAR         (1<<8)
 
-#define M_MODEFMT "-- Mutt: %s"
+#define M_MODEFMT "-- Mutt-ng: %s"
 
 typedef struct menu_t
 {