mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 139f518e8236c49d0d49aa8fd6104e21240ddda1
parent 93dfd9c2e18c63ef849b8275236497b8ba907027
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sat, 14 Apr 2018 16:06:22 -0700

Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard

Diffstat:
Mmutt-wizard.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mutt-wizard.sh b/mutt-wizard.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [[ "$(uname)" == "Darwin" ]] then @@ -257,5 +257,6 @@ $(grep ~/.offlineimaprc -e "^accounts =" | sed 's/accounts =//g') 5) inventory && for i in $userchoices; do removeAccount $i ; done;; 6) (dialog --defaultno --title "Wipe all custom neomutt/offlineIMAP settings?" --yesno "Would you like to wipe all of the mutt/offlineIMAP settings generated by the system?" 6 60 && wipe) ;; 7) clear && break ;; +*) echo "Unable to read response from dialog. Exiting." >&2; exit 2 esac done