On Mon, 19 Jan 2004, Toth Nandor (Csigas) wrote:
> I know there is a special message in each imap folder (FOLDER INTERNAL
> DATA).
> I want create folders for my users automatically by a bash script.
> How can i create these special messages? Is it necessary to do this?

On most systems, it is alright to create an empty file with "touch", e.g.
        touch /home/nug/newfile

If you want to be fancier, you can use mailutil's create command, e.g.:
        mailutil create /home/nug/newfile

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.

Reply via email to