neomuttrc for demo

This commit is contained in:
Stefan Kropp
2018-08-10 19:43:16 +02:00
parent c16c82e853
commit dcbf9371f4
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Neomutt configuration file - demo configuration
#
set realname = "Your name"
#==========================================================
# Mailbox setup
#==========================================================
set mbox_type = "Maildir"
set folder = "~/neomuttdemo/maildir/"
set spoolfile = "+Inbox"
set postponed = "+Drafts"
set record = "+Sent"
set trash = "+Trash"
set tmpdir = "/tmp"
#==========================================================
# Compose
#==========================================================
set editor = "vim"
set edit_headers