From ad800aaa6efa59465261c310fcfde01de07d0209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rmet=20Yiltiz?= Date: Fri, 23 Oct 2020 02:55:47 -0400 Subject: [PATCH] read local mail by default New users need to be able to read the starter email sent to the local mail box. Alpine seems to be a bit tricky to configure to read the local mail without installing add-ons [1]. We can open mutt by default but in the email maybe mention alpine as another choice. [1] https://unix.stackexchange.com/questions/34954/how-do-i-set-up-alpine-to-read-local-unix-generated-mail --- .byobu/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.byobu/.tmux.conf b/.byobu/.tmux.conf index 8f916cc..61263e3 100644 --- a/.byobu/.tmux.conf +++ b/.byobu/.tmux.conf @@ -1,5 +1,5 @@ new -s tilde -n chat 'weechat-curses'; -neww -n mail 'alpine'; +neww -n mail 'mutt'; # ultimately revert back to alpine once alpine is configured to read local mail, not through IMAP neww -n shell; send-keys -t ":2" byobu-info Enter;