Jan Fabian Radon
Jan Fabian Radon
``` // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Copyright (c) 2017-2018 Tallence AG and the authors * * This is free software; you...
``` // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Copyright (c) 2017-2018 Tallence AG and the authors * * This is free software; you...
``` // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Copyright (c) 2017-2018 Tallence AG and the authors * * This is free software; you...
``` // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Copyright (c) 2017-2018 Tallence AG and the authors * * This is free software; you...
``` // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Copyright (c) 2017-2018 Tallence AG and the authors * * This is free software; you...
rbox-save.cpp: In function 'void init_output_stream(mail_save_context*)': rbox-save.cpp:195:116: warning: invalid conversion from 'const librmb::RadosStorage*' to 'librmb::RadosStorage*' [-fpermissive] o_stream_create_bufferlist(r_ctx->rados_mail, &r_ctx->rados_storage, rbox->storage->config->is_write_chunks()); ^ In file included from rbox-save.cpp:43:0: ostream-bufferlist.h:23:17: warning: initializing argument 2 of...
During imaptests, in our "test production" cluster we observed several mail objects which where no longer referenced in the mailbox index file. A reason for this may be, that we...
analyse if this may be problematic, because dovecot index management uses stat quite frequently. ls/stat on files being extended If another client is currently extending files in the listed directory,...
Currently the mailbox delete process follows the delete process implemented by mdbox. This involves deleting mailbox by mailbox in a sequencial way. When deleting thousands of mailboxes at the same...