<<< Date Index >>>     <<< Thread Index >>>

Re: mail directory structures in mutt



> perldoc -f mkdir
> 
> What's wrong with:
> 
> #!/bin/sh
> for i in "$@"; do
> mkdir -p /home/pradhan/mail/"$i"
> done

sigh.
thank you!
much better than my ugly stuff.

cheers
Abhay