RazmjenaVjestina
MuttRc: Revision 7

set alias_file=~/.Mail/.aliases # where I keep my aliases

set alias_format="%2f %t %r"

set allow_8bit # never do Q-P encoding on legal 8-bit chars

set ascii_chars # use ASCII instead of ACS chars for threads

set attribution="On %d, %n wrote:" # how to attribute replies

set autoedit # go to the editor right away when composing

set charset="iso-8859-2" # character set for your terminal

set send_charset="us-ascii:iso-8859-1:iso-8859-2"

set noconfirmappend # don't ask me if i want to append to mailboxes

set copy=yes # always save a copy of outgoing messages

set editor="vim" # editor to use when composing messages

set hdr_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index

set hdrs # include `my_hdr' lines in outgoing messages

set help # show the help lines

set include # always include messages when replying

set indent_string="> " # how to quote replied text

set locale="hr_HR" # locale to use for printing time

set nomark_old # i don't care about whether a message is old

set check_new=yes

set mail_check=5 # how often to poll for new mail

set mbox=+mbox # where to store read messages

set mime_forward # use message/rfc822 type to forward messages

set move=yes # don't ask about moving messages, just do it

set pager_index_lines=6 # how many index lines to show in the pager

set pager_stop # don't move to the next message on next-page

set postponed=+postponed # mailbox to store postponed messages in

set print=ask-yes # ask me if I really want to print messages

set print_command=/bin/false # how to print things (I like to save trees)

set noprompt_after # ask me for a command after the external pager exits

set read_inc=25 # show progress when reading a mailbox

set record=+outbox # default location to save outgoing mail

set reply_to # always use reply-to if present

set reverse_alias # attempt to look up my names for people

set reverse_name # use my address as it appears in the message

set nosave_empty # remove files when no messages are left

set sendmail="/usr/sbin/sendmail -oi -oem" # how to deliver mail

set shell="/bin/bash" # program to use for shell escapes

set signature="~/.signature" # file which contains my signature

set sort=threads # primary sorting method

set sort_aux=reverse-date-received # how to sort subthreads

set sort_aux=last-date # date of the last message in thread

set sort_browser=reverse-date # how to sort files in the dir browser

set spoolfile='/var/spool/mail/' # where my new mail is located

set tilde # virtual lines to pad blank lines in the pager

set tmpdir=/tmp # where to store temp files

set nouse_domain # don't qualify local addresses with $domain[BR]]
set from="ime <upisete vas mail>"

set use_from # always generate the `From:' header field

set visual=vim # editor invoked by ~v in the builtin editor

set write_inc=25 # show progress while writing mailboxes

ignore * # this means "ignore all lines by default"

unignore from: subject to cc mail-followup-to \

               date x-mailer x-url # this shows how nicely wrap long lines

color hdrdefault red default

color quoted brightblue default

color signature red default

color indicator brightyellow red

color error brightred default

color status yellow blue

color tree magenta default # the thread tree in the index menu

color tilde magenta default

color message brightcyan default

color markers brightcyan default

color attachment brightmagenta default

color search default green # how to hilite search patterns in the pager

color header brightred default ^(From|Subject):

color body magenta default "(ftp|http)://^ +" # point out URLs

color body magenta default -a-z_0-9.+@-a-z_0-9.+ # e-mail addresses

color underline brightgreen default

mono quoted bold

bind generic "\e<" first-entry# emacs-like bindings for moving to top/bottom

bind generic \e> last-entry

bind generic { top-page

bind generic } bottom-page

bind generic \177 last-entry

macro index \cb |urlview\n # simulate the old browse-url function

macro index S s+spam\n

macro pager S s+spam\n

bind pager G bottom # just like vi and less

my_hdr X-Editor: VIM - Vi IMproved

my_hdr X-Operating-System: uname -a

unhdr_order * # forget the previous settings

hdr_order date from subject to cc

auto_view application/x-gunzip

auto_view application/x-gzip

auto_view text/html

source ~/.Mail/.aliases # config commands local to this site

set pop_host="mail.cmu.carnet.hr"

set pop_user="vas username"

set pop_pass="vas password"








   


original Feb 27 1:53pm