Suggestion: Drafts
Ahmed
ashihab@alcahest.com
Tue, 19 Feb 2002 09:59:55 +0000
Is it possible to add a preference to IMP to enable drafts to be
saved with the unseen status?
this will enable me to know how many unfinished drafts are in the
drafts folder from the Horde summary page.
I know the change in imp/compose.php is simple, line 912
from: $append_flags = '\\Draft \\Seen';
to : $append_flags = '\\Draft';
but the change to add it as preference is beyond my very limited PHP
capabilities :-(
I know this works with Cyrus as the IMAP server, not sure about
others. I'm using Horde/IMP from CVS 9.00 GMT
Ahmed...