root/src/kits/mail/MailSettingsView.cpp
/*
 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */


#include <MailSettingsView.h>


BMailSettingsView::BMailSettingsView(const char* name)
        :
        BView(name, 0)
{
}


BMailSettingsView::~BMailSettingsView()
{
}