Summary | Can't reenable trash usage if Folder None has been selected as the trash folder |
Queue | IMP |
Queue Version | 4.3 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | yann (at) pleiades (dot) fr (dot) eu (dot) org |
Created | 11/29/2008 (6083 days ago) |
Due | |
Updated | 12/02/2008 (6080 days ago) |
Assigned | 12/01/2008 (6081 days ago) |
Resolved | 12/02/2008 (6080 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Ticket #7123.I will try with latest version.
I'll keep you updated.
State ⇒ Feedback
settings in this regard. Also, did you upgrade, or install from
scratch? If you upgraded, make absolutely sure that you updated IMP's
prefs.php file.
to know what solution would be accepted.
For me, either use_trash must not be disabled when trash_folder is None.
or the None option should not be allowed for the trash_folder (if the
user whant to disable the trash folder it has to be done ith the
use_trash option in the "Deleting and Moving Messages" options group).
I would prefer this second option.
(it's also a bit strange to be able to select None for the draft
folder as the "Save Draft" button is always active in the compose
window and so triggers an error message if draft_folder is None)
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Can't reenable trash usage if Folder None has been selected as the trash folder
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
If a user select None as the trash folder, this will automatically
disables the trash usage.
As a result, the trash folder selection widget disappears.
Normally you would have to go to the "Deleting and Moving Messages"
options group and reenable by clicking on the "When deleting messages,
move them to your Trash folder instead of marking them as deleted?"
option. That would bring back the trash folder selection widget.
However that doesn't work because each time you enable and save the
use_trash option, imp automatically disables it because the
trash_folder is "None".
So the user needs to change the trash folder to enable use_trash, but
he needs to enable use_trash to be able to change the trash folder...