summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0d80753181c1acbbaa0201000b1dbb04623f45e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# notmuch-scripts

Collection of scripts for working with notmuch. Feel free to use, contribute,
share under terms of GPL2.0 only.


## notmuch-select-message-i

Fuzzy select a message id. Usecase:

```bash
git format-patch --in-reply-to=$(notmuch-sel-mid)
```


## License

GPL 2.0 only
(c) Matthias Beyer