1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Drafts, Sent, Trash
FromSent OnAttachments
Jim HornerAug 3, 2004 9:23 am 
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:[sqwebmail] Drafts, Sent, TrashActions...
From:Jim Horner (jhor@arinbe.com)
Date:Aug 3, 2004 9:23:24 am
List:net.sourceforge.lists.courier-sqwebmail

I recently began testing sqwebmail (0.45.6). Our little company has standardized on "drafts", "sent-mail", and "trash" for what sqwebmail considers, "Drafts", "Sent" and "Trash" (if these names are a standard then perhaps we should change??). So I grep'd the code and found maildir/maildirmisc.h and changed the #define(s) to suit my needs. Doing this I found some quirks:

- Somewhat unrelated but I could not get --disable-autorenamesent in the ./configure phase to work. However, using "SetEnv SQWEBMAIL_AUTORENAMESENT no" does work as far as I can tell... although, I had to grep the code to find out what value to set the environment variable to... I tried "disable", "0", and "false" before checking the code to find it required "no".

- "make check" fails because the test suite is expecting "Trash" and not "trash".

- Sqwebmail still displays the folders as "Drafts", "Trash", and "Sent" even though they reference other directories.

My coding is a bit rusty but any pointers would be appreciated. You'll probably just tell me to stop whining and get in there. I would imagine, ideally, it would be nice to have these configurable either in a config file or with a ./configure switch.

Thanks,

Jim