all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 1574@emacsbugs.donarmstrong.com
Subject: bug#1574: 23.0.60; gnus fail to attach file when sending mail
Date: Thu, 18 Dec 2008 22:17:37 +0100	[thread overview]
Message-ID: <87tz91faj2.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <873agmsfjg.fsf@tux.homenetwork> (Thierry Volpiatto's message of "Wed, 17 Dec 2008 21:38:43 +0100")

On Wed, Dec 17 2008, Thierry Volpiatto wrote:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>> icicles redefines `read-file-name' so that it returns a string with
>> text properties.
>>
>> Does this patch fix the problem?
>>
>> --- mml.el	04 Oct 2008 17:04:24 +0200	7.70
>> +++ mml.el	30 Nov 2008 20:48:38 +0100	
>> @@ -1284,7 +1284,9 @@
>>      (unless (message-in-body-p) (goto-char (point-max)))
>>      (mml-insert-empty-tag 'part
>>  			  'type type
>> -			  'filename file
>> +			  ;; icicles redefines read-file-name and returns a
>> +			  ;; string w/ text properties :-/
>> +			  'filename (substring-no-properties file)
>>  			  'disposition (or disposition "attachment")
>>  			  'description description)))
>
> Yes that's fix the problem, the file name is sent without text properties :)

Installed in Gnus CVS, will be synced to Emacs CVS soon.

Could someone please close this bug?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/






  reply	other threads:[~2008-12-18 21:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <egk59x9nhi.fsf@fencepost.gnu.org>
2008-12-16  9:59 ` bug#1574: 23.0.60; gnus fail to attach file when sending mail Thierry Volpiatto
2008-12-17 20:01   ` Reiner Steib
2008-12-17 20:38     ` Thierry Volpiatto
2008-12-18 21:17       ` Reiner Steib [this message]
2008-12-18 21:40   ` bug#1574: marked as done (23.0.60; gnus fail to attach file when sending mail ) Emacs bug Tracking System

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=87tz91faj2.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=1574@emacsbugs.donarmstrong.com \
    --cc=Reiner.Steib@gmx.de \
    --cc=thierry.volpiatto@gmail.com \
    /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.