dotfiles

My collection of dotfiles
git clone git://git.stellar-nexus.ru/dotfiles
Log | Files | Refs

muttrc (3790B)


      1 # character set on sent messages
      2 set send_charset="utf-8"
      3 # if there is no character set given on incoming messages, it is probably windows
      4 set assumed_charset="iso-8859-1"
      5   
      6 # make sure Vim knows Mutt is a mail client and that a UTF-8 encoded message will be composed
      7 set editor="vim -c 'set syntax=mail ft=mail enc=utf-8'"
      8   
      9 # just scroll one line instead of full page
     10 set menu_scroll=yes
     11   
     12 # make default search pattern to search in To, Cc and Subject
     13 set simple_search="~f %s | ~C %s | ~s %s"
     14   
     15 # threading preferences, sort by threads
     16 set sort=reverse-threads
     17 set strict_threads=yes
     18   
     19 # show spam score (from SpamAssassin only) when reading a message
     20 spam "X-Spam-Score: ([0-9\\.]+).*" "SA: %1"
     21 set pager_format = " %C - %[%H:%M] %.20v, %s%* %?H? [%H] ?"
     22   
     23 # do not show all headers, just a few
     24 ignore          *
     25 unignore        From To Cc Bcc Date Subject
     26 # and in this order
     27 unhdr_order     *
     28 hdr_order       From: To: Cc: Bcc: Date: Subject:
     29   
     30 # brighten up stuff with colors, for more coloring examples see:
     31 # http://aperiodic.net/phil/configs/mutt/colors
     32 set help=no
     33 #set status_on_top=yes
     34 color normal      white          black
     35 color hdrdefault  green          default
     36 color quoted      green          default
     37 color quoted1     yellow         default
     38 color quoted2     red            default
     39 color signature   cyan           default
     40 color indicator   black          yellow
     41 color error       brightred      default
     42 color status      brightwhite    color202
     43 color tree        brightmagenta  black
     44 color tilde       blue           default
     45 color attachment  brightyellow   default
     46 color markers     brightred      default
     47 color message     white          black
     48 color search      brightwhite    magenta
     49 color bold        brightyellow   default
     50 # if you don't like the black progress bar at the bottom of the screen,
     51 # comment out the following line
     52 #color progress    white          black
     53 
     54 #Bindings
     55 macro index,pager <left> ":exec sidebar-prev:exec sidebar-open"
     56 macro index,pager <right> ":exec sidebar-next:exec sidebar-open"
     57   
     58 # personality settings
     59 set from = "plat@stellar-nexus.ru"
     60 set realname = "Plat"
     61 set imap_pass = ""
     62 set smtp_pass = ""
     63 #alternates "larry@mail.server|larry.the.cow@mail.server"
     64 # this file must exist, and contains your signature, comment it out if
     65 # you don't want a signature to be used
     66 #set signature = ~/.signature
     67   
     68 # aliases (sort of address book)
     69 #source ~/.aliases
     70   
     71 # IMAP connection settings
     72 set mail_check=60
     73 set imap_keepalive=300
     74   
     75 # IMAP account settings
     76 set folder=imaps://plat@mail.stellar-nexus.ru/
     77 set spoolfile=imaps://plat@mail.stellar-nexus.ru/
     78 set record=imaps://plat@mail.stellar-nexus.ru/Sent
     79 set postponed=imaps://plat@mail.stellar-nexus.ru/Drafts
     80   
     81 # use headercache for IMAP (make sure this is a directory for better performance!)
     82 set header_cache=/var/tmp/.mutt
     83  
     84 # uncomment this to enable the sidebar feature
     85 set sidebar_visible = yes
     86 set sidebar_width = 0
     87 set sidebar_folder_indent = yes
     88 set sidebar_short_path = yes
     89  
     90 # make the progress updates not that expensive, this will update the bar every 300ms
     91 set read_inc = 1
     92 set time_inc = 300
     93  
     94 # only if you compiled Mutt with USE=gpgme, enable the gpgme backend
     95 #set crypt_use_gpgme = yes
     96 # you can set this to hide gpg's verification output and only rely on Mutt's status flag
     97 #set crypt_display_signature = no
     98 # enable signing of emails by default
     99 set pgp_autosign = yes
    100 set pgp_sign_as = 0xXXXXXXXX   # your gpg keyid here
    101 set pgp_replyencrypt = yes
    102  
    103 # mailboxes we want to monitor for new mail
    104 mailboxes =INBOX =Sent =Junk
    105 #mailboxes "="
    106 #mailboxes "=Lists"
    107   
    108 # mailing lists for a Gentoo user (these are regexps!)
    109 subscribe "gentoo-.*@gentoo\\.org"
    110   
    111 # SMTP mailing configuration (for sending mail)
    112 set smtp_url=smtp://plat@mail.stellar-nexus.ru/