clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add neomd config

sspaeti 9fc49d3c 11f4b82e

+41
+41
neomd/.config/neomd/config.toml
··· 1 + [[accounts]] 2 + name = "Personal" 3 + imap = "imap.mail.hostpoint.ch:993" 4 + smtp = "asmtp.mail.hostpoint.ch:587" 5 + user = "simu@sspaeti.com" 6 + password = "$IMAP_PASS_SIMU" 7 + from = "Simon Späti <simu@sspaeti.com>" 8 + starttls = false 9 + 10 + [[accounts]] 11 + name = "Work" 12 + imap = "imap.mail.hostpoint.ch:993" 13 + smtp = "asmtp.mail.hostpoint.ch:587" 14 + user = "simon@sspaeti.com" 15 + password = "$IMAP_PASS_SIMON" 16 + from = "Simon Späti <simon@ssp.sh>" 17 + starttls = false 18 + 19 + [screener] 20 + screened_in = "/home/sspaeti/.dotfiles/mutt/.lists/screened_in.txt" 21 + screened_out = "/home/sspaeti/.dotfiles/mutt/.lists/screened_out.txt" 22 + feed = "/home/sspaeti/.dotfiles/mutt/.lists/feed.txt" 23 + papertrail = "/home/sspaeti/.dotfiles/mutt/.lists/papertrail.txt" 24 + 25 + [folders] 26 + inbox = "INBOX" 27 + sent = "Sent" 28 + trash = "Trash" 29 + drafts = "Drafts" 30 + to_screen = "ToScreen" 31 + feed = "Feed" 32 + papertrail = "PaperTrail" 33 + screened_out = "ScreenedOut" 34 + archive = "Archive" 35 + waiting = "Waiting" 36 + scheduled = "Scheduled" 37 + someday = "Someday" 38 + 39 + [ui] 40 + theme = "dark" 41 + inbox_count = 200