If the number of messages in a folder is zero, then don't try to
authorKen Hornstein <kenh@pobox.com>
Fri, 23 Mar 2012 03:34:08 +0000 (23:34 -0400)
committerKen Hornstein <kenh@pobox.com>
Fri, 23 Mar 2012 03:50:54 +0000 (23:50 -0400)
commitc915e11a95bdfb6157eecc81c5df82de65c86796
tree38cf57cc49459b64c42b3a17331c025c8e2b646a
parentf423b06bf5ab4a966b17857f027a46e74447f438
If the number of messages in a folder is zero, then don't try to
clear out the sequence list; this can cause you to run off the
beginning of the malloc'd buffer.  This can happen when you use
"comp" with a draft folder, the draft folder is empty, and you have
a previous sequence set in your .mh_profile.  As far as I can tell
this has been a problem for nearly forever, but I only ran into it
recently when adding the readline support.  Go figure.
sbr/seq_add.c