Added option to disable signature on replying

This commit is contained in:
M66B
2020-06-12 09:42:09 +02:00
parent 12b0d25f19
commit 3d8dc8aaf9
4 changed files with 30 additions and 3 deletions

View File

@@ -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 &&