Add README

This commit is contained in:
neingeist 2012-09-28 12:56:44 +02:00
parent 1fa75f3e27
commit 6d589545e5
2 changed files with 15 additions and 9 deletions

14
README Executable file
View file

@ -0,0 +1,14 @@
Add a task to taskwarrior via email. Makes use of the taskw Python bindings.
http://taskwarrior.org
https://github.com/ralphbean/taskw
For use with procmail or maildrop. Example using maildrop's .mailfilter:
if ($SIZE < 8192 && /^From:.*myaddress@example.com/ && /^To:.*taskwarrior@/)
{
log "add task via mail2taskwarrior"
xfilter "devel/mail2taskwarrior/mail2taskwarrior"
exit
}