mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Added comments
This commit is contained in:
parent
3ec03221b8
commit
b689e2f6cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue