mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 02:23:38 +02:00
Experimental: send user unknown
This commit is contained in:
@@ -3349,7 +3349,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
private void onReceipt(TupleMessageEx message) {
|
||||
Intent reply = new Intent(context, ActivityCompose.class)
|
||||
.putExtra("action", "receipt")
|
||||
.putExtra("action", "dsn")
|
||||
.putExtra("dsn", EntityMessage.DSN_RECEIPT)
|
||||
.putExtra("reference", message.id);
|
||||
context.startActivity(reply);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user