diff options
| author | David Bremner <david@tethera.net> | 2019-05-02 09:19:33 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-03 06:49:49 -0300 |
| commit | 570349e132da5e19b36a004e633b870cec810170 (patch) | |
| tree | fccfff269533c6a8a81ed7cb728d9ea699624e44 /notmuch-reply.c | |
| parent | 2dfbd26c424f88332174e114f7bfb1ffc1db4624 (diff) | |
build: drop support for gmime-2.6
GMime 3.0 is over 2 years old now, and 2.6 has been deprecated in
notmuch for about 1.5 years.
Comments and documentation no longer need to refer to GMime 2.6, so
clean them all up.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'notmuch-reply.c')
| -rw-r--r-- | notmuch-reply.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/notmuch-reply.c b/notmuch-reply.c index d87ec06d..cd1b602b 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -325,12 +325,6 @@ add_recipients_from_message (GMimeMessage *reply, GMimeMessage *message, bool reply_all) { - - /* There is a memory leak here with gmime-2.6 because get_sender - * returns a newly allocated list, while the others return - * references to libgmime owned data. This leak will be fixed with - * the transition to gmime-3.0. - */ struct { InternetAddressList * (*get_header)(GMimeMessage *message); GMimeRecipientType recipient_type; |
