index — dots-the-third @ d02f408c9a1c287c49d38ebefdf0357e10cccffa

I don't need nix, I have a way worse solution!

neomutt/.config/neomutt/neomuttrc (view raw)

 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
# user settings
set from = crispy@crispy-caesus.eu
set real_name = "crispy-caesus"

# preferences
set use_threads = yes
set pager_index_lines = 6   # show this many lines of the Index when
                            # reading email

set pager_context = 3       # lines of context between pages
set pager_stop = yes        # don't scroll off the end of one message onto
                            # the next

unset markers               # don't show + for wrapped lines in the pager
set mark_old = no

set sort = "reverse-date-received"
set sort_aux = "reverse-last-date-received"

#theme
source  /usr/share/neomutt/colorschemes/vombatidae.neomuttrc

# sending
set edit_headers = yes
set include = yes

# mbox
set spool_file = ~/mail/spool/crispy@crispy-caesus.eu/INBOX

set mbox = ~/mail
set mbox_type = "maildir"

set move = ask-yes

set folder = ~/mail
set record = +sent
set trash = +trash
set postponed = +drafts

mailboxes -label spool -notify -poll ! \
          -label people -nonotify -poll +people \
          -label purchases -nonotify -poll +purchases \
          -label sent -nonotify -poll +sent

set mail_check = 120
set timeout = 30
set mail_check_stats      = yes
set mail_check_stats_interval = 120
set imap_idle = yes

set new_mail_command = "notify-send \
  --app-name=neomutt \
  --icon'~/.config/neomutt/neomutt.png' \
  'New Email in %D' &"

# sending
set smtp_url = smtps://crispy@crispy-caesus.eu@smtp.purelymail.com
set smtp_pass="`gpg --quiet --for-your-eyes-only --no-tty --decrypt \
                ~/.config/neomutt/login.gpg`"