From 1978c49bea5b439d993067c055cec47e70db8fd6 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 22:33:50 +0200 Subject: minor refactoring --- src/maildir-close.cc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/maildir-close.cc') diff --git a/src/maildir-close.cc b/src/maildir-close.cc index c0e0dbd..81e526f 100644 --- a/src/maildir-close.cc +++ b/src/maildir-close.cc @@ -1,18 +1,17 @@ -/** -------------------------------------------------------------------- - * @file maildir-close.cc - * @brief Implementation of the Maildir class. - * @author Andreas Aardal Hanssen - * @date 2002-2005 - * ----------------------------------------------------------------- **/ +/** + * @file maildir-close.cc + * @brief Implementation of the Maildir class. + * @author Andreas Aardal Hanssen + * @date 2002-2005 + */ + #include "maildir.h" #include #include -using namespace ::std; using namespace Binc; -//------------------------------------------------------------------------ void Binc::Maildir::closeMailbox(void) { if (!selected) return; -- cgit v1.2.3