Hi, On Mon, Jun 26, 2006 at 13:36:19 -0700, Marc Singer wrote: > sprintf (sz, "/%s", src); You'd probably want snprintf() or some mutt variation of that, unless src is by definition shorter than sz. (Yes, I know this will break the mailbox name if it's really that long! I just want to go sure you don't go around just sprintf()ing stuff ;->) Just my $0.02 ;-) Moritz