X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=ddf10cc74538b80fbdd37f02caa4a3a6dee86f54;hp=90de0470fff8ff388ff9809101c64bca26a82541;hb=4ff362c6b720c1ae7c6fde8300567644905bd923;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/compose.c b/compose.c index 90de047..ddf10cc 100644 --- a/compose.c +++ b/compose.c @@ -190,11 +190,11 @@ static void redraw_crypt_lines (HEADER *msg) clrtoeol (); if ((WithCrypto & APPLICATION_PGP) && msg->security & APPLICATION_PGP && msg->security & SIGN) - printw ("%s%s", _(" sign as: "), PgpSignAs ? PgpSignAs : _("")); + printw ("%s%s", _(" sign as: "), PgpSignAs ? PgpSignAs : _("")); if ((WithCrypto & APPLICATION_SMIME) && msg->security & APPLICATION_SMIME && msg->security & SIGN) { - printw ("%s%s", _(" sign as: "), SmimeDefaultKey ? SmimeDefaultKey : _("")); + printw ("%s%s", _(" sign as: "), SmimeDefaultKey ? SmimeDefaultKey : _("")); } if ((WithCrypto & APPLICATION_SMIME) @@ -301,9 +301,9 @@ static void draw_envelope (HEADER *msg, char *fcc) } else { - mvprintw (HDR_TO, 0, TITLE_FMT , Prompts[HDR_NEWSGROUPS - 1]); + mvprintw (HDR_TO, SidebarWidth, TITLE_FMT , Prompts[HDR_NEWSGROUPS - 1]); mutt_paddstr (W, NONULL (msg->env->newsgroups)); - mvprintw (HDR_CC, 0, TITLE_FMT , Prompts[HDR_FOLLOWUPTO - 1]); + mvprintw (HDR_CC, SidebarWidth, TITLE_FMT , Prompts[HDR_FOLLOWUPTO - 1]); mutt_paddstr (W, NONULL (msg->env->followup_to)); if (option (OPTXCOMMENTTO)) { @@ -508,7 +508,7 @@ compose_format_str (char *buf, size_t buflen, char op, const char *src, break; case 'v': - snprintf (fmt, sizeof (fmt), "Mutt %%s"); + snprintf (fmt, sizeof (fmt), "Mutt-ng %%s"); snprintf (buf, buflen, fmt, MUTT_VERSION); break; @@ -588,6 +588,8 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */ #endif menu->help = mutt_compile_help (helpstr, sizeof (helpstr), MENU_COMPOSE, ComposeHelp); + if (option(OPTMBOXPANE)) + mutt_buffy_check(1); while (loop) { #ifdef USE_NNTP