Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0a15355 authored by Vincent Breitmoser's avatar Vincent Breitmoser
Browse files

only add draft header to drafts

parent 4c295e2f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -112,7 +112,9 @@ public class PgpMessageBuilder extends MessageBuilder {
        }

        addAutocryptHeaderIfAvailable(openPgpKeyId);
        if (isDraft()) {
            addDraftStateHeader();
        }

        startOrContinueBuildMessage(null);
    }