It seems that f31b98e7e22a16867584af2e82d46c29917bfd83 was incomplete
due to the 3-character sequence '"'.

In alias.c, a space is sometimes still present from line 177

      fputc ('\\', fp);

to line 682 (near the end of the file).

In copy.c, a space is still present in lines 578 and 579:

      mutt_make_date (quoted_date);
      mutt_buffer_addch (quoted_date, '"');

In init.c, a space is sometimes still present from line 225

          mutt_buffer_addch (dest, (toupper ((unsigned char) *tok->dptr)

to line 271, and from line 339

    else if (ch == '$' && (!qc || qc == '"') && (*tok->dptr == '{' || isalpha 
((unsigned char) *tok->dptr)))

to line 2491.

In from.c, a space is sometimes still present from line 134

      memcpy (path, s, len);

to the end of the file.

In mutt_lisp.c, a space is still present in line 99

      read_backticks (list, line);

and lines 154 and 159

      rc = read_backticks (atom, line);

      if (IS_ASCII_WS (ch) || ch == '(' || ch == ')')

In parse.c, a space is still present in lines 234 and 238

                mutt_buffer_addch (buffer, *s);

              mutt_buffer_addch (buffer, *s);

In pattern.c, a space is sometimes still present from line 1816

void mutt_check_simple (BUFFER *s, const char *simple)

to line 2311.

In rfc2231.c, a space is sometimes still present from line 405

    mutt_strlen (attribute) -    /* attribute */

to line 461.

-- 
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)

Reply via email to