dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

muttrc (1961B)


      1 set alias_file = ~/address/mutt
      2 source ~/address/mutt
      3 
      4 set realname = "Matsuda Kenji"
      5 
      6 # default to sakura
      7 source "~/.config/mutt/conf.d/sakura"
      8 #source "~/.config/mutt/conf.d/sakura2"
      9 
     10 #folder-hook 'imaps://contact2655@matsudakenji.xyz@mail.matsudakenji.xyz' 'source ~/.config/mutt/conf.d/sakura'
     11 #folder-hook 'imaps://2655@mtkn.jp@mail.mtkn.jp' 'source ~/.config/mutt/conf.d/sakura2'
     12 
     13 # macros to switch account
     14 #macro index ,1 "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura<enter><sync-mailbox><change-folder>!<enter>"
     15 #macro index ,2 "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura2<enter><sync-mailbox><change-folder>!<enter>"
     16 
     17 # security
     18 set ssl_starttls = yes
     19 set ssl_force_tls = yes
     20 
     21 # basic
     22 set editor = "nvi"
     23 set charset = "utf-8"
     24 set certificate_file = "~/.config/mutt/certificates"
     25 set mailcap_path = "~/.config/mutt/mailcap" 
     26 auto_view text/plain
     27 #set implicit_autoview = "yes"
     28 set pager = less
     29 unset prompt_after
     30 set sort = reverse-date
     31 bind index <Esc>r group-chat-reply
     32 set message_cachedir = "~/.cache/mutt"
     33 
     34 #sidebar
     35 #set sidebar_visible
     36 set sidebar_format = "%D%?F? [%F]?%* %?N?%N/?%S"
     37 #set sidebar_width = 15
     38 set sidebar_divider_char = '|'
     39 bind index \CP sidebar-prev
     40 bind index \CN sidebar-next
     41 bind index \CO sidebar-open
     42 
     43 # pager
     44 ignore *
     45 unignore from date subject to cc
     46 unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
     47 unignore posted-to:
     48 
     49 # Vim like binds
     50 bind attach,index,pager \CD half-down
     51 bind attach,index,pager \CU half-up
     52 bind attach,index g first-entry
     53 bind attach,index G last-entry
     54 bind editor <Esc>A eol
     55 bind editor <Esc>I bol
     56 bind pager j next-line
     57 bind pager k previous-line
     58 bind pager g top
     59 bind pager G bottom
     60 bind pager \Cn next-entry
     61 bind pager \Cp previous-entry
     62 
     63 # colors
     64 color status color15 color0
     65 color index default default .
     66 color sidebar_highlight color15 color0
     67 color indicator underline color15 color0