blob: ae4c91c332f3244f6726d59db7d77550407f5e78 [file] [log] [blame]
Adrià Vilanova Martínez227df182024-12-27 20:06:39 +01001set mbox_type = "Maildir"
2set folder = "~/.mail/gmail"
3set spoolfile = "+Inbox"
4set header_cache = "~/.cache/mutt/header_cache"
5set postponed = "+[Gmail]/Drafts"
6
7# The SMTP configuration is not available in dotfiles-external, only in the
8# private dotfiles repo.
9# If you want to know how I set this up, please don't hesitate to ask me
10# personally! :)
11
12bind index,pager B sidebar-toggle-visible
13set sidebar_divider_char = '│'
14set sidebar_format = '%B %<N?(%N)>%* %S'
15bind index,pager \Cp sidebar-prev
16bind index,pager \Cn sidebar-next
17bind index,pager \Co sidebar-open
18
19set sort = "threads"
20# Always quote the message when replying
21set include = "yes"
22
23mailboxes +Inbox +[Gmail]/Drafts
24# The alternates configuration is not available in dotfiles-external either,
25# sorry.