only add draft header to drafts
This commit is contained in:
parent
4c295e2f1b
commit
d0a1535547
1 changed files with 3 additions and 1 deletions
|
@ -112,7 +112,9 @@ public class PgpMessageBuilder extends MessageBuilder {
|
|||
}
|
||||
|
||||
addAutocryptHeaderIfAvailable(openPgpKeyId);
|
||||
addDraftStateHeader();
|
||||
if (isDraft()) {
|
||||
addDraftStateHeader();
|
||||
}
|
||||
|
||||
startOrContinueBuildMessage(null);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue