dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

octotech (2443B)


      1 # ░█▄█░█░█░▀█▀░▀█▀░░
      2 # ░█░█░█░█░░█░░░█░░░
      3 # ░▀░▀░▀▀▀░░▀░░░▀░░░
      4 
      5 # set password
      6 set my_pass = "`pass email/octotech/passwd`"
      7 set my_smtp_url = "`pass email/octotech/smtp_url`"
      8 
      9 # imap
     10 unset imap_passive
     11 set imap_keepalive = 300
     12 
     13 # smtp
     14 set smtp_url = $my_smtp_url
     15 set smtp_authenticators=”login”
     16 set smtp_pass = $my_pass
     17 
     18 # user details
     19 set from = "dudley@octo.tech"
     20 set realname = "Dudley Burrows"
     21 
     22 # mailbox
     23 set header_cache = "~/.mutt/cache/headers"
     24 set message_cachedir = "~/.mutt/cache/"
     25 set certificate_file = "~/.mutt/certificates"
     26 set mbox_type = Maildir
     27 set folder = "~/lib/doc/email/octotech"
     28 set spoolfile = +INBOX
     29 set record  = "~/.mutt/sent"
     30 mailboxes = =INBOX
     31 set mail_check = 120
     32 
     33 # colours
     34 color normal default default
     35 color indicator cyan black
     36 color tree default default
     37 color status white black
     38 
     39 # pgp
     40 source "~/.mutt/gpg.rc"
     41 set pgp_autosign = no
     42 set pgp_use_gpg_agent = yes
     43 
     44 # compose
     45 set editor = vim
     46 set askcc = yes
     47 set askbcc = yes
     48 set autoedit = yes
     49 set edit_headers = yes
     50 set text_flowed
     51 
     52 # display
     53 set index_format = "%4C %Z %-30.30L %M %s"
     54 folder-hook . "push <collapse-all>\n"
     55 bind index - collapse-thread
     56 set sort=reverse-threads
     57 set sort_aux=date-received
     58 unset markers
     59 
     60 # handling for multi-part and html messages
     61 auto_view text/html
     62 alternative_order text/plain text/html
     63 
     64 # sidebar
     65 set sidebar_visible = no
     66 set sidebar_folder_indent = yes
     67 set sidebar_indent_string = ".."
     68 set sidebar_short_path = yes
     69 bind index,pager B sidebar-toggle-visible
     70 
     71 # move the highlight to the previous mailbox
     72 bind index,pager \Cp sidebar-prev
     73 
     74 # move the highlight to the next mailbox
     75 bind index,pager \Cn sidebar-next
     76 
     77 # open the highlighted mailbox
     78 bind index,pager \Co sidebar-open
     79 
     80 # move the highlight to the previous page
     81 # this is useful if you have a LOT of mailboxes.
     82 bind index,pager <F3> sidebar-page-up
     83 
     84 # move the highlight to the next page
     85 # this is useful if you have a LOT of mailboxes.
     86 bind index,pager <F4> sidebar-page-down
     87 
     88 # move the highlight to the previous mailbox containing new, or flagged,
     89 # mail.
     90 bind index,pager <F5> sidebar-prev-new
     91 
     92 # move the highlight to the next mailbox containing new, or flagged, mail.
     93 bind index,pager <F6> sidebar-next-new
     94 
     95 # toggle the visibility of the sidebar.
     96 bind index,pager B sidebar-toggle-visible
     97 
     98 # macros
     99 macro attach W "<save-entry><bol>~/tmp/<eol>"