We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c17c94 commit 3c0f52cCopy full SHA for 3c0f52c
mu/.local/bin/learncategories
@@ -7,5 +7,5 @@ for category in $categories; do
7
echo -n "Learning: $category \t"
8
mu find --format=links --clearlinks --linksdir=~/tmp/mudump tag:${category}-corpus
9
echo "($(messages -s ~/tmp/mudump) samples)"
10
- find -L ~/tmp/mudump -type f | grep -v noindex | while read f; do formail <$f; done | dbacl -h 16 -T email -l ${category}-mail
+ find -L ~/tmp/mudump -type f | grep -v noindex | while read f; do formail <$f; done | dbacl -h 17 -T email -l ${category}-mail
11
done
0 commit comments