init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
9
maildirnotmuchdump
Executable file
9
maildirnotmuchdump
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
file=.notmuch/dump.xz
|
||||
|
||||
cd ~/Maildir
|
||||
notmuch dump | xz > "$file"
|
||||
git commit -m "Update notmuch dump" "$file"
|
||||
Loading…
Add table
Add a link
Reference in a new issue