summaryrefslogtreecommitdiff
path: root/bin/movemymail
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-03 12:36:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-03 12:36:07 -0700
commit1a20f687df5a5a194a182ca1b1ee4ef148beaba3 (patch)
treeeb48b9570216516a7ed9aecc7259613a99f74690 /bin/movemymail
parentb68ee268a341a9418fa2a9d5fd2b0f56e47b6d2c (diff)
downloaddotfiles-1a20f687df5a5a194a182ca1b1ee4ef148beaba3.tar.gz
add an autoci command for ~/lib/nmbugs-spw
Unconditional `nmbug commit` might wipe out git when notmuch db contains no spw:: tags.
Diffstat (limited to 'bin/movemymail')
-rwxr-xr-xbin/movemymail2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/movemymail b/bin/movemymail
index ef13cb4a..1b92e820 100755
--- a/bin/movemymail
+++ b/bin/movemymail
@@ -9,7 +9,7 @@ fi
# if using notmuch on this machine, sync its database to maildir & git
if [ -f "$HOME/.fmail/.notmuch/xapian/iamglass" ]; then
- nmbug-spw commit
+ mr -d "$HOME/lib/nmbug-spw" autoci
# ensure all drafts are in the drafts folder
floating_drafts=$(notmuch search --output=files -- tag:draft and not folder:drafts and not tag:deleted)