📝 markdownify README
parent
4026195fd9
commit
d87763942a
@ -1,14 +0,0 @@
|
||||
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
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
Add a task to [taskwarrior](http://taskwarrior.org) via email. Makes use of the
|
||||
[taskw](https://github.com/ralphbean/taskw) Python bindings.
|
||||
|
||||
|
||||
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