Changeset 5438:8e2438ec5909 for lib.h

Show
Ignore:
Timestamp:
2008-07-01 17:20:02 (5 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Support displaying application/pgp-keys with GPGME.
This was pretty convoluted because GPGME provides no way to examine a
key block without importing it. This code creates a temporary GPG home
in which to import the key in order to display it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib.h

    r5427 r5438  
    172172int safe_fclose (FILE **); 
    173173int safe_fsync_close (FILE **); 
     174int mutt_rmtree (const char *); 
    174175 
    175176size_t mutt_quote_filename (char *, size_t, const char *);