From: "Jouni Högander" <jouni.hogander@kolumbus.fi>
Subject: Problems with emacs + vm
Date: Tue, 13 Jul 2004 18:43:25 +0300 [thread overview]
Message-ID: <200407131843.26543.jouni.hogander@kolumbus.fi> (raw)
emacs version is 21.3 and vm is 7.18.
.emacs :
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.kolumbus.fi")
(autoload 'vm "vm" "Start VM on your primary inbox." t)
(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t)
(autoload 'vm-visit-imap-folder "vm" "Start VM on an arbitrary folder." t)
(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
(autoload 'vm-mail "vm" "Send a mail message using VM." t)
.vm :
(setq vm-toolbar-pixmap-directory "/usr/share/emacs/21.3/pixmaps")
(setq vm-image-directory "/usr/share/emacs/21.3/pixmaps")
(setq vm-imap-server-list
'(
"imap-ssl:mail.kolumbus.fi:993:inbox:login:x:x"
)
)
(setq vm-send-using-mime t)
(setq vm-mime-8bit-text-transfer-encoding '8bit)
(setq vm-mime-8bit-composition-charset 'iso-8859-15)
(setq vm-preview-read-messages t)
(setq vm-auto-decode-mime-messages t)
(setq vm-mime-decode-for-preview t)
The problem is that the subject of the message is not encoded correctly. If
I'll put e.g. öäå the recipient of the mail gets öäåÖÄÅ. Also my name
(which also contains scandinavian characters) is encoded incorrectly. Text
in the message itself is ok. The problem exists if I use vm-mail to start
writing mail. If I use mail the message is encoded correctly. Any idea what
is wrong?
Thanks,
Jouni
reply other threads:[~2004-07-13 15:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200407131843.26543.jouni.hogander@kolumbus.fi \
--to=jouni.hogander@kolumbus.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.