aboutsummaryrefslogtreecommitdiff
path: root/po/packages/da.po
blob: 78c70798122288f2f87e7561bc3828b6937c056f (about) (plain)
blob size (753KB) exceeds display size limit (100KB).
getmail.scm (getmail-options-configuration): Ditto. Florian Pelz 2019-05-31services: Add getmail....Getmail is a mail retriever written in Python, this commit adds a service-type to run getmail. I'm looking at this, as it's a convinient way of getting mailing list messages in to Patchwork. I initially tried putting this in the (gnu services mail) module, but due to also trying to use the define-configuration pattern, it conflicted with the dovecot service. * gnu/services/getmail.scm: New file. * gnu/local.mk: Add it. * gnu/tests/mail.scm (%getmail-os, %test-getmail): New variables. (run-getmail-test): New procedure. Christopher Baines