10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] How to change def...
FromSent OnAttachments
Bertrand PreslesJan 28, 2008 3:46 am 
Sam VarshavchikJan 28, 2008 4:03 am 
Bertrand PreslesJan 28, 2008 5:55 am 
EndaJan 28, 2008 6:36 am 
Manuel SchneiderJan 28, 2008 6:37 am 
Alessandro VeselyJan 28, 2008 6:54 am 
Kevin BaileyJan 29, 2008 2:53 am 
Sam VarshavchikJan 29, 2008 4:04 am 
Kevin BaileyJan 31, 2008 12:08 am 
Gordon MessmerFeb 6, 2008 11:50 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: [courier-users] How to change default folders names and alsohow to add default folders to generate at maildir creation?Actions...
From:Enda (en@codefoundry.com)
Date:Jan 28, 2008 6:36:38 am
List:net.sourceforge.lists.courier-users

On Jan 28, 2008 1:56 PM, Bertrand Presles <bpre@gmail.com> wrote:

I know that I can do it using my client... But I want it to be DEFAULT for all users. Because I don't want to have to rename these folders one by one each time I create an account, I'd like it to be automatic. In a nutshell, using the client is not a satisfactory solution.

You create any folders named anything you want on the server using maildirmake, how the client chooses to use them is entirely decided by the client. You can create a folder called Template, trash, anyting you want, and the client could decide to use the folder called Trash as the location for Drafts, and use the folder called Template as the folder to store sent mail in, because that is 1000% under the control of nothing else other than the client.

The exception to that is trash, which the server will control if you do an imap delete, and have it configured to store deleted mails in trash, it will copy the deleted item into the trash folder for you.

Is that ever possible?

If you script the client installation to suit your requirements, then yes.

Also I'd like to have other folders created at maildir creation automatically. I also would like to not have the "Templates" folder created automatically.

See the documentation for your mail client.

Same comment as above. I want to find an automatic solution.

Find whatever script you use to create the "templates" folder with, and remove that offending line from the script. It will be a command such as maildirmake Template

On the otherhand, if your script isn't creating that folder, then it is most likely that your client is creating it when it doesn't find it, in which case you need to script your client in a manner to disable that.

Is that possible? if yes, how? Maybe by modifying the source code

directly?

Nope. You will spend the rest of your life searching for the source code in Courier that creates the "Templates" folder.

Is it really that hard to find where it's created in the source code?

Its not created by courier at all, so you won't find it in the code.

HTH,