Add README
parent
1fa75f3e27
commit
6d589545e5
@ -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
|
||||
}
|
Loading…
Reference in New Issue