When I compose an email (using vi under ubuntu), and send that email,
the recipients tell me
that the umlauts are fine. But when I reply - in the course of follwups
- to that email (that has made
one turn-around), the umlauts come out garbled. Newly typed umlauts seem
to be ok. Excerpt of my .muttrc:
(it's a different mail account, not this one).
Ask you can see, I commented out already charset definitions. Maybe I
enable them again?
--
Christoph
#
set allow_8bit # never do Q-P encoding on legal 8-bit chars
set arrow_cursor # use -> instead of hiliting the whole line
#set askbcc
#set askcc
set autoedit # go to the editor right away when composing
#set auto_tag # always operate on tagged messages
set edit_hdrs # let me edit the message header when composing
#set fast_reply # skip initial prompts when replying
#set fcc_attach # Include attachments in copies of sent messages?
#set force_name # save outgoing by recipient, create if mailbox doesn't
exist
#set header # include message header when replying
set help # show the help lines
#set nohold # move read message to ``mbox''
set nomark_old # i don't care about whether a message is old
#set metoo # don't remove my address when replying
set mime_fwd # use message/rfc822 type to forward messages
#set point_new # jump to the first new message on startup
set noprompt_after # ask me for a command after the external pager
exits
#set recall # when there are postponed messages, ask me to
resume
#set resolve # move to the next message when an action is
performed
set reverse_alias # attempt to look up my names for people
set nosave_empty # remove files when no messages are left
#set save_name # save outgoing messages by recipient, if the
#set status_on_top # some people prefer the status bar on top
#set strict_threads # don't thread by subject
set tilde # use virtual lines to pad blank lines in the pager
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# STRING vars
#
#set attribution="On %d, %n wrote:"
#set forw_format="[%a: %s]" # subject to use when forwarding messages
#set charset="iso-8859-1" # character set for your terminal
#set charset="utf-8"
#set charset=utf-8
set hdr_format="%4C %Z %{%m/%d} %-15.15L (%4c) %s" # format of the index
set hostname="myhost.de" # my DNS domain
#set send_charset="iso-8859-1"
#set indent_str="> " # how to quote replied text
#set locale="C" # locale to use for printing time
#set quote_regexp="^ *[a-zA-Z]*[>:#}]" # how to catch quoted text
#set to_chars=" +TCF"
#set url_regexp="((ftp|http)://|mailto:)[^ ]*[^., \n\t>\"]"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# PATH vars
#
set alias_file=~/.mailrc # where I keep my aliases
set editor=vim # editor to use when composing messages
#set local_sig=~/.sig-local
#set mailcap_path="~/.mailcap:/usr/local/share/mailcap"
set mbox=+mbox # where to store read messages
set postponed=+postponed # mailbox to store postponed messages in
set print_cmd="muttprint $PRINTER"
set record=+outbox # save copies of outgoing messages in
+outbox
#set remote_sig=~/.signature
#set sendmail="/usr/lib/sendmail" # where to find sendmail
#set signature="~/.signature" # file which contains my signature
#set spoolfile="~/mailbox" # where my new mail is located
#set shell="/bin/zsh" # program to use for shell escapes
set sendmail_wait=-1
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# QUADOPTION vars
#
#set abort_unmodified=yes # automatically abort replies if I don't
# change the message
set copy=yes # always save a copy of outgoing messages
set delete=yes # purge deleted messages without asking
#set edit_forward=ask-no # prompt for edit when forwarding messages?
#set include=yes # always include the message in replies
set move=yes # don't ask about moving messages, just
do it
#set reply_to=ask-yes # ask me if I want to use the given reply-to address
#set print=ask-yes # ask me if I really want to print messages
#set use_mailcap=yes # always use a mailcap entry when found
#set verify_sig=yes # don't automatically verify message
signatures
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# NUMBER vars
#
#set history=20 # number of lines of history to remember
set read_inc=25 # show progress when reading a mailbox
#set timeout=0 # how long to wait before autochecking for new mail
set write_inc=25 # show progress while writing mailboxes
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# internal-pager options (only used if $pager == "builtin")
#
#set pager=less # some people prefer an external pager
#set pager_context=3 # no. of lines of context to give when
scrolling
#set pager_format="-%S- %-20.20f %s" # format of the pager status bar
#set pager_stop # don't move to the next message on
next-page
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# I subscribe to a lot of mailing lists, so this is _very_ useful. This
# groups messages on the same subject to make it easier to follow a
# discussion. Mutt will draw a nice tree showing how the discussion flows.
#
set sort=threads
#set sort=reverse-mailbox-order
set sort_browser=reverse-date
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Header fields I don't normally want to see
#
ignore * # this means "ignore all lines by default"
# I do want to see these fields, though!
unignore from: subject to cc \
date x-mailer x-url # this shows how nicely wrap long lines
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Color definitions
#
set tmpdir=/var/tmp # where to store temp files
set visual=vi # editor invoked by ~v in the builtin editor
#set web_browser=url_handler.sh # program to use when viewing URLs
----------------------------------------------------------------------------
$ locale
LANG=de_DE.UTF-8
LANGUAGE=de_DE:de:en_GB:en
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=