Skip to content

Commit

Permalink
Support attach-pgp-pubkey parameter on message create/update/send/etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smári McCarthy committed Oct 19, 2014
1 parent e87c7cf commit cf3e35d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mailpile/plugins/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,10 @@ class CompositionCommand(AddComposeMethods(Search)):
'body': '..',
'encryption': '..',
'attachment': '..',
'attach-pgp-pubkey': '..',
}

UPDATE_HEADERS = ('Subject', 'From', 'To', 'Cc', 'Bcc', 'Encryption')
UPDATE_HEADERS = ('Subject', 'From', 'To', 'Cc', 'Bcc', 'Encryption', 'Attach-PGP-Pubkey')

def _new_msgid(self):
msgid = (email.utils.make_msgid('mailpile')
Expand Down

0 comments on commit cf3e35d

Please sign in to comment.