mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-01 15:40:27 +00:00
60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
# Setting up a Maildir account
|
|
#[accounts.account-name]
|
|
#root_folder = "/path/to/root/folder"
|
|
#format = "Maildir"
|
|
#index_style = "Compact" # [plain, threaded, compact]
|
|
#identity="Name <email@address.tld>"
|
|
#display_name = "Name"
|
|
|
|
# Set folder-specific settings
|
|
# [accounts.account-name.folders]
|
|
# "INBOX" = { rename="Inbox" }
|
|
# "drafts" = { rename="Drafts" }
|
|
# "foobar-devel" = { ignore = true } # don't show notifications for this folder
|
|
|
|
# Setting up an mbox account
|
|
#[accounts.mbox]
|
|
#root_folder = "/var/mail/username"
|
|
#format = "mbox"
|
|
#index_style = "Compact"
|
|
#identity="username@hostname.local"
|
|
|
|
#[pager]
|
|
#filter = "/usr/bin/pygmentize"
|
|
#pager_context = 0 # default, optional
|
|
#headers_sticky = true # default, optional
|
|
|
|
#[notifications]
|
|
#enable = true # default, optional
|
|
#script = "notify-send"
|
|
#xbiff_file_path = PATH # for use with xbiff(1)
|
|
#play_sound = true # default, optional
|
|
#sound_file = PATH # optional
|
|
|
|
#[shortcuts]
|
|
# Compact mail listing defaults:
|
|
#open_thread = '\n'
|
|
#exit_thread = 'i'
|
|
#create_contact = 'c'
|
|
#edit_contact = 'e'
|
|
|
|
# Mail listing defaults
|
|
#prev_page = PageUp,
|
|
#next_page = PageDown,
|
|
#prev_folder = 'K',
|
|
#next_folder = 'J',
|
|
#prev_account = 'l',
|
|
#next_account = 'h',
|
|
#new_mail = 'm',
|
|
|
|
# Pager defaults
|
|
|
|
#scroll_up = 'k',
|
|
#scroll_down = 'j',
|
|
#page_up = PageUp,
|
|
#page_down = PageDown,
|
|
|
|
#[mailer]
|
|
# required for sending e-mail
|
|
#mailer_cmd = 'msmtp --read-recipients --read-envelope-from'
|