RazmjenaVjestina
MuttRc: Revision 6

set alias_file=~/.Mail/.aliases # where I keep my aliases[BR]
set alias_format="%2f %t %r"[BR]
set allow_8bit # never do Q-P encoding on legal 8-bit chars[BR]
set ascii_chars # use ASCII instead of ACS chars for threads[BR]
set attribution="On %d, %n wrote:" # how to attribute replies[BR]
set autoedit # go to the editor right away when composing[BR]
set charset="iso-8859-2" # character set for your terminal[BR]
set send_charset="us-ascii:iso-8859-1:iso-8859-2"[BR]
set noconfirmappend # don't ask me if i want to append to mailboxes[BR]
set copy=yes # always save a copy of outgoing messages[BR]
set editor="vim" # editor to use when composing messages[BR]
set hdr_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index[BR]
set hdrs # include `my_hdr' lines in outgoing messages[BR]
set help # show the help lines[BR]
set include # always include messages when replying[BR]
set indent_string="> " # how to quote replied text[BR]
set locale="hr_HR" # locale to use for printing time[BR]
set nomark_old # i don't care about whether a message is old[BR]
set check_new=yes[BR]
set mail_check=5 # how often to poll for new mail[BR]
set mbox=+mbox # where to store read messages[BR]
set mime_forward # use message/rfc822 type to forward messages[BR]
set move=yes # don't ask about moving messages, just do it[BR]
set pager_index_lines=6 # how many index lines to show in the pager[BR]
set pager_stop # don't move to the next message on next-page[BR]
set postponed=+postponed # mailbox to store postponed messages in[BR]
set print=ask-yes # ask me if I really want to print messages[BR]
set print_command=/bin/false # how to print things (I like to save trees)[BR]
set noprompt_after # ask me for a command after the external pager exits[BR]
set read_inc=25 # show progress when reading a mailbox[BR]
set record=+outbox # default location to save outgoing mail[BR]
set reply_to # always use reply-to if present[BR]
set reverse_alias # attempt to look up my names for people[BR]
set reverse_name # use my address as it appears in the message[BR]
set nosave_empty # remove files when no messages are left[BR]
set sendmail="/usr/sbin/sendmail -oi -oem" # how to deliver mail[BR]
set shell="/bin/bash" # program to use for shell escapes[BR]
set signature="~/.signature" # file which contains my signature[BR]
set sort=threads # primary sorting method[BR]
set sort_aux=reverse-date-received # how to sort subthreads[BR]
set sort_aux=last-date # date of the last message in thread[BR]
set sort_browser=reverse-date # how to sort files in the dir browser[BR]
set spoolfile='/var/spool/mail/' # where my new mail is located[BR]
set tilde # virtual lines to pad blank lines in the pager[BR]
set tmpdir=/tmp # where to store temp files[BR]
set nouse_domain # don't qualify local addresses with $domain[BR]]
set from="ime <upisete vas mail>"[BR]
set use_from # always generate the `From:' header field[BR]
set visual=vim # editor invoked by ~v in the builtin editor[BR]
set write_inc=25 # show progress while writing mailboxes[BR]
ignore * # this means "ignore all lines by default"[BR]
unignore from: subject to cc mail-followup-to \[BR]
               date x-mailer x-url # this shows how nicely wrap long lines[BR]
color hdrdefault red default[BR]
color quoted brightblue default[BR]
color signature red default[BR]
color indicator brightyellow red[BR]
color error brightred default[BR]
color status yellow blue[BR]
color tree magenta default # the thread tree in the index menu[BR]
color tilde magenta default[BR]
color message brightcyan default[BR]
color markers brightcyan default[BR]
color attachment brightmagenta default[BR]
color search default green # how to hilite search patterns in the pager[BR]

color header brightred default ^(From|Subject):[BR]
color body magenta default "(ftp|http)://^ +" # point out URLs[BR]
color body magenta default -a-z_0-9.+@-a-z_0-9.+ # e-mail addresses[BR]
color underline brightgreen default[BR]
mono quoted bold[BR]
bind generic "\e<" first-entry# emacs-like bindings for moving to top/bottom[BR]
bind generic \e> last-entry[BR]
bind generic { top-page[BR]
bind generic } bottom-page[BR]
bind generic \177 last-entry[BR]
macro index \cb |urlview\n # simulate the old browse-url function[BR]
macro index S s+spam\n[BR]
macro pager S s+spam\n[BR]
bind pager G bottom # just like vi and less[BR]
my_hdr X-Editor: VIM - Vi IMproved[BR]
my_hdr X-Operating-System: uname -a[BR]
unhdr_order * # forget the previous settings[BR]
hdr_order date from subject to cc[BR]
auto_view application/x-gunzip[BR]
auto_view application/x-gzip[BR]
auto_view text/html[BR]
source ~/.Mail/.aliases # config commands local to this site[BR]
set pop_host="mail.cmu.carnet.hr"[BR]
set pop_user="vas username"[BR]
set pop_pass="vas password"[BR]