Switch to unified view

a/src/bincimapmime/mime-printheader.cc b/src/bincimapmime/mime-printheader.cc
...
...
105
      mimeSource->ungetChar();
105
      mimeSource->ungetChar();
106
    
106
    
107
    // abort printing of header. note that in this case, the
107
    // abort printing of header. note that in this case, the
108
    // headers will not end with a seperate \r\n.
108
    // headers will not end with a seperate \r\n.
109
    quit = true;
109
    quit = true;
110
  name = "";
110
  name.clear();
111
    break;
111
    break;
112
      }
112
      }
113
    }
113
    }
114
114
115
    if (quit) break;
115
    if (quit) break;
...
...
161
        } else
161
        } else
162
          ++processedbytes;
162
          ++processedbytes;
163
    }
163
    }
164
164
165
    // move on to the next header
165
    // move on to the next header
166
  content = "";
166
  content.clear();
167
  name = "";
167
  name.clear();
168
    break;
168
    break;
169
      }
169
      }
170
170
171
      content += c;
171
      content += c;
172
    }
172
    }