mirror of
https://github.com/neomutt/samples.git
synced 2025-08-11 17:03:33 +02:00
neomuttrc for demo
This commit is contained in:
27
neomuttdemo/config/neomuttrc
Normal file
27
neomuttdemo/config/neomuttrc
Normal 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
|
||||||
|
|
Reference in New Issue
Block a user