From: Werehobbit Subject: bug#8070: gnus damages attached file Newsgroups: gnus.gnus-bug Date: Thu, 17 Feb 2011 09:09:42 +0200 Organization: Gnus News User Services Gnus v5.13 GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-05-08 on pidsley.hoetzel.info Gnus damages an attached text file (i. e. if you send file your recipient will recieve it in broken state). I attached example files: original text file (in CP1251) letter.txt.orig and received file letter.txt, everything packed in ZIP archive. Sorry for my broken English. ------------------ Environment follows ------------------ (setq gnus-default-nntp-server "") (setq gnus-select-method '(nnml "")) (setq gnus-summary-mode-hook '(gnus-agent-mode)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-setup-news-hook '(gnus-agent-queue-setup gnus-fixup-nnimap-unread-after-getting-new-news)) (setq gnus-group-mode-hook '(gnus-agent-mode)) ;; (makeunbound 'gnus-topic-mode) ;; (makeunbound 'gnus-topic-mode-hook) ;; (makeunbound 'gnus-topic-line-format) ;; (makeunbound 'gnus-topic-indent-level) ;; (makeunbound 'gnus-topic-display-empty-topics) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq mm-charset-synonym-alist '((ibm866 . cp866) (unicode . utf-16-le) (ks_c_5601-1987 . cp949) (windows-31j . cp932) (utf8 . utf-8) (iso8859-1 . iso-8859-1) (iso_8859-1 . iso-8859-1))) (setq message-send-mail-function 'smtpmail-send-it) (setq message-mode-hook '(#[nil "\302\030\303 !)\207" [gnus-article-copy gnus-setup-message-group nil gnus-configure-posting-styles] 2] #[nil "\302 \211\020\211\021\207" [message-mailer message-newsreader gnus-extended-version] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc))