Bug 3292 - Access to selected message for python
Summary: Access to selected message for python
Status: RESOLVED INVALID
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/Python (show other bugs)
Version: 3.10.1
Hardware: PC Linux
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2014-09-26 17:57 UTC by Raphael Michel
Modified: 2014-09-26 20:29 UTC (History)
0 users

See Also:


Attachments

Description Raphael Michel 2014-09-26 17:57:58 UTC
Hi,

I'd like to implement a few handy hotkeys for my workflow using the Python API. Simple tasks like "move the currently selected message to folder XYZ". The Python API provides all neccessary capabilities for this -- except accessing the currently selected message(s).

As there already is a method to access the currently selected folder and account, this would only be a logical follow-up.

Thanks,
Raphael
Comment 1 Ricardo Mones 2014-09-26 20:29:18 UTC
The clawsmail object already provides get_summaryview_selected_message_list() method to access the selected messages.

Note You need to log in before you can comment on or make changes to this bug.