mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 11:58:10 +01:00
gmime-extra: remove duplicate GMimeAddressType typedef
"typedef GMimeAddressType GMimeRecipientType" is already present further down in the compatibility wrapper (with other typedefs). We don't need it twice.
This commit is contained in:
parent
bfd669bb2e
commit
30e33dfdd1
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ GMimeStream *g_mime_stream_stdout_new(void);
|
||||||
#define g_mime_certificate_get_fpr16(cert) g_mime_certificate_get_key_id (cert)
|
#define g_mime_certificate_get_fpr16(cert) g_mime_certificate_get_key_id (cert)
|
||||||
#define g_mime_certificate_get_uid(cert) g_mime_certificate_get_name (cert);
|
#define g_mime_certificate_get_uid(cert) g_mime_certificate_get_name (cert);
|
||||||
#else /* GMime >= 3.0 */
|
#else /* GMime >= 3.0 */
|
||||||
typedef GMimeAddressType GMimeRecipientType;
|
|
||||||
|
|
||||||
#define GMIME_ENABLE_RFC_2047_WORKAROUNDS 0xdeadbeef
|
#define GMIME_ENABLE_RFC_2047_WORKAROUNDS 0xdeadbeef
|
||||||
#define g_mime_certificate_get_uid(cert) g_mime_certificate_get_key_id (cert);
|
#define g_mime_certificate_get_uid(cert) g_mime_certificate_get_key_id (cert);
|
||||||
|
|
Loading…
Reference in a new issue