mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 03:54:28 +02:00
Allow moving onto self when multiple selecting
This commit is contained in:
@@ -2698,6 +2698,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (account.protocol == EntityAccount.TYPE_IMAP)
|
||||
result.accounts.add(account);
|
||||
|
||||
if (result.folders.size() > 1)
|
||||
result.folders = new ArrayList<>();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -7188,7 +7191,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
Log.i("Print queue job=" + jobName);
|
||||
PrintDocumentAdapter adapter = printWebView.createPrintDocumentAdapter(jobName);
|
||||
PrintJob job = printManager.print(jobName, adapter, new PrintAttributes.Builder().build());
|
||||
EntityLog.log(context,"Print queued job=" + job.getInfo());
|
||||
EntityLog.log(context, "Print queued job=" + job.getInfo());
|
||||
} catch (Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user