Thomas Falkenberg
Thomas Falkenberg
Due to the miserable state of support for ruby > 1.8.5 on most linux distros (redhat, centos in our case) I would appreciate a JRuby packaging so gdash can be...
This speeds up the mail processing. See also https://github.com/paperless-ngx/paperless-ngx/discussions/5230 ## Proposed change After adding bulk=True (as documented [here](https://github.com/ikvk/imap_tools/blob/3b8dd1376f1932c322c571b66f2cc4ed9c8234ee/imap_tools/mailbox.py#L152-L153) for reference) to the call to the fetch-method [here](https://github.com/paperless-ngx/paperless-ngx/blob/dev/src/paperless_mail/mail.py#L568), the mail processing...
Not sure if this is currently possible due to the double quotes required by exclude. Is there a way to escape quotes from the :data definition? From the graphte doc:...
if target[:alias_by_node] graphite_target = "aliasByNode(#{graphite_target},#{target[:alias_by_node]})" elsif target[:alias_sub_search] graphite_target = "aliasSub(#{graphite_target},\"#{target[:alias_sub_search]}\",\"#{target[:alias_sub_replace]}\")" Is there a reason for this being if/elsif? In graphite you can use the two in combination.