all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems with emacs + vm
@ 2004-07-13 15:43 Jouni Högander
  0 siblings, 0 replies; only message in thread
From: Jouni Högander @ 2004-07-13 15:43 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-13 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-13 15:43 Problems with emacs + vm Jouni Högander

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.