Switch to side-by-side view

--- a/src/bincimapmime/mime-printheader.cc
+++ b/src/bincimapmime/mime-printheader.cc
@@ -107,7 +107,7 @@
 	// abort printing of header. note that in this case, the
 	// headers will not end with a seperate \r\n.
 	quit = true;
-	name = "";
+	name.clear();
 	break;
       }
     }
@@ -163,8 +163,8 @@
 	}
 
 	// move on to the next header
-	content = "";
-	name = "";
+	content.clear();
+	name.clear();
 	break;
       }