Displaying 4 results from an estimated 4 matches for "mbox_storage".
2006 Feb 18
2
"undefined reference to `yes_storage'"
Well after the 'issues' with Compaq C, I decided to attempt compile using
GCC-3.4.3... To put it short, that didn't fair well either. Will L G.
Redhat 7.2 [Alpha]
GCC 3.4.3
Binutils-2.16.x
Kernel-2.6.13.4
ccache gcc-3.4.3 -std=gnu99 -g -O5 -finline -fstrict-aliasing
-fomit-frame-pointer -mieee -w -mtune=ev56 -mmax -pipe -D_BSD_SOURCE
-Wl,-lots -Wl,-lcpml -Wall -W
2014 Jun 02
0
Dovecot 2.1.13: some questions about the mail-filter plugin
...il_save_begin;
it seems that a backend with MAIL_STORAGE_CLASS_FLAG_OPEN_STREAMS unset and MAIL_STORAGE_CLASS_FLAG_BINARY_DATA set is expected by the plugin.
Technically, this would thus exclude the mbox backend, since its flag configuration seems to be exactly the opposite:
struct mail_storage mbox_storage = {
.name = MBOX_STORAGE_NAME,
.class_flags = MAIL_STORAGE_CLASS_FLAG_MAILBOX_IS_FILE |
MAIL_STORAGE_CLASS_FLAG_OPEN_STREAMS |
MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_GUIDS,
[...]
Is this a correct interpretation?
If yes, what is the rationale?
I couldn't find any info related to such a...
2006 Jan 27
1
gcc 2.95 compile errors
...:
mbox-sync.c:1418: warning: assignment from incompatible pointer type
mbox-sync.c: In function `mbox_sync_has_changed':
mbox-sync.c:1496: warning: assignment from incompatible pointer type
mbox-storage.c:1045: warning: missing initializer
mbox-storage.c:1045: warning: (near initialization for `mbox_storage.pool')
mbox-storage.c:1080: warning: missing initializer
mbox-storage.c:1080: warning: (near initialization for `mbox_mailbox.pool')
dbox-storage.c:630: warning: missing initializer
dbox-storage.c:630: warning: (near initialization for `dbox_storage.pool')
dbox-storage.c:665: warning: m...
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
...= <value optimized out>
destination = 0x80cb030 "ska"
user = 0x80cb030 "ska"
mail_env = <value optimized out>
flags = 1025
lock_method = MAIL_STORAGE_LOCK_FCNTL
storage = (struct mail_storage *) 0x80d0a20
mbox_storage = (struct mail_storage *) 0x80d2d48
box = (struct mailbox *) 0x80dcc88
input = (struct istream *) 0x80d4044
t = (struct mailbox_transaction_context *) 0x80de2a0
mail = (struct mail *) 0x80e03c8
process_euid = 30000
i = 63
ret = <valu...