Package: mutt
Version: 1.4i
Severity: wishlist
-- Please type your report below this line
It would be nice if the charset muttrc configuration variable could be
split into charset and edit_charset. charset would apply to the display
and built-in editor, and edit_charset would apply when an external editor
is used.
My terminal program supports ISO-8859-1 characters, so I have charset set
to ISO-8859-1//TRANSLIT (I need //TRANSLIT on the end so I can see things
like left and right double quotes.) My editor, vim, supports UTF-8. The
way things currently stand, I can reasonably read messages, but certain
information is lost (e.g. double left quotes and double right quotes both
become ASCII double quotes.) If I could configure mutt to convert the
message to UTF-8 before calling vim, I could reply with minimal loss of
information (depending on how send_charset is set, but that's exactly what
we'd want.)
-Tony
-- Build environment information
(Note: This is the build environment installed on the system
muttbug is run on. Information may or may not match the environment
used to build mutt.)
- gcc version information
cc
cc: Error: no source, object or ucode file specified
- CFLAGS
-std1 -fast -O4 -tune host -arch host -D_XOPEN_SOURCE_EXTENDED
-- Mutt Version Information
Mutt 1.4i (2002-05-29)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: OSF1 V4.0 (alpha)
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL -USE_SETGID +USE_DOTLOCK -DL_STANDALONE
+USE_FCNTL -USE_FLOCK
+USE_POP +USE_IMAP -USE_GSS +USE_SSL -USE_SASL
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META -HAVE_RESIZETERM
+HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID -HAVE_GETADDRINFO
ISPELL="/usr/local/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/spool/mail"
PKGDATADIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@mutt.org>.
To report a bug, please use the flea(1) utility.
Received: (at submit) by bugs.guug.de; 18 Jan 2001 15:32:24 +0000
From nil@wh36-b507.stud.uni-karlsruhe.de Thu Jan 18 16:32:23 2001
Received: from mailgate.rz.uni-karlsruhe.de (exim@mailgate.rz.uni-karlsruhe.de [129.13.64.97])
by sigtrap.guug.de (8.9.3/8.9.3/Debian/GNU) with ESMTP id QAA28955
for <submit@bugs.guug.de>; Thu, 18 Jan 2001 16:32:23 +0100
Received: from wh36-b507.stud.uni-karlsruhe.de (root@wh36-b507.stud.uni-karlsruhe.de [172.20.230.117])
by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1)
id 14JH30-0007Kk-00; Thu, 18 Jan 2001 16:32:22 +0100
Received: (from nil@localhost)
by wh36-b507.stud.uni-karlsruhe.de (8.11.1/8.11.1/Debian 8.11.0-6) id f0IFWMF03963;
Thu, 18 Jan 2001 16:32:22 +0100
Date: Thu, 18 Jan 2001 16:32:22 +0100
Message-Id: <200101181532.f0IFWMF03963@wh36-b507.stud.uni-karlsruhe.de>
From: dominique@unruh.de
Subject: mutt-1.3.13i: There should be a variable editor_charset
To: submit@bugs.guug.de
Package: mutt
Version: 1.3.12-2
Severity: wishlist
-- Please type your report below this line
This is a feature request.
There should be a variable editor_charset, which determines the
charset in which an external editor reads and writes files. At the
moment it is always the same as the terminal encoding ($charset).
This feature is e.g. motivated by the following situation:
Many users may have an unicode-editor (as yudit or emacs+mule-ucs),
but do not want to configure their mutt terminal for UTF-8 support
(because this is a little tricky and requires recompilation of mutt in
most cases).
DniQ.
-- Mutt Version Information
Mutt 1.3.13i (2000-12-31)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: Linux 2.2.17 [using ncurses 5.0]
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
+USE_FCNTL -USE_FLOCK
-USE_POP -USE_IMAP -USE_GSS -USE_SSL -USE_SASL
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
+HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK -HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID -HAVE_GETADDRINFO
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-dev@mutt.org>.
To report a bug, please use the flea(1) utility.
>How-To-Repeat:
>Fix: