Switch to unified view

a/src/bincimapmime/mime-parseonlyheader.cc b/src/bincimapmime/mime-parseonlyheader.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 "mime.h"
26
#include "mime.h"
31
#include "mime-utils.h"
27
#include "mime-utils.h"
32
#include "mime-inputsource.h"
28
#include "mime-inputsource.h"
33
#include "convert.h"
29
#include "convert.h"
34
#include <string>
30
#include <string>