I know this isn't necessarily a dovecot issue, but I was wondering if
anyone has the quota displaying correctly in Apple Mail?
I have it set up and working and displaying properly in thunderbird,
roundcube (webmail), and squirrelmail. But for some reason Apple's
Mail doesn't show the values or its nice thermometer bar.
Are there additional configuration options for quota not documented
on the wiki?
.tim
On Sat, 2006-09-30 at 21:16 -0700, Timothy Martin wrote:
I know this isn't necessarily a dovecot issue, but I was wondering if
anyone has the quota displaying correctly in Apple Mail?I have it set up and working and displaying properly in thunderbird,
roundcube (webmail), and squirrelmail. But for some reason Apple's
Mail doesn't show the values or its nice thermometer bar.Are there additional configuration options for quota not documented
on the wiki?
I think Apple Mail didn't like that the quota root name was empty. With Dovecot 1.0 quota code it's not possible to change it though without modifying the sources. Alternatively you could try my quota plugin rewrite which allows setting the quota root name:
http://dovecot.org/list/dovecot/2006-September/016134.html
The name can be changed with:
quota = maildir:quota_root_name_here
I'm no wiz at applying diffs and compiling my own (i'm a BSD ports
kinda guy) but when i tried that diff i couldn't compile because
there looked to be a couple of lines that should have been removed
and the Trash plugin doesn't appear to be updated to work with the
quota rewrite.
The lines that appeared as though they should be removed were in
quota-fs.c, identical lines were removed from a few other places in
this file, but two persisted and caused errors.
offending line: quota_set_error(_root->setup->quota, "Internal quota error");
Any way I could get the complete set of changes? is this change in
rc9 (which hasn't shown up in the ports yet).
.tim
On Oct 8, 2006, at 1:35pm, Timo Sirainen wrote:
On Sat, 2006-09-30 at 21:16 -0700, Timothy Martin wrote:
I know this isn't necessarily a dovecot issue, but I was wondering if anyone has the quota displaying correctly in Apple Mail?
I have it set up and working and displaying properly in thunderbird, roundcube (webmail), and squirrelmail. But for some reason Apple's Mail doesn't show the values or its nice thermometer bar.
Are there additional configuration options for quota not documented on the wiki?
I think Apple Mail didn't like that the quota root name was empty.
With Dovecot 1.0 quota code it's not possible to change it though without modifying the sources. Alternatively you could try my quota plugin rewrite which allows setting the quota root name:http://dovecot.org/list/dovecot/2006-September/016134.html
The name can be changed with:
quota = maildir:quota_root_name_here
On Sat, 2006-10-14 at 01:13 -0700, Timothy Martin wrote:
I'm no wiz at applying diffs and compiling my own (i'm a BSD ports
kinda guy) but when i tried that diff i couldn't compile because
there looked to be a couple of lines that should have been removed
and the Trash plugin doesn't appear to be updated to work with the
quota rewrite.
Yea, trash plugin won't compile. Just ignore that. Unless you need it..
The lines that appeared as though they should be removed were in
quota-fs.c, identical lines were removed from a few other places in
this file, but two persisted and caused errors.offending line: quota_set_error(_root->setup->quota, "Internal quota error");
Looks like I forgot to remove these for non-Linux systems. You can just delete the line. I updated the patch anyway.
Any way I could get the complete set of changes? is this change in
rc9 (which hasn't shown up in the ports yet).
No. I won't add it to Dovecot v1.0 since it changes things too much.
participants (2)
-
Timo Sirainen
-
Timothy Martin