Re: use a variable in .muttrc

2011-09-15 Thread Tom Furie
On Thu, Sep 15, 2011 at 09:49:14AM +0200, Gérard Robin wrote: > Hello, > in order to organize outbox I wrote this script: (year.sh) > > - > #!/bin/bash > > year=`date +%Y` > > if [ ! -d ~/Mail/OUTBOX/$year ] > then > mkdir ~/Mail/O

Re: Mac Command Line and mutt

2011-09-15 Thread Tom Baker
On Thu, Sep 15, 2011 at 10:58:08PM +1000, Cameron Simpson wrote: > | I have a related problem since moving from XP to Mac last May. I save email > | threads as MBOX files and reference them on the (local) home page of my > | browser, Firefox. The home page is my to-do list, and it contains > ref

Re: use a variable in .muttrc

2011-09-15 Thread Gérard Robin
On Thu, Sep 15, 2011 at 10:41:43AM +0100, Athanasius wrote: |Date: Thu, 15 Sep 2011 10:41:43 +0100 |From: Athanasius |To: Gérard Robin |Cc: mutt-users@mutt.org |Subject: Re: use a variable in .muttrc |User-Agent: Mutt/1.5.18 (2008-05-17) | |On Thu, Sep 15, 2011 at 09:49:14AM +0200, Gérard Robin w

Re: Mac Command Line and mutt

2011-09-15 Thread Cameron Simpson
On 13Sep2011 10:06, Tom Baker wrote: | I have a related problem since moving from XP to Mac last May. I save email | threads as MBOX files and reference them on the (local) home page of my | browser, Firefox. The home page is my to-do list, and it contains references | along the lines of: | |

Re: Mac Command Line and mutt

2011-09-15 Thread Cameron Simpson
On 13Sep2011 03:43, Michael Graham wrote: | On Mon, Sep 12, 2011 at 17:07, Leo Vegoda wrote: | > […] In my experience it works the same on whichever OS you choose as long as you build in all the bits and pieces you need. | | That’s my experience too. I use it on my Mac, and also on a Linux VPS

Re: use a variable in .muttrc

2011-09-15 Thread Cameron Simpson
On 15Sep2011 10:41, Athanasius wrote: | On Thu, Sep 15, 2011 at 09:49:14AM +0200, Gérard Robin wrote: | > in order to organize outbox I wrote this script: (year.sh) | > - | > #!/bin/bash | > year=`date +%Y` | > if [ ! -d ~/Mail/OUTBOX/$year ]

Re: use a variable in .muttrc

2011-09-15 Thread XeCycle
Gérard Robin writes: > Hello, > in order to organize outbox I wrote this script: (year.sh) > > - > #!/bin/bash > > year=`date +%Y` > > if [ ! -d ~/Mail/OUTBOX/$year ] > then > mkdir ~/Mail/OUTBOX/$year > echo 'set record==OUTBOX/$yea

Re: use a variable in .muttrc

2011-09-15 Thread Athanasius
On Thu, Sep 15, 2011 at 09:49:14AM +0200, Gérard Robin wrote: > Hello, > in order to organize outbox I wrote this script: (year.sh) > > - > #!/bin/bash > > year=`date +%Y` > > if [ ! -d ~/Mail/OUTBOX/$year ] > then > mkdir ~/Mail/OU

use a variable in .muttrc

2011-09-15 Thread Gérard Robin
Hello, in order to organize outbox I wrote this script: (year.sh) - #!/bin/bash year=`date +%Y` if [ ! -d ~/Mail/OUTBOX/$year ] then mkdir ~/Mail/OUTBOX/$year echo 'set record==OUTBOX/$year/outbox-`date +%m-%y`' else echo 'set