summaryrefslogtreecommitdiff
path: root/.config/neomutt/options
blob: 46a329f699aebb3f55092c80d21ddcce91e2c84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# vi: ft=neomuttrc
set realname = "Anna"

set from="navi@vlhl.dev"

set folder = "imaps://navi@mail.vlhl.dev:993"
set smtp_url = "smtps://navi@mail.vlhl.dev:465"

set mbox_type=Maildir

set spoolfile = "+Inbox"
set record = "+Sent"
set trash = "+Trash"
set postponed = "+Drafts"

set smtp_authenticators = "login"
set smtp_pass = `pass navi@vlhl.dev`
set imap_check_subscribed
set imap_pass = `pass navi@vlhl.dev`

set header_cache = "~/.cache/neomutt"
set header_cache_backend = "lmdb"

set auto_subscribe = yes

set pgp_default_key = "navi@vlhl.dev"
set crypt_auto_sign = yes
set crypt_verify_sig = yes
set crypt_reply_sign = yes
set crypt_use_gpgme = yes

set pager_index_lines = 5
set pager_context = 3
set pager_stop = yes
set menu_scroll = yes

set use_threads = yes
set hide_thread_subject = no

set status_format = "[ %f ]%>─[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)?%?p? (%p postponed)? ]"
set status_chars = " *%A"

set index_format = "%4C %Z %{%b %d} %-15.15F (%?l?%4l&%4c?) %s"

set help = no

set sidebar_visible = yes
set sidebar_width = 25
set sidebar_format = '%D%* %?N? (%N)?'
#set sidebar_folder_indent = yes
set sidebar_next_new_wrap = yes
#set sidebar_short_path = yes
#set sidebar_indent_string = " > "
set sidebar_sort_method = path

auto_view text/html text/calendar application/ics
alternative_order text/plain text/enriched text/html text/*
set fast_reply
set fcc_attach
set reply_to

set confirm_append = no
set quit = yes

set alias_file="~/.config/neomutt/alias"

set new_mail_command = "notify-send 'New mail!' 'You got new mail in %b mailboxes'"