From: nion Date: Tue, 22 Feb 2005 17:09:08 +0000 (+0000) Subject: Nico Golde: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=b025d022938bb8e5089299fb9a2333929a0d926b Nico Golde: name changes git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@72 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/init.h b/init.h index fd3713d..fa7a047 100644 --- 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 diff --git a/mutt_menu.h b/mutt_menu.h index 4de2f0c..fb3d9f5 100644 --- a/mutt_menu.h +++ b/mutt_menu.h @@ -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 {