** this is \fIunset\fP, it will be set to the operating system name that \fTuname(2)\fP
** returns. If \fTuname(2)\fP fails, ``UNIX'' will be used.
** .pp
- ** It may, for example, look as: ``\fTmutt-ng 1.5.9i (Linux)\fP''.
+ ** It may, for example, look as: ``\fTMadmutt 1.5.9i (Linux)\fP''.
*/
{"sidebar_boundary", DT_STR, R_BOTH, UL &SidebarBoundary, "." },
/*
if (full)
snprintf (vstring, sizeof (vstring),
- "Madmutt %s-r%s (based on Mutt 1.5.11)",
+ "Madmutt/%s-r%s (based on Mutt 1.5.11)",
MUTT_VERSION, MUTT_REVISION);
else
- snprintf (vstring, sizeof (vstring), "mutt-ng/%s-r%s",
+ snprintf (vstring, sizeof (vstring), "Madmutt/%s-%s",
MUTT_VERSION, MUTT_REVISION);
return vstring;
}