Re: mutt fails to cross build from source

2016-11-15 Thread Andras Salamon
On 2016-11-14 18:08:24 -0800, Kevin J. McCarthy wrote: On Mon, Nov 14, 2016 at 11:59:35PM +0100, Evgeni Golov wrote: > For md5, we can use a built-in, or even just use perl's Digest::MD5. built-in like coreutils' md5sum? would prefer that over perl, tbh :) Yes, I meant md5sum. I'm thinking ju

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-15 Thread Damien Riegel
Hi David, On Mon, Nov 14, 2016 at 11:24:15PM -0800, David Champion wrote: > * On 13 Nov 2016, Damien Riegel wrote: > > > > Finally, it adds partial support for the XDG Base Directory > > Specification. mutt will now try to locate its config at: > > Damien, this looks good to me in a quick read.

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-15 Thread David Champion
* On 15 Nov 2016, Damien Riegel wrote: > > Exactly, I should have written "mutt will now try to *additionnaly* > locate [...]". So it will search at these locations in that order: > > ~/.muttrc(-MUTT_VERSION) > ~/.mutt/muttrc(-MUTT_VERSION) > ~/.config/mutt/muttrc(-MUTT_VERSION

mutt: 2 new changesets

2016-11-15 Thread Brendan Cully
changeset: 6854:0ef0f4d15f75 user: Kevin McCarthy date: Tue Nov 15 12:03:58 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/0ef0f4d15f75 Fix loop terminator in in mutt_find_cfg(). Keep searching even if home is NULL. changeset: 6855:5382e1e4cee1 user: Kevin McCarthy date:

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-15 Thread Damien Riegel
On Tue, Nov 15, 2016 at 11:44:44AM -0800, David Champion wrote: > * On 15 Nov 2016, Damien Riegel wrote: > > > > Exactly, I should have written "mutt will now try to *additionnaly* > > locate [...]". So it will search at these locations in that order: > > > > ~/.muttrc(-MUTT_VERSION) > >

Re: mutt fails to cross build from source

2016-11-15 Thread Kevin J. McCarthy
On Tue, Nov 15, 2016 at 01:29:15PM +, Andras Salamon wrote: > On 2016-11-14 18:08:24 -0800, Kevin J. McCarthy wrote: > > On Mon, Nov 14, 2016 at 11:59:35PM +0100, Evgeni Golov wrote: > > > > For md5, we can use a built-in, or even just use perl's Digest::MD5. > > > built-in like coreutils' md5s

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 to me: http://perldoc