Summary | Can't use default folder for Sent |
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 | 07/12/2010 (5531 days ago) |
Due | |
Updated | 08/11/2010 (5501 days ago) |
Assigned | 07/13/2010 (5530 days ago) |
Resolved | 08/11/2010 (5501 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #9138: Fix sentmail selectionhttp://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=b56d93508b4bc54ebe682756d7ececfb24ea0b43&r2=34a1fa98eceef091224af3ab5d105791dd17ff24
http://git.horde.org/diff.php/imp/templates/prefs/sentmail.html?rt=horde-git&r1=24d822349cce4f81ea50220504b3180b3b735346&r2=34a1fa98eceef091224af3ab5d105791dd17ff24
entry is empty in your preferences backend. Or try switching to
another (valid) sent mail folder and then switching back to the
default option.
back to 'Use Default Value'. I verified the git pull updated the
files, and I deleted all the static cache files too.
Oddly enough if I select 'None' and save it, it is successful but it
did not change the sent folder, it is still what is was previously.
entry is empty in your preferences backend. Or try switching to
another (valid) sent mail folder and then switching back to the
default option.
Assigned to Michael Slusarz
State ⇒ Feedback
Default Value" does not work.
Bug #9138: Use correct default value for Sent Mail mailboxhttp://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=ec12e44b9ddbe58bc23eeb9b305486eff75fde6f&r2=5d61ba5314999731979fc5819b4f24c866c30baa
trailing comma also exists in prefs.php.dist. Unfortunately
removing the comma does not solve the problem.
trailing comma also exists in prefs.php.dist. Unfortunately removing
the comma does not solve the problem.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Can't use default folder for Sent
Type ⇒ Bug
Default Value" does not work. It gives the error:
The folder "#000;default" was not created. This is what the server
said: IMAP error: Invalid mailbox name
I checked in imp/config/prefs.php and I have:
// sent mail folder
$_prefs['sent_mail_folder'] = array(
'value' => 'Sent',
);
Which is the correct folder for sent items.