diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 09:35:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 09:35:29 -0300 |
commit | 20d31f29d03c7d0a5f6564b289afdd919c18d7d4 (patch) | |
tree | 9d9f4e85f1e0c809c94375e3b052533e7e6cb98a /src/xyz/euandreh | |
parent | queue.scm: Add "mail-in-home?" option for dovecot and postfix services (diff) | |
download | package-repository-20d31f29d03c7d0a5f6564b289afdd919c18d7d4.tar.gz package-repository-20d31f29d03c7d0a5f6564b289afdd919c18d7d4.tar.xz |
queue.scm: Remove wrong quote closing in dovecot config
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 1470ae7..4584095 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -1220,7 +1220,7 @@ state_dir = ~a verbose_proctitle = yes -mail_location = maildir:~a:INBOX=~a/Inbox:LAYOUT=fs" +mail_location = maildir:~a:INBOX=~a/Inbox:LAYOUT=fs # FIXME: # mail_plugins |