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
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
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
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:
|
|
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
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 ]
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
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
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