Skip to content

Commit

Permalink
Still yet more stupid bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Dec 19, 2013
1 parent e80516c commit d242c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailpile/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def hits(term):
# Unless we are searching for invisible things, remove them from
# results by default.
exclude = []
order = order or session.order
order = order or (session and session.order) or 'flat-index'
if (results and (keywords is None) and
('tags' in self.config) and
(not session or 'all' not in order)):
Expand Down

0 comments on commit d242c9e

Please sign in to comment.