1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

make the auto-open folder not trigger if we're doing a search

This commit is contained in:
Jesse Vincent 2009-12-27 17:15:46 +00:00
parent 81d72a2d8c
commit bc61c90e1a

View File

@ -393,7 +393,7 @@ public class MessageList
if (mFolderName == null)
if (mFolderName == null && mQueryString == null)
{
mFolderName = mAccount.getAutoExpandFolderName();
}