Re: [PATCH] Include extra information in mutt version string for developer builds

2010-09-16 Thread Christian Ebert
* David Champion on Wednesday, September 15, 2010 at 23:46:04 -0500 > # HG changeset patch > # User David Champion > # Date 1284612294 18000 > # Branch HEAD > # Node ID 1c6c5a4e168219a6e26ba6143cabe9f7564dfcac > # Parent 59aad6c21703484a9a298536efd4d971039d0a61 > Include extra information in mutt

Re: [ANNOUNCE] 1.5.21 released

2010-09-16 Thread Moritz Barsnick
On Wed, Sep 15, 2010 at 10:31:22 -0700, Brendan Cully wrote: > After much too long, I'm happy to announce the release of mutt 1.5.21, Hurray! Thanks! 1.) freshmeat.net please. 2.) an update of the NNTP patches please :-) Moritz

Re: [PATCH] Include extra information in mutt version string for developer builds

2010-09-16 Thread Moritz Barsnick
Creative nit-pick mood. :-) > +[ -d .hg ] || { cat VERSION; exit 0; } > +hg >/dev/null 2>&1 || { cat VERSION; exit 0; } { [ -d .hg ] && hg >/dev/null 2>&1 } || { cat VERSION; exit 0; } BTW, I think it's cool, if and when it works. Moritz

Re: [ANNOUNCE] 1.5.21 released

2010-09-16 Thread Fabian Groffen
On 16-09-2010 17:18:01 +0200, Moritz Barsnick wrote: > On Wed, Sep 15, 2010 at 10:31:22 -0700, Brendan Cully wrote: > > After much too long, I'm happy to announce the release of mutt 1.5.21, > > Hurray! Thanks! > > 1.) freshmeat.net please. > 2.) an update of the NNTP patches please :-) sidebar

Re: [ANNOUNCE] 1.5.21 released

2010-09-16 Thread Vsevolod Volkov
Hello, On Thu, Sep 16, 2010 at 05:18:01PM +0200, Moritz Barsnick wrote: MB> 2.) an update of the NNTP patches please :-) Done. MB> Moritz -- Vsevolod Volkov (VVV-UANIC) mailto:v...@mutt.org.ua http://mutt.org.ua/download

Re: [PATCH] Include extra information in mutt version string for developer builds

2010-09-16 Thread David Champion
* On 16 Sep 2010, Christian Ebert wrote: > > +hg parents --template='{latesttag} {latesttagdistance} {node|short}\n' | > > while read tag dist node; do > > You are aware that the latesttag and latesttagdistance keywords > are only available since Mercurial 1.4? Thanks, I had forgotten it was so

[PATCH] Include extra information in mutt version string for developer builds

2010-09-16 Thread David Champion
Take 2. Includes Moritz Barsnick's changes and simulates {latesttag} when running in a Mercurial release that does not have it, per Christian Ebert. # HG changeset patch # User David Champion # Date 1284678222 18000 # Branch HEAD # Node ID c16ee46e288f86a297e014d65d277b9d6a0d22c0 # Parent 59aa

Re: [PATCH] Include extra information in mutt version string for developer builds

2010-09-16 Thread Christian Ebert
* David Champion on Thursday, September 16, 2010 at 18:11:44 -0500 > Take 2. Includes Moritz Barsnick's changes and simulates {latesttag} > when running in a Mercurial release that does not have it, per Christian > Ebert. > > > # HG changeset patch > # User David Champion > # Date 1284678222 18

mail_check_recent does not work with homespool

2010-09-16 Thread Christian Ebert
Hi, I have the new mail_check_recent variable set to yes. It works, except for my spoolfile which is compiled in: ./configure --with-homespool=Maildir ... At least I guess it's because of this. It would be nice to have this working on my spool again. Thanks for all the work! c -- \black\trash

Re: mail_check_recent does not work with homespool

2010-09-16 Thread Michael Elkins
On Fri, Sep 17, 2010 at 01:46:41AM +0200, Christian Ebert wrote: I have the new mail_check_recent variable set to yes. It works, except for my spoolfile which is compiled in: ./configure --with-homespool=Maildir ... At least I guess it's because of this. It would be nice to have this working on

Re: Include extra information in mutt version string for developer builds

2010-09-16 Thread Cameron Simpson
On 16Sep2010 17:21, Moritz Barsnick wrote: | Creative nit-pick mood. :-) | | > +[ -d .hg ] || { cat VERSION; exit 0; } | > +hg >/dev/null 2>&1 || { cat VERSION; exit 0; } | | { [ -d .hg ] && hg >/dev/null 2>&1 } || { cat VERSION; exit 0; } semicolon needed: --^ I suspect preced

Re: [PATCH] Include extra information in mutt version string for developer builds

2010-09-16 Thread David Champion
* On 16 Sep 2010, Christian Ebert wrote: > > This doesn't apply on case-insensitive filesystems - I'm using > the default HFS+ on MacOS X, which is indeed case-insensitive. > > So, no precise version header in this mail yet ;-) Good point... wretched filesystem. I use a Mac too (but Solaris fo