This commit is contained in:
parent
729fea169e
commit
658b7afddd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ in
|
||||||
# index new email as they arrive
|
# index new email as they arrive
|
||||||
autoIndex = true;
|
autoIndex = true;
|
||||||
# this only applies to plain text attachments, binary attachments are never indexed
|
# this only applies to plain text attachments, binary attachments are never indexed
|
||||||
indexAttachments = true;
|
# indexAttachments = true;
|
||||||
enforced = "body";
|
enforced = "body";
|
||||||
memoryLimit = 2000;
|
memoryLimit = 2000;
|
||||||
autoIndexExclude = [ "\\Junk" ];
|
autoIndexExclude = [ "\\Junk" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue