Opened 7 years ago

Last modified 5 months ago

#1484086 new Feature Requests

function that copies mails to folders

Reported by: masi Owned by:
Priority: 5 Milestone: 1.0-beta
Component: User Interface Version: git-master
Severity: normal Keywords: copy feature
Cc:

Description (last modified by alec)

In the actual version of rc-mail it is not possible to copy mails from one folder to another. Only moving is possible. Is it possible to implement am copy-feature too?

Thanks Masi

Attachments (3)

copyto.diff (9.6 KB) - added by profplump 5 years ago.
Patch to add a "Copy To..." function to RCB 0.1.1
copyto.2.diff (9.6 KB) - added by profplump 5 years ago.
Patch to add a "Copy To..." function to RCB 0.1.1
copyto.3.patch (11.6 KB) - added by pillarsdotnet 4 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 7 years ago by thomasb

  • Milestone changed from 0.1-rc1 to later

Changed 5 years ago by profplump

Patch to add a "Copy To..." function to RCB 0.1.1

comment:2 Changed 5 years ago by profplump

I've written a patch to add a "Copy To..." function to the message view, as suggested in ticket #1484086. I just slapped got another <SELECT> control in next to the existing "Move To..." control -- I'd be happy to hear other suggestions for interface layout.

A patch against 0.1.1 is attached.

I've also got 90% of the support needed for drag-and-drop copy-- it works if I replace the default moveto action with my new copyto action -- but I couldn't figure out how to check for modifier keys to do something like "Copy when ctrl is down, move otherwise". If anyone could point me in the right direction for checking the state of modifier keys at the end (or beginning) of a drag event I'd appreciate it.

Changed 4 years ago by pillarsdotnet

comment:3 Changed 4 years ago by pillarsdotnet

  • Version changed from 0.1-beta to svn-trunk

Updated patch to work with svn trunk

comment:4 Changed 3 years ago by alec

Implemented messages copying using drag&drop + SHIFT in [9b3fdc25].

comment:5 Changed 5 months ago by alec

  • Description modified (diff)
  • Milestone changed from later to 0.10-beta
Note: See TracTickets for help on using tickets.