Displaying 3 results from an estimated 3 matches for "maildir_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
2006 Jan 27
1
gcc 2.95 compile errors
...ansaction.c:711: warning: unused parameter `offset'
mail-index-transaction.c:712: warning: unused parameter `data'
mail-index-transaction.c:712: warning: unused parameter `size'
maildir-storage.c:891: warning: missing initializer
maildir-storage.c:891: warning: (near initialization for
`maildir_storage.pool')
maildir-storage.c:926: warning: missing initializer
maildir-storage.c:926: warning: (near initialization for
`maildir_mailbox.pool')
mbox-sync.c: In function `mbox_sync_seek_to_uid':
mbox-sync.c:921: warning: assignment from incompatible pointer type
mbox-sync.c: In function `mbo...
2010 Apr 03
2
Forcing NOSELECT for a Maildir folder?
...electable. When I select it and list the contents, I get the contents
of INBOX. I have no clue why that happens. :-/
For the public namespace, everything works as expected, so I'm lost.
Basically: I want "Local Folders" to be like "Public Folders" and have
\NOSELECT.
In maildir_storage.c I can find places where a MAILBOX_NOSELECT flag is
set, but from what I understand that's only done if the path is not a
directory or if the permissions are insufficient.
Random taking away of permissions on folders didn't yield the result I
wanted. Either it resulted in no change, or...