mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Restore long-lost debugging line
This commit is contained in:
parent
29947ef3c9
commit
2b37fe6864
@ -1366,6 +1366,10 @@ public class LocalStore extends Store implements Serializable
|
||||
|
||||
String oldUID = message.getUid();
|
||||
|
||||
if (K9.DEBUG)
|
||||
Log.d(K9.LOG_TAG, "Updating folder_id to " + lDestFolder.getId() + " for message with UID "
|
||||
+ message.getUid() + ", id " + lMessage.getId() + " currently in folder " + getName());
|
||||
|
||||
message.setUid(K9.LOCAL_UID_PREFIX + UUID.randomUUID().toString());
|
||||
|
||||
mDb.execSQL("UPDATE messages " + "SET folder_id = ?, uid = ? " + "WHERE id = ?", new Object[]
|
||||
|
Loading…
Reference in New Issue
Block a user