A custom button script in Thunderbird to add emails as task in Taskwarrior
Taskwarrior: http://www.taskwarrior.org/
Thunderbird: http://www.mozillamessaging.com/thunderbird/
Custom button add-on for Thunderbird: https://addons.mozilla.org/thunderbird/addon/custom-buttons/
For recent versions of Thunderbird (if above link will not install): http://custombuttons.mozdev.org/devbuilds.html
Install perl MIME-tools: sudo apt-get install libmime-tools-perl or Archlinux: extra/perl-mime-tools
- Add new button to Thunderbird (right click on toolbar and select ‘Add new button…’)
- Name: Add to task
- Code: Copy the content Download custom-button.tb2taskwarrior
- (optional) customise topicName (e.g. change +inbox +email tags)
- Add created button to Thunderbird toolbar
- Select an email and click on created button
Download tb2taskwarrior.png for button icon.
- 15 Sep 2012: cygwin support added
- Test under Mac.
- Add multiple-tasks
Feel free to contribute to this project.