8 lines
94 B
Text
8 lines
94 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Initial import
|
||
|
notmuch new
|
||
|
|
||
|
# Tagging
|
||
|
notmuch tag -inbox +archive folder:Archive
|