Make "subject" an alias for the "topic" operator.

(imported from commit 52c11ff48a286533906b99ed62839e6ae3e35b17)
This commit is contained in:
Jessica McKellar
2013-07-16 16:52:02 -04:00
parent 1defcf5718
commit 849b49b22d
7 changed files with 14 additions and 14 deletions

View File

@@ -1205,7 +1205,7 @@ $(function () {
var subject = $(e.target).parents('li').attr('data-name');
narrow.activate([['stream', stream],
['subject', subject]],
['topic', subject]],
{select_first_unread: true, trigger: 'sidebar'});
e.preventDefault();