ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Выловлен и убит баг в Sylpheed с пробелами в Subject
@ 2001-03-11 19:52 Sergey Vlasov
  2001-03-12  4:00 ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed спробелами " aen
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey Vlasov @ 2001-03-11 19:52 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

Обнаружилось, что sylpheed-0.4.62-ipl0.6 теряет пробелы в поле Subject, если два русских слова идут подряд. После пятиминутного изучения исходника родился прилагаемый патч. Вроде бы помогает (по крайней мере в этом сообщении subject нормальный :-).


[-- Attachment #2: sylpheed-0.4.61-encodehdr.patch --]
[-- Type: text/plain, Size: 350 bytes --]

--- sylpheed-0.4.61/src/utils.c.orig	Thu Feb  1 19:34:39 2001
+++ sylpheed-0.4.61/src/utils.c	Sun Mar 11 22:30:24 2001
@@ -419,6 +419,8 @@
 	for (wp = s; *wp != (wchar_t)0 && iswspace(*wp); wp++)
 		;
 	for (; *wp != (wchar_t)0 && !iswspace(*wp); wp++) {
+		if (*wp > 127)
+			return TRUE;
 		mbl = wctomb(tmp, *wp);
 		if (mbl > 1)
 			return TRUE;

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

end of thread, other threads:[~2001-03-12 15:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-11 19:52 [sisyphus] Выловлен и убит баг в Sylpheed с пробелами в Subject Sergey Vlasov
2001-03-12  4:00 ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed спробелами " aen
2001-03-11 20:14   ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed с пробелами " Sergey Vlasov
2001-03-12  4:20     ` [sisyphus] Re: [sisyphus] Выловлен и убит багв " aen
2001-03-11 20:42       ` Sergey Vlasov
2001-03-11 20:55         ` [sisyphus] Re: [sisyphus] ÷ÙÌÏ×ÌÅÎ É ÕÂÉÔ ÂÁÇ× Sylpheed Ó ÐÒÏÂÅÌÁÍÉ × Subject Andrey Brindeew
2001-03-11 21:51           ` [sisyphus] Re: Выловлен и убит баг в Sylpheed с пробелами в Subject Mikhail Zabaluev
2001-03-12  7:31         ` [sisyphus] Re: [sisyphus] Выловлен и убит багв " rider
2001-03-12 15:39           ` [sisyphus] Баг в Sylpheed с пробелами в Subject: вторая серия Sergey Vlasov
2001-03-11 20:17   ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed спробелами в Subject Sergey Vlasov
2001-03-12  4:23     ` [sisyphus] Re: [sisyphus] Выловлен и убит багв " aen

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git