mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 05:55:06 -05:00
minor query reformatting
This commit is contained in:
parent
580a562085
commit
da45b81866
@ -1238,8 +1238,7 @@ public class LocalStore extends Store implements Serializable
|
||||
}
|
||||
|
||||
cursor = mDb.rawQuery(
|
||||
"SELECT message_id, name, value "
|
||||
+ "FROM headers " + "WHERE message_id in ( " + questions + ") ",
|
||||
"SELECT message_id, name, value FROM headers " + "WHERE message_id in ( " + questions + ") ",
|
||||
ids.toArray(new String[] {}));
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user