Next: Text Mode, Previous: Setting the Sender, Up: Context Attributes [Contents][Index]
The function gpgme_set_armor
specifies if the output should be
ASCII armored. By default, output is not ASCII
armored.
ASCII armored output is disabled if yes is zero, and enabled otherwise.
The function gpgme_get_armor
returns 1 if the output is
ASCII armored, and 0
if it is not, or if ctx is
not a valid pointer.