mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Resend requires content
This commit is contained in:
@@ -2997,7 +2997,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
}
|
||||
}
|
||||
|
||||
boolean canResend = true;
|
||||
boolean canResend = message.content;
|
||||
for (Address r : recipients) {
|
||||
String email = ((InternetAddress) r).getAddress();
|
||||
if ("undisclosed-recipients:".equals(email)) {
|
||||
|
||||
Reference in New Issue
Block a user