summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-31 17:30:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-31 17:30:42 -0700
commit7f908ec300919384df402d3d147741eec3843064 (patch)
tree73fd531565f9f81192bbb9a7f319accd1f150437 /.emacs.d
parentb36f2cb9932874fa3fbf5cc308ea94dfef3060a2 (diff)
downloaddotfiles-7f908ec300919384df402d3d147741eec3843064.tar.gz
spw/gnus: ensure movemymail script is on PATH on athena
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index af259b00..7dd9e3d6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3177,7 +3177,7 @@ mutt's review view, after exiting EDITOR."
(unless (gnus-alive-p) (gnus))
(unless (spw/on-host-p "athena.silentflame.com")
(with-temp-message "Fetching from all accounts on athena ..."
- (call-process "ssh" nil nil nil "athena" "movemymail")))
+ (call-process "ssh" nil nil nil "athena" "sh" "-lc" "movemymail")))
(with-temp-message "Fetching & indexing mail locally ..."
(call-process "notmuch" nil nil nil "new"))
(let* ((group (cl-case (prefix-numeric-value current-prefix-arg)