Commit graph

1155 commits

Author SHA1 Message Date
Sergey Vlasov
5cda5e2d12 Fixed a problem with NNTP authentication failure handling (need to
fail the MODE READER command to force reconnection with password
prompt).
2001-04-30 16:55:45 +00:00
Sergey Vlasov
06c7982810 New NNTP authentication code. 2001-04-30 14:58:37 +00:00
Sergey Vlasov
585464c17a Reverted previous changes for NNTP authentication support (needs to be
done in a cleaner way).
2001-04-30 12:52:29 +00:00
Sergey Vlasov
fd06c6186e Fixed and improved NNTP authentication support. 2001-04-29 13:55:55 +00:00
Sergey Vlasov
ae70d44479 nntp_list(): return real error code instead of hardcoded NN_ERROR 2001-04-29 13:48:26 +00:00
Sergey Vlasov
1a006fafa2 Fixed wint_t type detection again 2001-04-28 20:08:34 +00:00
Alfons Hoogervorst
cb0fc7ca16 colorization of email addresses in headers 2001-04-28 18:36:15 +00:00
Alfons Hoogervorst
c2b8efbbfc bug sync with sylpheed 2001-04-28 18:04:08 +00:00
Hoà Viêt Dinh
3bbd507f45 local account without SMTP 2001-04-28 10:30:20 +00:00
Hoà Viêt Dinh
3dabdd8164 inserted local account without SMTP server
mail can be send with the mail command or using sendmail command
2001-04-28 10:21:21 +00:00
Alfons Hoogervorst
a01c8ecbcd created date format ui for darko 2001-04-27 23:06:07 +00:00
Alfons Hoogervorst
309b87a3d8 sync with 0.4.65cvs11 2001-04-27 22:47:56 +00:00
Alfons Hoogervorst
03371c7aaa corrected to have the new gpg checks 2001-04-27 22:43:51 +00:00
Alfons Hoogervorst
6d56b06e24 sync with sylpheed 0.4.65cvs10 2001-04-27 20:27:24 +00:00
Alfons Hoogervorst
700e6b3b53 sync with sylpheed 0.4.65cvs10 2001-04-27 19:54:02 +00:00
Darko Koruga
fe4481f892 Synch with Hiroyuki's main branch. 2001-04-27 16:05:55 +00:00
Sergey Vlasov
8c246727a1 Added NNTP authentication support 2001-04-26 16:41:29 +00:00
Sergey Vlasov
d44e47a0ea Fixed typo in sylpheed_SOURCES (prefs_headers.h) 2001-04-26 16:18:35 +00:00
Darko Koruga
bed75555aa Check for strftime() in configure and use it to display date
in summary pane.
2001-04-26 09:36:01 +00:00
Alfons Hoogervorst
5d1bb902d3 some very minor cleanups in cvsignores 2001-04-25 18:03:01 +00:00
Alfons Hoogervorst
335eb9cdc9 added *.swp (vim "swap" file) 2001-04-25 17:59:34 +00:00
Sergey Vlasov
50b6c99697 Removed src/Makefile.in (it is autogenerated) 2001-04-25 16:27:25 +00:00
Sergey Vlasov
02428cd04b Fixed wint_t typedef detection (did not work with gcc-2.96) 2001-04-25 16:15:40 +00:00
Sergey Vlasov
435631fbdc Added TAGS to .cvsignore 2001-04-25 15:32:50 +00:00
Sergey Vlasov
8f951f403f Removed config.h.in; added it (and also stamp-h, tags, TAGS) to .cvsignore 2001-04-25 15:31:14 +00:00
Hiroyuki Yamamoto
07daf9af91 added USE_GTKGDK_XIM to acconfig.h 2001-04-25 09:26:52 +00:00
Alfons Hoogervorst
a488d32caf battle of the changelog continues 2001-04-24 16:52:16 +00:00
Alfons Hoogervorst
3ade2c97c5 buggy cursor nav. handling fixed; cursor drawing also takes in account the font descent 2001-04-24 16:49:12 +00:00
Alfons Hoogervorst
91032a6457 tags file added 2001-04-24 16:46:15 +00:00
Hoà Viêt Dinh
fd6b3cbc44 custom headers configuration added 2001-04-24 15:44:45 +00:00
Hoà Viêt Dinh
6e4cbb77bf changelog for newsgroups list 2001-04-24 13:54:14 +00:00
Hoà Viêt Dinh
0b89bf51e6 added comments in news.c and nntp.c 2001-04-24 13:53:43 +00:00
Alfons Hoogervorst
3ee35b624d gtkstext widget (replacing gtktext with more mail friendly editor) 2001-04-23 22:46:00 +00:00
Alfons Hoogervorst
60f7a1491a uses gtkstext instead of gtktext 2001-04-23 22:43:45 +00:00
Alfons Hoogervorst
01db93316b Added gtkstext.[ch] 2001-04-23 22:42:28 +00:00
Alfons Hoogervorst
7418654cd4 fixed XIM detection 2001-04-23 22:41:38 +00:00
Alfons Hoogervorst
7db383a4f9 ChangeLog battling 2001-04-23 22:41:15 +00:00
Alfons Hoogervorst
c8723927c5 removed 2001-04-23 22:06:36 +00:00
Alfons Hoogervorst
aa242035ed removed Makefile.in 2001-04-23 21:58:59 +00:00
Alfons Hoogervorst
00f661572b Battle of the ChangeLogs continues 2001-04-23 21:56:57 +00:00
Alfons Hoogervorst
56a150d7bb added Makefile.in, stamp-h.in, configure,aclocal.m4 to root .cvsignore 2001-04-23 21:25:50 +00:00
Hoà Viêt Dinh
ab1648e769 added forgot files grouplist_dialog.h grouplist_dialog.c 2001-04-23 17:59:59 +00:00
Hoà Viêt Dinh
6881020185 added newsgroup list dialog 2001-04-23 17:57:45 +00:00
Sergey Vlasov
5214768ee8 Added option to warn about queued messages on exit. 2001-04-21 14:04:25 +00:00
Sergey Vlasov
519287deb5 More verbose change log for enhanced GnuPG key selection support. 2001-04-21 13:46:15 +00:00
Sergey Vlasov
af2d089287 Enhanced GnuPG key selection support. 2001-04-21 13:18:13 +00:00
Alfons Hoogervorst
c4dc998a3e Tag name in configure in to differ between main and claws branch 2001-04-21 09:47:25 +00:00
Sergey Vlasov
cc289ae971 Sync with sylpheed-0.4.65cvs4 and made it compile. 2001-04-21 08:34:04 +00:00
Sergey Vlasov
f9850c2fe9 Added "--enable-maintainer-mode". 2001-04-21 08:19:30 +00:00
Sergey Vlasov
3b588b41a0 Made CVS ignore more autogenerated files. 2001-04-21 06:29:46 +00:00