added all scripts

This commit is contained in:
liph
2025-12-19 22:56:37 +00:00
parent 0a8de06bc3
commit 3992fb9464
12 changed files with 689 additions and 0 deletions

13
sync-mail.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Sync with server (this pushes local changes including deletions)
mbsync -a
# Re-index
notmuch new
# Auto-tag folders
notmuch tag +sent -- folder:Sent and not tag:sent
notmuch tag +draft -- folder:Drafts and not tag:draft
notmuch tag +trash -- folder:Trash and not tag:trash
notmuch tag +spam -- folder:Spam and not tag:spam