From ab5227448221750874268f69e5d77a88ed1cea00 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 24 May 2026 18:24:34 +0200 Subject: [PATCH] fix: remove obsolete offlineimap patch --- home/home-configuration.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 39386e9eb5260a8c086ec300ff7f3c4ad3826c09..dbda0e3da7106abbb17a5e227db8ab6623e62e4f 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -50,14 +50,9 @@ (ruther home services wayland) (ruther home services kanshi)) -(define offlineimap - (package-with-extra-patches - offlineimap3 - (list (local-file "./patches/offlineimap3.patch")))) - (define offlineimap-job #~(job '(next-minute (range 0 60 5)) - (string-append #$offlineimap "/bin/offlineimap"))) + (string-append #$offlineimap3 "/bin/offlineimap"))) (define (make-script-package name script-file dependencies) (package @@ -142,7 +137,7 @@ sway dwm - offlineimap + offlineimap3 (apply-patches msmtp (local-file "./patches/msmtp-from-utf8-encoding.patch")) (emacs-for-tty)