Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: settings.py

Issue 29317154: Issue 2683 - Void RIETVELD_INCOMING_MAIL_ADDRESS (Closed)
Patch Set: Created June 22, 2015, 9:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: settings.py
===================================================================
--- a/settings.py
+++ b/settings.py
@@ -77,7 +77,7 @@
MEDIA_URL = '/static/'
appid = app_identity.get_application_id()
-RIETVELD_INCOMING_MAIL_ADDRESS = ('reply@%s.appspotmail.com' % appid)
+RIETVELD_INCOMING_MAIL_ADDRESS = None
RIETVELD_INCOMING_MAIL_MAX_SIZE = 500 * 1024 # 500K
RIETVELD_REVISION = '<unknown>'
try:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld