mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-10 06:34 am

[dw-free] Turn off Archive link in inbox

[commit: http://hg.dwscoalition.org/dw-free/rev/c4cdef251049]

http://bugs.dwscoalition.org/show_bug.cgi?id=889

Disable 'Archive' for the inbox.

Patch by [personal profile] gchick.

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r d710f2852e0d -r c4cdef251049 etc/config.pl
--- a/etc/config.pl	Sun May 10 06:32:23 2009 +0000
+++ b/etc/config.pl	Sun May 10 06:34:43 2009 +0000
@@ -195,6 +195,7 @@
                  'stats-recentupdates' => 0,
                  'stats-newjournals' => 0,
                  tellafriend => 0,
+                 esn_archive => 1,
                  );
 
     # turn $SERVER_DOWN on while you do any maintenance
--------------------------------------------------------------------------------