Switch to unified view

a/src/bincimapmime/mime-parsefull.cc b/src/bincimapmime/mime-parsefull.cc
...
...
21
 *  You should have received a copy of the GNU General Public License
21
 *  You should have received a copy of the GNU General Public License
22
 *  along with this program; if not, write to the Free Software
22
 *  along with this program; if not, write to the Free Software
23
 *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
23
 *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
24
 *  --------------------------------------------------------------------
24
 *  --------------------------------------------------------------------
25
 */
25
 */
26
#ifdef HAVE_CONFIG_H
27
#include <config.h>
28
#endif
29
30
#include <string.h>
26
#include <string.h>
31
#include <ctype.h>
27
#include <ctype.h>
32
#include <stdio.h>
28
#include <stdio.h>
33
#include <errno.h>
29
#include <errno.h>
34
30