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

Comment an attribute

This commit is contained in:
Jesse Vincent 2010-01-09 23:49:25 +00:00
parent 497ca01586
commit 553625b72b

View File

@ -95,6 +95,7 @@ public class MessageList
*/
private String mFolderName;
/* if we're doing a search, this contains the query string */
private String mQueryString;
private MessageListHandler mHandler = new MessageListHandler();