Re: [PATCH] fix formatting problem in compose

2016-06-09 Thread Richard Russon
On Thu, Jun 09, 2016 at 12:14:06PM -0700, Kevin J. McCarthy wrote: > I meant was that I didn't think we needed to change this line at all, > so I removed this change Without the change, "Encrypt with:" is printed at a fixed location within the window. Here's HDR_XOFFSET set to 10, 20, 30:

Re: [PATCH] fix formatting problem in compose

2016-06-09 Thread Kevin J. McCarthy
On Thu, Jun 09, 2016 at 01:58:21AM +0100, Richard Russon wrote: > Several of the compose-panel labels didn't use the TITLE_FMT to align > themselves. This causes formatting problems when the width is changed, > e.g. by the NNTP patch. > > -mutt_window_mvprintw (MuttIndexWindow, HDR_CRYPTINFO,

[PATCH] fix formatting problem in compose

2016-06-08 Thread Richard Russon
Several of the compose-panel labels didn't use the TITLE_FMT to align themselves. This causes formatting problems when the width is changed, e.g. by the NNTP patch. Updated: Removed spaces before "sign as: " Adjusted offset for "Encrypt with: " Added L10N for "Mix: " --- compose.c |

Re: [PATCH] fix formatting problem in compose

2016-06-08 Thread Kevin J. McCarthy
On Wed, Jun 08, 2016 at 04:31:06PM +0100, Richard Russon wrote: > Several of the compose-panel labels didn't use the TITLE_FMT to align > themselves. This causes formatting problems when the width is changed, > e.g. by the NNTP patch. Hi Rich, Thanks for the patch. I have three comments/questio

[PATCH] fix formatting problem in compose

2016-06-08 Thread Richard Russon
Several of the compose-panel labels didn't use the TITLE_FMT to align themselves. This causes formatting problems when the width is changed, e.g. by the NNTP patch. --- compose.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose.c b/compose.c index 7e52d54..1d