pgp: use always_trust for encrypting to pgp-mime-text in doctest.
authorW. Trevor King <wking@tremily.us>
Sun, 21 Oct 2012 19:37:31 +0000 (15:37 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Oct 2012 20:01:07 +0000 (16:01 -0400)
commitdf34da58eb715ac9bf2ac6a5071f7ef759f5ff70
tree106d6d0fe4edd12b9f049fe098667d424f5fdfaa
parent0f970a3dd391d2f42546901b26fec4dd2bd62fa6
pgp: use always_trust for encrypting to pgp-mime-text in doctest.

This avoids the abiguously described "General error":

  S: OK GPGME-Tool 1.3.3-git73b439a ready
  C: ARMOR true
  S: OK
  C: RECIPIENT pgp-mime@invalid.com
  S: S RECIPIENT B2EDBE0E771A4B8708DD16A7511AEDA64332B6E3
  S: OK
  C: # descriptors in flight: [3]
  C: INPUT FD
  S: OK
  C: # descriptors in flight: [6]
  C: OUTPUT FD
  S: OK
  C: ENCRYPT
  S: ERR 1 General error <Unspecified source>
  C: BYE
  S: OK closing connection

I have spend some time trying to track this one down in gpgme-tool,
but without success.
pgp_mime/pgp.py