mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
fixup! Rename mDraft to mInsertSeparator.
This commit is contained in:
parent
421879e9cf
commit
7fd52a735d
@ -29,13 +29,10 @@ class TestingTextBodyBuilder extends TextBodyBuilder {
|
||||
else {
|
||||
this.setIncludeQuotedText(false);
|
||||
}
|
||||
if (!isDraft) {
|
||||
this.setAppendSignature(true);
|
||||
}
|
||||
else {
|
||||
this.setAppendSignature(false);
|
||||
}
|
||||
this.setDraft(isDraft);
|
||||
|
||||
this.setAppendSignature(!isDraft);
|
||||
this.setInsertSeparator(!isDraft);
|
||||
|
||||
this.setSignatureBeforeQuotedText(signatureBeforeQuotedText);
|
||||
|
||||
if (quoteStyle == QuoteStyle.PREFIX && replyAfterQuote) {
|
||||
|
Loading…
Reference in New Issue
Block a user