blob: ba62ab33308a44404dbebd8dd9a632f0af818d5b [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
Adrià Vilanova Martínezd55850f2025-01-25 16:23:38 +010023mailboxes +Inbox +[Gmail]/Drafts "+[Gmail]/Sent Mail"
Adrià Vilanova Martínez227df182024-12-27 20:06:39 +010024# The alternates configuration is not available in dotfiles-external either,
25# sorry.