diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-16 22:34:28 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-16 22:34:28 +0200 |
| commit | 56d6f3c2185338c97c99a4b690ee14866af033a0 (patch) | |
| tree | dc7ef9e8889abe2eb4de4c29f14ae29112fdf390 /.config | |
| parent | 893f8e928e563b3d8bc6ddcfc16ee97c4cde2967 (diff) | |
| download | dotfiles-56d6f3c2185338c97c99a4b690ee14866af033a0.tar.gz dotfiles-56d6f3c2185338c97c99a4b690ee14866af033a0.zip | |
bin: Add 'fetch-email'
This is a glorified bash one-liner for fetching my email by syncing each
channel via GNU parallel. This speeds up a bit from the usual 'mbsync
-a', even if it's not a miracle.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 5d61993..0f39e04 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -633,7 +633,7 @@ ;; General mu4e settings. (setq message-kill-buffer-on-exit t - mu4e-get-mail-command "mbsync --all" + mu4e-get-mail-command "fetch-email" mu4e-update-interval (* 10 60) mu4e-use-fancy-chars nil gnus-treat-display-smileys nil |
