17 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Working on patch to a...
FromSent OnAttachments
Rob HuttonAug 22, 2003 1:51 pm 
Andreas StollarAug 22, 2003 4:06 pm 
Sam VarshavchikAug 22, 2003 7:46 pm 
Martin List-PetersenAug 23, 2003 6:17 am 
Rob HuttonAug 23, 2003 8:26 am 
Rob HuttonAug 23, 2003 9:57 am 
Sam VarshavchikAug 23, 2003 5:36 pm 
Rob HuttonAug 23, 2003 8:17 pm 
Rob HuttonAug 24, 2003 12:27 pm 
Sam VarshavchikAug 24, 2003 1:40 pm 
Rob HuttonAug 24, 2003 2:30 pm 
Rob HuttonAug 24, 2003 6:44 pm 
Rob HuttonAug 25, 2003 6:42 pm 
Matthias AndreeAug 25, 2003 8:04 pm 
Sam VarshavchikAug 26, 2003 6:10 am 
Peter MannAug 26, 2003 7:18 am 
Matthias AndreeAug 26, 2003 5:31 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Working on patch to autocreate maildirs/off topicActions...
From:Martin List-Petersen (mar@list-petersen.se)
Date:Aug 23, 2003 6:17:52 am
List:net.sourceforge.lists.courier-maildrop

On Sat, 2003-08-23 at 01:06, Andreas Stollar wrote:

I am not a C++ programmer either, and I am much lazier. I set up my global /etc/maildroprc file to autocreate Maildirs with this simple sh script:

# Global maildrop filter file

# Uncomment this line to make maildrop default to ~/Maildir for # delivery- this is where courier-imap (amongst others) will look. DEFAULT="$HOME/Maildir/" `until test -d $HOME/Maildir; do /usr/local/bin/maildirmake $HOME/Maildir; done`

Does maildrop give a variable back, where the Maildir is ?

When using it with virtual accounts these can be specified individually, so it could be nice to make this attempt more flexible.