[bugs] [Bug 1166] Changed - "Move message" leaves two copies of message

bugs at bugs.horde.org bugs at bugs.horde.org
Sun Feb 9 17:01:37 PST 2003


http://bugs.horde.org/show_bug.cgi?id=1166

*** shadow/1166	Sun Feb  9 14:51:26 2003
--- shadow/1166.tmp.10947	Sun Feb  9 17:01:37 2003
***************
*** 21,23 ****
--- 21,58 ----
  
  ------- Additional Comments From chuck at horde.org  02/09/03 14:51 -------
  Are you using a trash folder? What version of IMP is this? What IMAP server? Etc...
+ 
+ ------- Additional Comments From tamer at aidasystems.com  02/09/03 17:01 -------
+ I am using courier-imap-1.6.1 with IMP-3.1 stable. The problem is independant 
+ of the deleting/moving messages option. That is, if you do not have a trash 
+ folder selected and try to move a message from INBOX to another folder (other 
+ than the trash), the message gets copied to the destination folder, then the 
+ original message (in the inbox) gets marked as deleted or gets moved to the 
+ trash, according to how you setup "Deleting/Moving Messages" option.
+ Anyways, here are my options from imp/config/prefs.php:
+ $prefGroups['delmove'] = array(
+     'column' => _("Mail Management"),
+     'label' => _("Deleting and Moving Messages"),
+     'desc' => _("Set preferences for what happens when you move and delete 
+ messages."),
+     'members' => array('mailbox_return', 'use_trash', 'trashselect')
+ );
+ 
+ $_prefs['use_trash'] = array(
+     'value' => 1,
+     'locked' => true,
+     'shared' => false,
+     'type' => 'checkbox',
+     'desc' => _("When deleting messages, move them to your Trash folder 
+ instead of marking them as deleted.")
+ );
+ 
+ $_prefs['trashselect'] = array('type' => 'special');
+ 
+ $_prefs['trash_folder'] = array(
+     'value' => 'Trash',
+     'locked' => true,
+     'shared' => false,
+     'type' => 'implicit'
+ );
+ 


More information about the bugs mailing list