summaryrefslogtreecommitdiff
path: root/mutt-wizard.sh
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-02-02 07:42:36 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-02-02 07:42:36 -0500
commit4bfe1c634c1be6a240a21a356a1d1cd924ec0fad (patch)
treeca2779518ad10bb5f2f2d1a649cae76bb5d9e7b3 /mutt-wizard.sh
parent799101b092d950869e18203b3737c650cd979689 (diff)
junk binding added
Diffstat (limited to 'mutt-wizard.sh')
-rwxr-xr-xmutt-wizard.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh
index 72b1cd9..95ad232 100755
--- a/mutt-wizard.sh
+++ b/mutt-wizard.sh
@@ -86,6 +86,7 @@ detectMailboxes() { \
grep -i /tmp/$1_boxes -e draft | sed 1q | formatShortcut d drafts $1
grep -i /tmp/$1_boxes -e trash | sed 1q | formatShortcut t trash $1
grep -i /tmp/$1_boxes -e spam | sed 1q | formatShortcut S spam $1
+ grep -i /tmp/$1_boxes -e junk | sed 1q | formatShortcut j junk $1
grep -i /tmp/$1_boxes -e archive | sed 1q | formatShortcut a archive $1
spoolfile=$(grep -i /tmp/$1_boxes -e inbox | sed -e 's/=/+/g' | sed 1q)
record=$(grep -i /tmp/$1_boxes -e sent | sed -e 's/=/+/g' | sed 1q)