Re: SVNNotify - not setting date in header

2011-06-21 Thread Daniel Shahaf
Miguel Almeida wrote on Tue, Jun 21, 2011 at 10:32:32 +0100: > Thanks for your replies, > > Either way, neither the linux nor the cross-platform alternative > ( --add-header date=`LC_ALL=C date +"%a, %d %b %Y %H:%M:%S %z"`) > actually work. The result on my Evolution (which I know is more > sensit

Re: SVNNotify - not setting date in header

2011-06-21 Thread Miguel Almeida
Thanks for your replies, Either way, neither the linux nor the cross-platform alternative ( --add-header date=`LC_ALL=C date +"%a, %d %b %Y %H:%M:%S %z"`) actually work. The result on my Evolution (which I know is more sensitive than other mail readers like thunderbird or even gmail) yields for an

Re: SVNNotify - not setting date in header

2011-06-21 Thread Stefan Sperling
On Tue, Jun 21, 2011 at 12:14:34PM +0300, Daniel Shahaf wrote: > Stefan Sperling wrote on Tue, Jun 21, 2011 at 10:38:01 +0200: > > On Tue, Jun 21, 2011 at 09:24:21AM +0100, Miguel Almeida wrote: > > > And also, what does > > > the LC_ALL=C part mean in the line you suggest? > > > > It implies LC_C

Re: SVNNotify - not setting date in header

2011-06-21 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Jun 21, 2011 at 10:38:01 +0200: > On Tue, Jun 21, 2011 at 09:24:21AM +0100, Miguel Almeida wrote: > > And also, what does > > the LC_ALL=C part mean in the line you suggest? > > It implies LC_CTIME=C, which for in some cases controls how the date > will be formatted o

Re: SVNNotify - not setting date in header

2011-06-21 Thread Ryan Schmidt
On Jun 21, 2011, at 03:24, Miguel Almeida wrote: > On Mon, 2011-06-20 at 22:17 +0300, Daniel Shahaf wrote: >> >> Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100: >> > I tried adding the following, but with no success (I must be passing >> > the date wrongly): >> > --add-header da

Re: SVNNotify - not setting date in header

2011-06-21 Thread Stefan Sperling
On Tue, Jun 21, 2011 at 09:24:21AM +0100, Miguel Almeida wrote: > Hi Daniel, > > On Mon, 2011-06-20 at 22:17 +0300, Daniel Shahaf wrote: > > > Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100: > > > I tried adding the following, but with no success (I must be passing > > > the date wro

Re: SVNNotify - not setting date in header

2011-06-21 Thread Miguel Almeida
Hi Daniel, On Mon, 2011-06-20 at 22:17 +0300, Daniel Shahaf wrote: > Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100: > > I tried adding the following, but with no success (I must be passing > > the date wrongly): > > --add-header date=`date -R` > > --add-header Date="`date -R`"

Re: SVNNotify - not setting date in header

2011-06-20 Thread Daniel Shahaf
Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100: > I tried adding the following, but with no success (I must be passing > the date wrongly): > --add-header date=`date -R` --add-header Date="`date -R`" FWIW, 'date -R' is not portable; I think the portable version is LC_ALL=C dat