Re: URL in "mutt -v" output

2018-02-04 Thread Vincent Lefevre
On 2018-01-31 18:06:57 -0800, Kevin J. McCarthy wrote: > Well, I appreciate your feedback and suggestions. If you and Vincent > can find a version you like, I'm happy to commit that. :-) I have'nt tried, but isn't there a missing \n at the end? static const char *ReachingUs = N_("\ To contact

"search history" functionality

2018-02-04 Thread Vincent Lefevre
There is an extraneous space before "History", i.e. yielding 2 spaces instead of one, or was it added on purpose? Attached proposed patch to remove this space. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR I

Re: "search history" functionality

2018-02-04 Thread Kevin J. McCarthy
On Sun, Feb 04, 2018 at 07:05:00PM +0100, Vincent Lefevre wrote: > There is an extraneous space before "History", i.e. yielding 2 spaces > instead of one, or was it added on purpose? > > Attached proposed patch to remove this space. Whoops, that was indeed a mistake. Thanks Vincent. Feel free t

Re: URL in "mutt -v" output

2018-02-04 Thread Kevin J. McCarthy
On Sun, Feb 04, 2018 at 07:01:52PM +0100, Vincent Lefevre wrote: > On 2018-01-31 18:06:57 -0800, Kevin J. McCarthy wrote: > > Well, I appreciate your feedback and suggestions. If you and Vincent > > can find a version you like, I'm happy to commit that. :-) > > I have'nt tried, but isn't there a