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
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
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
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
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
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
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`"
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