diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-07 22:33:50 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-08 11:35:51 +0200 |
commit | 1978c49bea5b439d993067c055cec47e70db8fd6 (patch) | |
tree | 255caea96a13f95564e6b631be9a4ac55ce33cd9 /src/maildir-close.cc | |
parent | 3b1278f5459514a6d6364f068ff97b8a0432057b (diff) |
minor refactoring
Diffstat (limited to 'src/maildir-close.cc')
-rw-r--r-- | src/maildir-close.cc | 15 |
1 files changed, 7 insertions, 8 deletions
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 <fcntl.h> #include <unistd.h> -using namespace ::std; using namespace Binc; -//------------------------------------------------------------------------ void Binc::Maildir::closeMailbox(void) { if (!selected) return; |