Summary | Compose using DIMP does not save in Sent folder |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | presslab (at) hotmail (dot) com |
Created | 05/20/2010 (5630 days ago) |
Due | |
Updated | 05/20/2010 (5630 days ago) |
Assigned | 05/20/2010 (5630 days ago) |
Resolved | 05/20/2010 (5630 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
Bug #9051: In DIMP, set correct sent-mail folder ifselect_sentmail_folder is false
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=0495acdf89a45197d4de57227b9aa8e29231c6d4
so it should default to false.
I poked around some more, and I enabled this setting:
$conf['user']['select_sentmail_folder'] = true;
And now I see a check box when composing, 'Save in Sent' and a drop
down box, which defaults to the correct folder. With this setting
enabled, the message goes into the Sent folder correctly. I would
guess without this setting though that messages should still go into
Sent, right?
I am impressed by you guys' fast responses, it is impressive. Thanks
for your help.
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Compose using DIMP does not save in Sent folder
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
folder. If I use the Traditional style (IMP) it works correctly.
Further investigation shows that $opts['sent_folder'] in
buildAndSendMessage() is not set correctly using DIMP.