Re: Tidying the Mutt Code

2015-11-21 Thread Andras Salamon
nging about. So please don't. -- Andras Salamon and...@dns.net

Re: [PATCH] Create a wrapper sys_socket.h to work around Solaris namespace issues. (closes #3833)

2016-04-26 Thread Andras Salamon
y system. However, I'm not sure if any of the M_* symbols are meant to be external symbols defined elsewhere. -- Andras Salamon and...@dns.net

Re: [PATCH 00 of 23] decouple mailboxes from the rest of the application

2016-05-06 Thread Andras Salamon
uld you expand on why this is a good thing? mutt is a mail reader, and "decoupling" it from its central object seems to have a specific goal. If this is the case, please state that goal, or if not then please clarify your intent. -- Andras Salamon and...@dns.net

Re: mutt fails to cross build from source

2016-11-15 Thread Andras Salamon
5. MacOS (and possibly other BSD variants) have /sbin/md5 but no md5sum. This has a slightly different output format. -- Andras Salamon and...@dns.net

Re: mutt fails to cross build from source

2016-11-15 Thread Andras Salamon
On 2016-11-15 12:54:53 -0800, Kevin J. McCarthy wrote: On Tue, Nov 15, 2016 at 01:29:15PM +, Andras Salamon wrote: It doesn't look like Digest::MD5 is a core Perl module so there may be systems out there with Perl but without Digest::MD5. Looks like it's a core module t

my_hdr Bcc ignored in send-hook

2017-02-22 Thread Andras Salamon
ng "unmy_hdr bcc; " before "my_hdr Bcc:" makes no difference in either case. In the time I spent on this I have not been able to follow the logic of how send-hooks are processed when composing the message header, so cannot suggest code changes. Pointers to the right section of code would be welcome. -- Andras Salamon and...@dns.net

Re: Last version

2017-02-26 Thread Andras Salamon
On 2017-02-26 00:39:07 +0100, Walter Alejandro Iglesias wrote: Last version (I'd made keymap.c diff in the opposite way). How does this interact with the large number of commands that by default are bound to Esc ? -- Andras Salamon and...@dns.net

Re: Last version

2017-02-26 Thread Andras Salamon
at least rewrite the affected bindings in functions.h so the help system doesn't keep insisting to the user that they are present. The patch in its current form is incomplete. -- Andras Salamon and...@dns.net

Re: corrupted attachments

2017-06-06 Thread Andras Salamon
le, or to use a conservative heuristic but allow this to be overridden as an option. -- Andras Salamon and...@dns.net

Re: corrupted attachments

2017-06-07 Thread Andras Salamon
Following up: a UTF-8 plain text checker. Only lightly tested, and I'm not yet clear how to integrate this cleanly with the sendlib.c routines. -- Andras Salamon and...@dns.net /* * is_utf8_text(): check if buffer is valid UTF-8 text; exclude control chars * via RFC

Re: corrupted attachments

2017-06-14 Thread Andras Salamon
MHO, the rules should be (step by step): This sequence of rules seems sensible. -- Andras Salamon and...@dns.net

send-hook semantics (was: Re: [Mutt] #3986: send-hook for Cc and Bcc executed too late)

2018-01-24 Thread Andras Salamon
tity. However, this seems to work best with multiple inboxes, something that seems less common nowadays than when I started using mutt twenty years ago. If there is a good use case for "change-state-on-subsequent-messages", I'd appreciate someone describing it. -- Andras Salamon and...@dns.net

Re: Adding support for fetching GPG key using WKD protocol

2018-07-05 Thread Andras Salamon
being received to third parties, and I will patch my copy of mutt to remove it. I suggest an option that initially has the default to not perform WKD. -- Andras Salamon and...@dns.net

postpone inserts space when line starts with space

2012-11-29 Thread Andras Salamon
t. A pointer to potentially relevant code would allow me to binary search the commit log for the changeset that introduced the problem.) -- Andras Salamon and...@dns.net

inconsistent space prefix

2012-12-08 Thread Andras Salamon
would then swallow when displaying it), or should avoid chomping the beginning space when displaying the message. -- Andras Salamon and...@dns.net

Re: inconsistent space prefix

2012-12-08 Thread Andras Salamon
at some stage, but this is not being done. Will continue to investigate. -- Andras Salamon and...@dns.net

Re: the mutt development vacuum

2013-04-11 Thread Andras Salamon
you suggesting this should be streamlined, to select the HTML attachment automatically? -- Andras Salamon and...@dns.net

Re: mutt: 2 new changesets

2013-10-04 Thread Andras Salamon
ectly valid English words, even if the dictionary of the person doing the proofreading fails to "recognise" them as such. (Nice to see a commit, though.) -- Andras Salamon and...@dns.net

Re: mutt: 2 new changesets

2013-10-04 Thread Andras Salamon
On Fri, Oct 04, 2013 at 06:36:06PM +, Michael Elkins wrote: I you want to produce a patch which reverts those specific instances, I will apply it. It wasn't worth the effort to edit out those specific parts of the patch. To avoid typo en-GB/en-US typo wars, let's leave it.

Re: [IMPORTANT] changes to the Mutt repository

2013-10-24 Thread Andras Salamon
potentially related to changed semantics. Also, the file VERSION contains 1.5.14; is this still used for anything? -- Andras Salamon and...@dns.net

Re: auto* versions

2013-10-31 Thread Andras Salamon
After re-cloning the repository instead of wrestling with hg gremlins, I am now successfully building with automake-1.11c and autoconf-2.69. -- Andras Salamon and...@dns.net