On Tue, 6 Dec 2011 20:37:53 -0500
Brian Theado <[email protected]> wrote:
> I wrote some code for two Microsoft Outlook related leo commands. The
> first command will insert the unique ID of the currently selected
> Microsoft Outlook email (assumes you have Outlook open and running)
> into the leo body text.
Very cool. I've done something similar for creating ToDo items in Leo
from claws-mail. Basically added a toolbar button in claws-mail to
copy the selected message to a 'todo' folder. Then a Leo script to
import the items in that folder to a node like this:
# Subject of message
# Sender of message
# Date of message
# First 8 lines of
# message are here
import os; os.system('claws-mail --select mbox/19153')
Then I just click 'run-script' to switch from Leo to the msg. in
claws-mail, to access the full message / attachments etc.
Cheers -Terry
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.