mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added comments
This commit is contained in:
@@ -669,6 +669,10 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||
iservice.setUseIp(ident.use_ip, ident.ehlo);
|
||||
iservice.setUnicode(ident.unicode);
|
||||
|
||||
// 0=Read receipt
|
||||
// 1=Delivery receipt
|
||||
// 2=Read+delivery receipt
|
||||
|
||||
if (message.receipt_request != null && message.receipt_request) {
|
||||
int receipt_type = prefs.getInt("receipt_type", 2);
|
||||
if (receipt_type == 1 || receipt_type == 2) // Delivery receipt
|
||||
|
||||
Reference in New Issue
Block a user