aboutsummaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorTimo Wilken2022-12-11 17:19:16 +0100
committerTimo Wilken2022-12-11 17:19:16 +0100
commitd497cdb3431d6e8e440c4c11e36f3375299aab41 (patch)
tree32d7bbaa2d4c9919b2e1555887962a2d840cb82f /home-configuration.scm
parentb21f47d6df067791c3bd160bad87d4093745d565 (diff)
Enable XOAUTH2 authentication for ExOL accounts
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 4638f0cf..1fdad1e0 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -461,6 +461,10 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(simple-service
'terminal-files home-files-service-type
`((".mailcap" ,(local-file "mailcap"))
+ ;; The file from git main is newer than the one bundled with the
+ ;; packaged neomutt version and contains a few fixes.
+ (".local/bin/mutt_oauth2.py"
+ ,(local-file "neomutt/contrib/oauth2/mutt_oauth2.py" #:recursive? #t))
;; GnuPG config files must be in ~/.local/share/gnupg, not ~/.config,
;; so we can't use `home-xdg-configuration-files-service-type'.
(".local/share/gnupg/gpg.conf" ,(local-file "gpg.conf"))