We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5f59b commit 7c1cfa4Copy full SHA for 7c1cfa4
.bashrc
@@ -251,7 +251,7 @@ getcert() {(
251
)}
252
253
k9rm() {(
254
- for dir in $(find /home/android/Maildir/ -name cur -o -name new -o -name tmp | grep -vw Drafts)
+ for dir in $(find /home/android/Maildir/ -name cur -o -name new -o -name tmp | grep -vw -e Drafts -e .Notes)
255
do
256
for file in $dir/*
257
do rm -fv $file
.bashrc.alcatraz
@@ -1 +1,3 @@
1
export MAIL=/home/mct/mail/inbox
2
+
3
+export PATH=$PATH:/home/mct/private-junkdrawer/bin
0 commit comments