summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-06-07 17:24:49 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-07 17:24:49 +0900
commitb853ea4a14bb49c4471233628b3e25f831f561ad (patch)
tree6e5d9b53dc8b6107820f7532a00c27cf5415a04b
parentb78a8c1ad6937d6a8490a5daa36fc80ea7bf908a (diff)
downloaddotfiles-b853ea4a14bb49c4471233628b3e25f831f561ad.tar.gz
mbsync on `mr up`, too
-rw-r--r--home-mrconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/home-mrconfig b/home-mrconfig
index f4c76cf7..f8620924 100644
--- a/home-mrconfig
+++ b/home-mrconfig
@@ -390,7 +390,8 @@ skip = ! ( mine || on spw@ma ) || win32
[.fmail]
order = 10
sync = movemail
+update = mbsync --quiet fastmail
# Don't do anything if I don't use offlineimap on this machine, or I
-# didn't run the sync command.
-skip = ! [ -d "$HOME/.fmail" ] || ! [ "$MR_ACTION" = "sync" ]
+# didn't run one of the sync or update commands.
+skip = ! [ -d "$HOME/.fmail" ] || ! ( [ "$MR_ACTION" = "sync" ] || [ "$MR_ACTION" = "update" ] )