Switch to unified view

a/src/bincimapmime/convert.cc b/src/bincimapmime/convert.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 "convert.h"
26
#include "convert.h"
31
#include <string>
27
#include <string>
32
28
33
#ifndef NO_NAMESPACES
29
#ifndef NO_NAMESPACES
34
using namespace ::std;
30
using namespace ::std;