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
Fixed indention
pull/942/head
kkoyung
1 year ago
parent
221ef0c4c1
commit
2b9770ee52
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
@@ -397,7 +397,7 @@ while getopts "rfpXlhodTYD:y:i:I:s:S:u:a:n:P:x:m:t:c:" o; do case "${o}" in
c)
setact add
sslcert="$OPTARG"
curlarg="$curlarg -k"
curlarg="$curlarg -k"
;;
X)
setact delete
Write
Preview
Loading…
Cancel
Save