Commit graph

72 commits

Author SHA1 Message Date
Paul Mangan
cb3d0f7bd4 sync with 0.8.11cvs20 2003-04-08 09:48:12 +00:00
Paul Mangan
d0b9e3b2c0 sync with 0.8.11cvs18 2003-04-05 08:58:21 +00:00
Christoph Hohmann
f59989d008 0.8.11claws46
* configure.ac
* src/Makefile.am
* src/imageview.[ch]                            ** REMOVE **
* src/messageview.[ch]
* src/mimeview.[ch]
* src/prefs_common.[ch]
* src/textview.c
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore           ** NEW **
* src/plugins/image_viewer/Makefile.am          ** NEW **
* src/plugins/image_viewer/plugin.c             ** NEW **
* src/plugins/image_viewer/viewer.[ch]          ** NEW **
        move image viewer into a plugin (building is enabled by default)
        [ToDo: Prefs for resize and autoview]
2003-03-25 20:07:15 +00:00
Paul Mangan
a66b687d91 sync with 0.8.11cvs6 2003-03-20 11:00:55 +00:00
Oliver Haertel
a4f80f779b fix last commit 2003-03-06 06:59:35 +00:00
Oliver Haertel
dd85c0d40e fix the fix messageview toolbar delete 2003-03-06 06:50:08 +00:00
Oliver Haertel
145c8d84b6 toolbar reply refactoring: part 1 2003-03-03 19:03:23 +00:00
Oliver Haertel
cb4b04818a fix bugs introduced while fixing messageview reply 2003-03-01 09:45:14 +00:00
Oliver Haertel
008d9f587b fix messageview toolbar reply 2003-02-28 21:34:56 +00:00
Paul Mangan
96d29914c9 fixes to the Message View toolbar and menu 2003-01-13 15:20:59 +00:00
Colin Leroy
a7ce8b1a70 * src/mainwindow.c
src/mainwindow.h
	Add mainwindow_get_mainwindow()
* src/alertpanel.c
  src/alertpanel.h
	Add alertpanel_error_log()
  src/compose.c
  src/inc.c
  src/messageview.c
  src/toolbar.c
  src/main.c
  src/procmsg.c
	Network errors get a View Log button
2003-01-11 10:50:29 +00:00
Christoph Hohmann
475d578702 0.8.8claws63
* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

	Note: - Please verify that no updates are missing
	      - Check where freeze/thaws should be added
2003-01-07 21:49:44 +00:00
Oliver Haertel
fda5525dc3 use generic toolbar handling 2002-12-24 14:38:23 +00:00
Jens Oberender
0d4e1c8499 - removed gettext from g_warnings
- po/POTFILES.in cleaned and updated
- po/de.po updated
2002-12-10 18:42:29 +00:00
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Oliver Haertel
252f9cb5a7 handle several messageviews correctly 2002-11-29 18:59:03 +00:00
Oliver Haertel
f1c622cbe7 messageview toolbar patch 3 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:53:24 +00:00
Christoph Hohmann
042de6ca14 * src/compose.c
* src/folder.[ch]
* src/folderview.[ch]
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
        implement a callback system for folder item updates
2002-11-09 16:35:13 +00:00
Paul Mangan
baf724538a sync with 0.8.5cvs20 2002-11-07 08:28:17 +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
821f1c4f56 fix last gdk warning :) 2002-08-23 06:52:15 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Melvin Hadasht
6bd367602d src/account.[ch]
account_find_all_from_address(): new function that returns the
	list of all accounts that are matched in an address.
src/alertpanel.[ch]
	alertpanel() now accepts a custom widget
	alertpanel_with_widget(): new function that pops up a panel with
	a custom widget in it
src/gtkutils.[ch]
	gtkut_account_menu_new(): new function that allows the selection
	of an account from a list of accounts.
src/messageview.c
	Extended Return Receipt notification to select the correct
	account and to make a security test on the Delivery-Notification
	address which should be the same as the Return-Path
2002-08-05 23:50:37 +00:00
Melvin Hadasht
0823602ddc src/prefs_actions.c
removed unnecessary checks for NULL introduced in 0.8.1claws11.
src/messageview.c
	fixed bug where the Return Receipt was sent to
	Delivery-Notification-To address even if it was not present
2002-08-03 18:36:40 +00:00
Alfons Hoogervorst
cbc8811e8f o fix bug notice view being displayed when going to empty folder
(noticed by Christoph)
o allow RRR to be sent when restarting sylpheed, or changing folder
  (noticed by Thorsten)
2002-07-21 19:03:10 +00:00
Alfons Hoogervorst
70d2fc60a1 make return receipts work again
(UI idea by Leandro Pereira)
2002-07-21 15:47:39 +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
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Alfons Hoogervorst
f6ccc75a6e make notification_convert_header obey const correctness (next step will be fixing the broken return receipt) 2002-06-23 17:51:28 +00:00
Paul Mangan
b102617b47 fix bug introduced in last commit 2002-06-23 08:18:03 +00:00
Paul Mangan
9f3c7046a5 remove code committed in error 2002-06-23 07:49:25 +00:00
Paul Mangan
c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Paul Mangan
c333f0c843 sync with 0.7.8cvs1 2002-06-19 07:31:13 +00:00
Alfons Hoogervorst
10e8855db1 perform a sync to bring in Hiro's separate view implementation 2002-06-11 21:46:03 +00:00
Paul Mangan
2585e8633c sync with 0.7.6cvs4 2002-05-15 07:47:34 +00:00
Thorsten Maerz
f4392e2283 fix select_all and copy in multipart messages 2002-05-12 22:21:42 +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
Paul Mangan
2c38741561 sync with 0.7.4cvs23 2002-03-28 07:15:00 +00:00
Paul Mangan
2c41d98382 fix Return-receipt 2002-03-16 08:35:53 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +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
332907a2df sync with sylpheed 0.7.2cvs15 2002-02-25 09:25:17 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Paul Mangan
f317843090 sync with sylpheed 0.7.0cvs30 2002-02-04 09:56:44 +00:00
Paul Mangan
15a81ab0f7 sync with sylpheed 0.7.0cvs22 2002-01-29 10:03:33 +00:00
Alfons Hoogervorst
6e2fb19df7 make RR dialog go away if you said no and you meant no... 2002-01-27 01:10:08 +00:00
Alfons Hoogervorst
f552236c1f change implementation of return-receipt-request so it uses a permanently stored flag. 2002-01-27 00:44:09 +00:00
Sergey Vlasov
7670792997 Fixed segfault when closing LDIF import window with the window manager.
Fixed wrong scrolling position when switching between text and image parts.
2002-01-23 17:58:56 +00:00