Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 542 Bytes

Add a task to taskwarrior via email. Makes use of the taskw Python bindings.

For use with procmail or maildrop. Example using maildrop's .mailfilter:

if ($SIZE < 8192 && /^From:.*[email protected]/ && /^To:.*taskwarrior@/)
{
  log "add task via mail2taskwarrior"
  xfilter "devel/mail2taskwarrior/mail2taskwarrior"
  exit
}

Make a RPM

If needed:

  • Update version in setup.py
  • Commit
  • Tag
  • Push tags

Make the RPM:

  • python setup.py bdist_rpm