util_expand_msglist(): return 1 and set msglist[0]=cursor if argc == 1.
util_do_command(): Added missing va_end(). util_get_sender(): Returns sender email for the given msgno. Optionally strips off domain part. util_slist_.*(): "string lists" used by alias,alt,retain,ignore. util_strcat(): Concat two strings, reallocating first to the necessary length (Rather clumsy, we'd be better off using obstack I guess). util_escape_percent(): Excape % signs in a string, so it can be used as format in .*printf calls.
Showing
1 changed file
with
140 additions
and
5 deletions
-
Please register or sign in to post a comment