Support dispatching emailed-in todos based on To: field as well as From: field. Setting configured in site.yml.

This commit is contained in:
Eric Allen 2009-03-29 19:44:43 -04:00
parent eb9fc5391c
commit dbeb793214
4 changed files with 55 additions and 2 deletions

View file

@ -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.