diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-07 23:30:49 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-08 11:35:51 +0200 |
commit | 40ee1fcfb77731f3cd7385882f41630af6aedb33 (patch) | |
tree | 6b13dd75ca9cfbac7daef4f0d5dc2e342ee9ef7d /src/maildir-updateflags.cc | |
parent | 1978c49bea5b439d993067c055cec47e70db8fd6 (diff) |
reduce line limit to 95
Diffstat (limited to 'src/maildir-updateflags.cc')
-rw-r--r-- | src/maildir-updateflags.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maildir-updateflags.cc b/src/maildir-updateflags.cc index ba18f82..40c91e2 100644 --- a/src/maildir-updateflags.cc +++ b/src/maildir-updateflags.cc @@ -90,8 +90,8 @@ void Binc::Maildir::updateFlags(void) continue; } - bincError << "failed to rename " << srcname << " to " << destname << ": " << strerror(errno) - << std::endl; + bincError << "failed to rename " << srcname << " to " << destname << ": " + << strerror(errno) << std::endl; } else { index.insert(uniquename, 0, uniquename + ":2," + flags); } |