This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
mutt-wizard
mirror of
https://github.com/LukeSmithxyz/mutt-wizard.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
fix: reorder action
pull/958/head
Jonas Dujava
1 year ago
parent
07e4bb14e0
commit
8d78212cad
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/mw
+ 1
- 1
bin/mw
View File
@@ -328,7 +328,7 @@ reorder() {
while getopts "rfpXlhodTYD:y:i:I:s:S:u:a:n:P:x:m:t:" o; do case "${o}" in
l) setact list ;;
r) setact reorder
1
;;
r) setact reorder ;;
d) setact delete ;;
D)
setact delete
Write
Preview
Loading…
Cancel
Save