# File lib/gpgme.rb, line 983
    def textmode
      GPGME::gpgme_get_textmode(self) == 1 ? true : false
    end