Pārlūkot izejas kodu

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

tags/v3.1
Luke Smith pirms 6 gadiem
vecāks
revīzija
139f518e82
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      mutt-wizard.sh

+ 2
- 1
mutt-wizard.sh Parādīt failu

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash


if [[ "$(uname)" == "Darwin" ]] if [[ "$(uname)" == "Darwin" ]]
then then
@@ -257,5 +257,6 @@ $(grep ~/.offlineimaprc -e "^accounts =" | sed 's/accounts =//g')
5) inventory && for i in $userchoices; do removeAccount $i ; done;; 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) ;; 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 ;; 7) clear && break ;;
*) echo "Unable to read response from dialog. Exiting." >&2; exit 2
esac esac
done done

Notiek ielāde…
Atcelt
Saglabāt