From 854ecc5e92a29f14983fc3c9c2edeb4980949568 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 21 May 2018 20:52:20 -0600 Subject: * Add the "g" option to the select command that works in IMAP servers that implement the X-GM-EXT-1 capability (such as the one offered by Gmail.) This allows users to do selection in Alpine as if they were doing a search in the web interface for Gmail. --- imap/src/c-client/mail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'imap/src/c-client/mail.c') diff --git a/imap/src/c-client/mail.c b/imap/src/c-client/mail.c index 02519e5a..b18f7732 100644 --- a/imap/src/c-client/mail.c +++ b/imap/src/c-client/mail.c @@ -5990,6 +5990,7 @@ void mail_free_searchpgm (SEARCHPGM **pgm) mail_free_stringlist (&(*pgm)->subject); mail_free_stringlist (&(*pgm)->text); mail_free_stringlist (&(*pgm)->to); + mail_free_stringlist (&(*pgm)->x_gm_ext1); fs_give ((void **) pgm); /* return program to free storage */ } } -- cgit v1.2.3-54-g00ecf