|
|
@ -1213,7 +1213,10 @@ class Core {
|
|
|
|
attachment.id = db.attachment().insertAttachment(attachment);
|
|
|
|
attachment.id = db.attachment().insertAttachment(attachment);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!folder.isOutgoing() && !EntityFolder.ARCHIVE.equals(folder.type)) {
|
|
|
|
if (!folder.isOutgoing() &&
|
|
|
|
|
|
|
|
!EntityFolder.ARCHIVE.equals(folder.type) &&
|
|
|
|
|
|
|
|
!EntityFolder.TRASH.equals(folder.type) &&
|
|
|
|
|
|
|
|
!EntityFolder.JUNK.equals(folder.type)) {
|
|
|
|
Address[] replies = (message.reply != null ? message.reply : message.from);
|
|
|
|
Address[] replies = (message.reply != null ? message.reply : message.from);
|
|
|
|
if (replies != null) {
|
|
|
|
if (replies != null) {
|
|
|
|
// Check if from self
|
|
|
|
// Check if from self
|
|
|
|