From: David Levine Date: Fri, 15 Mar 2013 13:50:23 +0000 (-0500) Subject: Corrected comment describing copy_seqs(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/71e45cde42e178b7eed46fbe9c86f8c1c56f50d3?ds=inline;hp=--cc Corrected comment describing copy_seqs(). --- 71e45cde42e178b7eed46fbe9c86f8c1c56f50d3 diff --git a/uip/refile.c b/uip/refile.c index 10c9be0e..1d44b362 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -381,7 +381,7 @@ m_file (struct msgs *mp, char *msgfile, int oldmsgnum, /* * Copy sequence information for a refiled message to its - * new folder(s). Skip the cur sequence. + * new folder. Skip the cur sequence. */ static void copy_seqs (struct msgs *oldmp, int oldmsgnum, struct msgs *newmp, int newmsgnum)