On 2026-05-11 12:15:36 +0800, Kevin J. McCarthy wrote: > On Mon, May 11, 2026 at 11:02:22AM +0800, Kevin J. McCarthy wrote: > > On Mon, May 11, 2026 at 04:50:17AM +0200, Vincent Lefevre wrote: > > > It seems that f31b98e7e22a16867584af2e82d46c29917bfd83 was incomplete > > > due to the 3-character sequence '"'. > > > > Thanks Vincent. I wonder if it was the script, or if I goofed up > > staging some places as I went though manually. > > > > I'll go through again and try to clean these up! > > It was the script, and yes I think you're right, I missed the '"' sequence > in my regexps! Thank you Vincent. I'll try to work on this over the next > few days.
It seems that there is an issue at least with '\"' too. Here are other ones missed in 95d3615fcf7215ea5e0b348b0c6d82cad7f90a37 for function prototypes: imap/util.c:time_t imap_parse_date (char *s) imap/util.c:void imap_make_date (BUFFER *buf, time_t timestamp) imap/util.c:void imap_qualify_path (char *dest, size_t len, IMAP_MBOX *mx, char *path) imap/util.c:void imap_buffer_qualify_path (BUFFER *dest, IMAP_MBOX *mx, char *path) muttlib.c:int mutt_rx_sanitize_string (BUFFER *dest, const char *src) muttlib.c:void mutt_free_alias (ALIAS **p) muttlib.c:void mutt_buffer_pretty_multi_mailbox (BUFFER *s, const char *delimiter) muttlib.c:void mutt_buffer_pretty_mailbox (BUFFER *s) muttlib.c:void mutt_pretty_mailbox (char *s, size_t buflen) rfc822.c:int rfc822_remove_from_adrlist (ADDRESS **a, const char *mailbox) rfc822.c:void rfc822_free_address (ADDRESS **p) rfc822.c:ADDRESS *rfc822_parse_adrlist (ADDRESS *top, const char *s) -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)
