[OGo-Users] OGo webmail and custom Drafts-folder

Adam Tauno Williams users@opengroupware.org
Fri, 30 May 2008 08:53:46 -0400


On Wed, 2008-05-28 at 13:50 +0300, Samuli Sepp=C3=A4nen wrote:
> I'm been trying to make OGo use customized folder names for Sent, Trash=
=20
> and Drafts. These folder names have not been customized in Cyrus. I=20
> created the folders and modified the user's defaults-file.
> I managed to get Sent and Trash working with these defaults:
>    // These two _DO_ work
>    "mail_sentFolderName" =3D Menneet;
>    "mail_trashFolderName" =3D Poistetut;
> However if I try to do the same for Drafts OGo still copies all drafts=20
> to the default IMAP drafts-folder ("Drafts"):
>    // This does not work
>    "mail_draftsFolderName" =3D Talletetut;
> What's happening here? I found out about these default by grep'ing=20
> /var/lib/opengroupware.org/documents, so they should be valid
> Searching the mailing list archives I found these defaults, which don't=
=20
> seem to affect anything no matter how I configure them ("Menneet" or=20
> "/Menneet"):
>   ImapDraftsFolderName
>   ImapSentFolderName
>   ImapTrashFolderName
> Are these useless? Or should they be applied in NSGlobalDomain.plist=20
> instead of the per-user defaults?

Looks like there are two related bugs -=20
<http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=3D1743>
<http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=3D225>

I don't use the WebUI mail client at all (IMO, it is the very weakest
component of the OGo suite) but I'll grouse around for the defaults when
I get some time.  The code for the mail client is also labyrinthine.