mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-10 01:24:19 +01:00
Support dispatching emailed-in todos based on To: field as well as From: field. Setting configured in site.yml.
This commit is contained in:
parent
eb9fc5391c
commit
dbeb793214
4 changed files with 55 additions and 2 deletions
|
|
@ -20,6 +20,11 @@ time_zone: "UTC"
|
|||
secure_cookies: false
|
||||
|
||||
|
||||
# Uncomment if you want to dispatch todos that come from email based on the To: address
|
||||
# rather than the From: address.
|
||||
# email_dispatch: 'to'
|
||||
|
||||
|
||||
# Set this to the subdirectory you're hosting tracks in and uncomment if applicable
|
||||
# NOTE: you will also need to set up your web server to deal with the relative
|
||||
# URL. Mongrel, for example, has a --prefix option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue