Gnus development mailing list
 help / color / mirror / Atom feed
* error: Cannot send unencoded text.
@ 2001-04-18  9:31 Dmitry Paduchih
  2001-04-19 12:57 ` (Patch) " Dmitry Paduchih
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Paduchih @ 2001-04-18  9:31 UTC (permalink / raw)



Hi.

File rfc2047.el contains at the line 165 (or near) the following form:

		   (if (or (message-options-get
			    'rfc2047-encode-message-header-encode-any)
			   (message-options-set
			    'rfc2047-encode-message-header-encode-any
			    (y-or-n-p
			     "Some texts are not encoded. Encode anyway?")))
		       (rfc2047-encode-region (point-min) (point-max))
		     (error "Cannot send unencoded text."))

Can You, please, fix this asking y-or-n-p?
First, it seems to be inconsistent to ask user and then produce an
error on one of his choices.
Second, I have adjusted my settings so to send unencoded `Subject',
and I don't understand why this statement is disagree or why it should
ask me to confirm my settings every time I send message.

I upgraded Gnus to the CVS version from Apr 11 2001 found at the Manoj
Srivastava's page but it contains this form too.

Thank You for your attention and efforts,
                -- Dmitry


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-04-19 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-18  9:31 error: Cannot send unencoded text Dmitry Paduchih
2001-04-19 12:57 ` (Patch) " Dmitry Paduchih
2001-04-19 16:52   ` Dmitry Paduchih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).