From c460c117781a972bb43586a3cdca4a25a0e072fd Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 5 May 2016 18:48:21 -0700 Subject: [PATCH] replace mutt-sidebar with neomutt Existing users should uninstall mutt-sidebar. Be aware that the sidebar config is slightly different in neomutt http://www.neomutt.org/feature/sidebar/ --- roles/mail/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mail/tasks/main.yml b/roles/mail/tasks/main.yml index a7b2aa7..75d5d77 100644 --- a/roles/mail/tasks/main.yml +++ b/roles/mail/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: Install mutt - aur: name=mutt-sidebar user={{ user.name }} + aur: name=neomutt user={{ user.name }} tags: - aur