# HG changeset patch # User Paul Boddie # Date 1213487068 -7200 # Node ID 69b46fa89efced9c0ff80b8e4e81b2bd8c653e27 # Parent bb8c8faa6b7a4a35643ea3967dbb975caf7814f5 Disable subscription, although it doesn't hide the option in the menu. diff -r bb8c8faa6b7a -r 69b46fa89efc ep2008.py --- a/ep2008.py Fri May 23 21:07:27 2008 +0200 +++ b/ep2008.py Sun Jun 15 01:44:28 2008 +0200 @@ -76,4 +76,7 @@ title="EuroPython Conference RSS Feed" href="http://europython.wordpress.com/feed/" /> ''' + # If mail is disabled, don't permit subscriptions. + actions_excluded = ['SubscribeUser'] + # vim: tabstop=4 expandtab shiftwidth=4