mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -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 {
|
else {
|
||||||
this.setIncludeQuotedText(false);
|
this.setIncludeQuotedText(false);
|
||||||
}
|
}
|
||||||
if (!isDraft) {
|
|
||||||
this.setAppendSignature(true);
|
this.setAppendSignature(!isDraft);
|
||||||
}
|
this.setInsertSeparator(!isDraft);
|
||||||
else {
|
|
||||||
this.setAppendSignature(false);
|
|
||||||
}
|
|
||||||
this.setDraft(isDraft);
|
|
||||||
this.setSignatureBeforeQuotedText(signatureBeforeQuotedText);
|
this.setSignatureBeforeQuotedText(signatureBeforeQuotedText);
|
||||||
|
|
||||||
if (quoteStyle == QuoteStyle.PREFIX && replyAfterQuote) {
|
if (quoteStyle == QuoteStyle.PREFIX && replyAfterQuote) {
|
||||||
|
Loading…
Reference in New Issue
Block a user