
expert menu option for: goto new message on getmail


-----------

 Aileron address fails on free?
appendtoTextField

free(address)
;


-----------


when a mbox closes, try to assign Aileron.mbox to another if possible.
but also check for

void compactMailBox (void *data, int menuitem, Time time)

{

  if(!Aileron.mbox) //add
    return; // add
  CompactMailBox(Aileron.mbox);

}

