mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 04:25:47 +02:00
Added option to disable signature on replying
This commit is contained in:
@@ -3388,6 +3388,10 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
}
|
||||
|
||||
// Signature
|
||||
if ("reply".equals(action) || "reply_all".equals(action))
|
||||
data.draft.signature = prefs.getBoolean("signature_reply", true);
|
||||
|
||||
// Reply header
|
||||
String s = args.getString("selected");
|
||||
if (ref.content &&
|
||||
|
||||
Reference in New Issue
Block a user