[bugs] [Bug 1081] Changed - move messages to trash broke with pop3
bugs at bugs.horde.org
bugs@bugs.horde.org
Wed Oct 16 21:48:04 PDT 2002
http://bugs.horde.org/show_bug.cgi?id=1081
*** shadow/1081 Wed Oct 16 17:27:29 2002
--- shadow/1081.tmp.22902 Wed Oct 16 17:48:04 2002
***************
*** 40,42 ****
--- 40,57 ----
</snip>
I know this is caused my the fact that the pop3 protocol doesn't support
folders, so shouldn't IMP, autodetect this and not allow that option?
+
+ ------- Additional Comments From aaroncollins@gtcinternet.com 10/16/02 17:48 -------
+ if you go into horde/imp/config/pref.php and goto the section that says
+ // should we move messages to a trash folder instead of just marking
+ // them as deleted?
+ and you set it to the following, you can get around this.
+ $_prefs['use_trash'] = array(
+ 'value' => 0,
+ 'locked' => true,
+ 'shared' => true,
+ 'type' => 'implicit',
+ 'desc' => _("When deleting messages, move them to your Trash folder instead
+ of marking them as deleted.")
+ );
+
More information about the bugs
mailing list