source colors source aliases set folder = "~/.mail" # set folder = "imaps://kleinpanic93@cocaine.ninja@mail.cock.li:993" set mailcap_path = "~/.config/neomutt/mailcap" set smtp_url = "smtp://kleinpanic93@cocaine.ninja@mail.cock.li:587" set from = "kleinpanic93@cocaine.ninja" set real_name = "collin" set smtp_pass = "`pass emails/kleinpanic93@cocaine.ninja`" # set imap_pass = "`pass emails/kleinpanic93@cocaine.ninja`" set spool_file = "+INBOX" set record = "+Sent" set trash = "+Trash" set postponed = "+Drafts" mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive set sidebar_visible set sidebar_width = 16 set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" set mail_check_stats # bind index,pager \CP sidebar-prev # previous mailbox # bind index,pager \CN sidebar-next # next mailbox # bind index,pager \CO sidebar-open # open highlighted mailbox bind index,pager B sidebar-toggle-visible # switch sidebar on and off bind index,pager \Ck sidebar-prev bind index,pager \Cj sidebar-next bind index,pager \Co sidebar-open bind index,pager \Cp sidebar-prev-new bind index,pager \Cn sidebar-next-new set sort = "reverse-date" set mark_old = "no" set delete set header_cache = "~/.cache/neomutt" set message_cachedir = "~/.cache/neomutt" auto_view text/html set auto_tag # set pager = "nvim" set wait_key = "no" set fast_reply set forward_quote set forward_attachments = "yes" set include set fcc_attach set reverse_name set forward_format = "Fwd: %s" bind index,pager i noop bind index,pager g noop bind index \Cf noop bind index,pager M noop bind index,pager C noop bind index gg first-entry bind index j next-entry bind index k previous-entry bind attach view-mailcap bind attach l view-mailcap bind editor noop bind index G last-entry bind pager,attach h exit bind pager j next-line bind pager k previous-line bind pager l view-attachments bind index D delete-message bind index U undelete-message bind index L limit bind index h noop bind index l display-message bind index,query tag-entry #bind browser h goto-parent macro browser h '..' "Go to parent folder" bind index,pager H view-raw-message bind browser l select-entry bind browser gg top-page bind browser G bottom-page bind pager gg top bind pager G bottom bind index,pager,browser d half-down bind index,pager,browser u half-up bind index,pager S sync-mailbox bind index,pager R group-reply bind index \031 previous-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel bind pager \031 previous-line # Mouse wheel bind pager \005 next-line # Mouse wheel bind editor complete-query macro index,pager gi "=INBOX" "go to inbox" macro index,pager Mi ";=INBOX" "move mail to inbox" macro index,pager Ci ";=INBOX" "copy mail to inbox" macro index,pager gd "=Drafts" "go to drafts" macro index,pager Md ";=Drafts" "move mail to drafts" macro index,pager Cd ";=Drafts" "copy mail to drafts" macro index,pager gj "=Junk" "go to junk" macro index,pager Mj ";=Junk" "move mail to junk" macro index,pager Cj ";=Junk" "copy mail to junk" macro index,pager gt "=Trash" "go to trash" macro index,pager Mt ";=Trash" "move mail to trash" macro index,pager Ct ";=Trash" "copy mail to trash" macro index,pager gs "=Sent" "go to sent" macro index,pager Ms ";=Sent" "move mail to sent" macro index,pager Cs ";=Sent" "copy mail to sent" macro index,pager ga "=Archive" "go to archive" macro index,pager Ma ";=Archive" "move mail to archive" macro index,pager Ca ";=Archive" "copy mail to archive" macro index \Cr "T~UN." "mark all messages as read" macro index O "fdm fetch" "fetch mail with fdm" macro index A "all\n" "show all messages (undo limit)" # References # # https://github.com/LukeSmithxyz/mutt-wizard/blob/master/share/mutt-wizard.muttrc