From 2a04c7f786998410b0afba88094d70ba0ec8bd22 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 5 Mar 2021 15:58:12 +0100 Subject: mutt: configureted for 2+ mails --- mutt/.neomutt/first.email | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mutt/.neomutt/first.email (limited to 'mutt/.neomutt') diff --git a/mutt/.neomutt/first.email b/mutt/.neomutt/first.email new file mode 100644 index 0000000..c394da9 --- /dev/null +++ b/mutt/.neomutt/first.email @@ -0,0 +1,26 @@ +set realname = "Santo Cariotti" +set from = "" +set use_from = yes +set envelope_from = yes + +set smtp_url = "smtp://@:/" +set smtp_pass = "" + +set imap_user = "" +set imap_pass = "" + +set folder = "~/.mail/" + +set ssl_force_tls = yes +set sendmail = "msmtp -a " +set mbox_type = Maildir +set spoolfile = +INBOX +set record = +Sent +set postponed = +Drafts +set trash = +Trash +mailboxes =INBOX =Sent =Drafts =Trash + +# synchronization settings ['S' to sync] +macro index S "mbsync -V " "sync email" + +color indicator black color214 -- cgit v1.2.3-18-g5258