[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
gchick.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=889
Disable 'Archive' for the inbox.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 --------------------------------------------------------------------------------