Commit graph

84 commits

Author SHA1 Message Date
Alfons Hoogervorst
76df9824f8 * src/textview.c
tune email address validation (c. 0.8.8claws89): if . is
	just one char away from @, the address is invalid too
	(correctly rejects addresses like foo@.com)
2003-01-13 19:57:51 +00:00
Alfons Hoogervorst
639ae8d76f * AUTHORS
add Christian Mertes
* src/common/utils.[ch]
	g_stricase_hash(), g_stricase_equal(): functions for
	case insensitive hash tables
* src/textview.c
	use top level domain names to validate email address, based
	on a patch by Christian Mertes (thanks!), but changed
	implementation to use a hash table
2003-01-12 22:09:09 +00:00
Alfons Hoogervorst
5123b7a16a * src/textview.c
fix incorrect parsing of email addresses, submitted by
	Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
	name display if it contains @".
2002-12-19 22:36:43 +00:00
Christoph Hohmann
b07ad749aa 0.8.6claws107
* src/Makefile.am
* src/compose.c
* src/gtkstext.[ch]             ** REMOVE **
* src/gtkutils.[ch]
* src/textview.c
* src/gtk/gtkstext.[ch]         ** NEW **
* src/gtk/Makefile.am
        o move stext functions to gtkstext.c to remove
          dependency of gtkutils
        o move gtkstext files to common

* src/gtk/Makefile.am
* src/gtk/sslcertwindow.[ch]
        UI stuff can always depend on common code so
        it's ok to add ../common to include path
2002-12-13 17:43:59 +00:00
Paul Mangan
85dba908c2 sync with 0.8.6cvs3 2002-11-25 18:10:26 +00:00
Paul Mangan
8c9063d422 fix for message display in UTF-8 locales 2002-11-22 10:18:00 +00:00
Paul Mangan
cdb01a016b sync with 0.8.5cvs24 2002-11-13 08:59:53 +00:00
Paul Mangan
3cfe5f39f8 sync with 0.8.5cvs17 2002-11-05 09:24:27 +00:00
Christoph Hohmann
a5110601c1 * src/textview.c
don't add a newline in the textview in front of the
        first textpart if header display is disabled
        (closes bug [ 603385 ] disabled header display leaves blank
         lin)
2002-10-18 10:40:25 +00:00
Colin Leroy
86e6c447ef Made GPG signatures verifiable by clicking the
[application/pgp-signature] in the Text view
2002-09-22 10:53:49 +00:00
Colin Leroy
d7de89290a add signature color configuration 2002-09-04 07:34:15 +00:00
Colin Leroy
6d2cf2d30d display signatures in grey 2002-09-03 14:45:07 +00:00
Paul Mangan
677ac2d43d sync with 0.8.2cvs8 2002-09-03 07:47:27 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
bf7cace4e6 sync with 0.8.1cvs13 2002-08-06 09:34:13 +00:00
Paul Mangan
722617f43b sync with 0.8.1cvs10 2002-08-05 08:01:46 +00:00
Alfons Hoogervorst
18bb3e2c97 see if freeing remaining headers (setting Show other headers turned off) plugs memleaks 2002-08-04 17:40:45 +00:00
Paul Mangan
ee8f2be0c4 sync with 0.8.1cvs4 2002-07-30 09:49:51 +00:00
Colin Leroy
c892fc3c5b add the ability to select part of a text mime-part to reply. 2002-07-15 23:56:33 +00:00
Paul Mangan
43d8547711 increase show_url_timeout 2002-07-13 06:49:35 +00:00
Christoph Hohmann
8da5cfd6ba * major code cleanup (part 1)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )
2002-07-02 19:49:11 +00:00
Paul Mangan
d640619adf sync with 0.7.8cvs3 2002-06-19 08:04:32 +00:00
Paul Mangan
e8a41d3122 sync with 0.7.6cvs14 2002-05-25 05:46:08 +00:00
Paul Mangan
87f00d9922 fix url display 2002-05-20 07:41:45 +00:00
Paul Mangan
d9a1109e41 sync with 0.7.6cvs8 2002-05-18 15:22:17 +00:00
Colin Leroy
86224d9a48 Corrected a bug that prevented sylpheed to open
double-clicked URIs.
2002-05-10 01:20:28 +00:00
Paul Mangan
836e78fa8c fix 'View->Open in new window' bug 2002-05-08 06:27:40 +00:00
Paul Mangan
7629907af2 display url in statusbar 2002-05-06 10:20:19 +00:00
Colin Leroy
29d914c21b Added user-definable quotation characters recognition. 2002-04-28 20:43:24 +00:00
Colin Leroy
c6aabb3add Added "automatically display images" option. 2002-04-21 11:27:07 +00:00
Alfons Hoogervorst
7c0c402be0 make email address parser also stop scanning when encountering separators ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>) 2002-04-13 09:30:55 +00:00
Melvin Hadasht
c219ba9fe3 textview.c
Worked around a gtktext 'bug': when searching for
	a text in a long message it was scrolling slowly
	line by line until it hit the searched text.
Updated French translation
2002-03-17 00:16:56 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Paul Mangan
adbd55ae28 sync with sylpheed 0.7.3cvs4 2002-03-07 13:22:39 +00:00
Paul Mangan
0da21b000b sync with sylpheed 0.7.2cvs24 2002-03-03 09:32:58 +00:00
Paul Mangan
3769348a15 sync with sylpheed 0.7.2cvs22 2002-03-02 10:02:42 +00:00
Paul Mangan
3cab1678b6 recognise urls that just begin with 'www' 2002-03-01 17:16:42 +00:00
Paul Mangan
24174b5f1c sync with sylpheed 0.7.2cvs21 2002-02-28 10:06:43 +00:00
Paul Mangan
332907a2df sync with sylpheed 0.7.2cvs15 2002-02-25 09:25:17 +00:00
Paul Mangan
f317843090 sync with sylpheed 0.7.0cvs30 2002-02-04 09:56:44 +00:00
Paul Mangan
0b005259bc sync with sylpheed 0.7.0cvs27 2002-01-31 11:15:55 +00:00
Paul Mangan
15a81ab0f7 sync with sylpheed 0.7.0cvs22 2002-01-29 10:03:33 +00:00
Hoà Viêt Dinh
d491116ce9 renderer, config is not yet build with a dialog box, you have to edit .sylpheed/rendererrc by hand, each line have to be : "[content-type] [program that will pipe content]", for example : "text/html lynx --dump -stdin" 2002-01-27 23:21:17 +00:00
Paul Mangan
773263a367 sync with sylpheed 0.7.0cvs12 2002-01-21 11:34:09 +00:00
Alfons Hoogervorst
005789a42d Sync with hiro's cvs 10 to 17. 2002-01-06 12:21:36 +00:00
Alfons Hoogervorst
7d03ec6ef3 make clicking on mailto url in texview use the default account of the currently selected folder; and put a reminder in compose.c to fix something that's just wrong. 2001-12-26 11:02:33 +00:00
Carsten Schurig
52147b5002 some tweaks, please see Changelog 2001-12-12 18:30:35 +00:00
Carsten Schurig
cfe2ed3bc5 removed a compile warning (forgot to mention it in the Changelog) 2001-12-11 21:54:10 +00:00
Paul Mangan
8837cb9fa0 sync with sylpheed 0.6.5cvs25 2001-12-11 09:18:29 +00:00
Melvin Hadasht
03dac6ab2f fixed bug #490076 (hunted down by Alfons who implemented a workaround
in 0.6.5claws65)
2001-12-09 20:44:24 +00:00