Commit graph

41 commits

Author SHA1 Message Date
Oliver Haertel
32386528fa enable addressbook and actions 2002-12-26 21:23:13 +00:00
Christoph Hohmann
6b0ed0c163 0.8.7claws8
* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch]		** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2002-12-25 13:46:41 +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
Melvin Hadasht
d14a1c2064 New trailing 2002-12-06 09:24:51 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Melvin Hadasht
7c26a99101 * src/prefs_actions.c
Made pipe-actions ignore short headers in message view
	Made trailing-pipe-actions write in the message view with
	the same font as the original message
2002-11-26 20:45:42 +00:00
Paul Mangan
baf724538a sync with 0.8.5cvs20 2002-11-07 08:28:17 +00:00
Melvin Hadasht
227366255b prefs_actions.c:
Fixed bug #627322 where MIME parts were not always correctly
	passed to a %p action
	Display an error dialog when message filename is not found
2002-10-28 15:32:51 +00:00
Melvin Hadasht
071c797bbe Actions: Fixed bug #622275 and made actions' output be displayed live 2002-10-18 13:55:11 +00:00
Melvin Hadasht
26bcf23cce Made the actions help text for %p more clear 2002-10-05 08:15:21 +00:00
Oliver Haertel
832a7fa446 custom toolbar: compose win final 2002-09-22 14:42:37 +00:00
Melvin Hadasht
a67bcb7852 Made some debug info not translatable and few code cleanups 2002-08-14 13:15:46 +00:00
Oliver Haertel
f9e657cd38 Custom Toolbar 2 2002-08-06 13:58:44 +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
df5ead9a23 o more check for NULLs
o put create_io_dialog() in right conditional block
2002-08-02 22:20:30 +00:00
Paul Mangan
785c562355 sync with 0.8.1cvs5 2002-07-31 07:32:00 +00:00
Melvin Hadasht
b8d82f55b0 Made the actions' input/ouput dialog display without delay 2002-07-30 18:05:52 +00:00
Paul Mangan
1ec4247120 more sync with 0.7.8cvs21 2002-07-08 08:39:00 +00:00
Paul Mangan
489aaa057d sync with 0.7.8cvs19 2002-07-06 06:48:23 +00:00
Paul Mangan
bf9b5fdf27 sync with 0.7.8cvs16 2002-07-05 07:49:10 +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
Melvin Hadasht
237631b4a9 README.claws
Added a hint to ac/README in cvs instructions.

src/prefs_actions.c
	Made it possible to use a more elaborate command line
	for asynchronous actions, too.
2002-06-10 19:55:10 +00:00
Melvin Hadasht
6444ba2e71 src/prefs_actions.c
Make it possible to use a more elaborate command line
	(e.g. |foo|bar|cat>there;echo Done|)
	Corrected error message when calling %f, %F and %p commands
	from the compose window.
2002-06-10 10:26:20 +00:00
Melvin Hadasht
51a87722e8 src/prefs_actions.c
Fixed bug where using %F not at the end of the command
	resulted in an additional empty argument being created.
	Thanks to Darko Koruga for reporting the bug.
2002-05-17 11:35:26 +00:00
Melvin Hadasht
f0cd24e26e src/prefs_actions.c:
Removed implicitely added quotes around the name of the temporary files
of mime parts.
2002-05-12 15:38:10 +00:00
Melvin Hadasht
3bd8772291 Don't display actions' in/out dialog if there's no output 2002-04-23 13:18:10 +00:00
Melvin Hadasht
741caa0466 src/prefs_actions.c
* Added support to pass only one message part (as a
	file) to the command using '%p'. No quotes are needed
	because doubles quotes are automatically added.
	* Fixed bug where Sylpheed could block when waiting for
	a child process to finish.
	* Changed the help menu to remove quotes around symbols to
	avoid misinterpretation (they must not be used).
2002-03-27 19:45:09 +00:00
Paul Mangan
731597b0ba renamed: 'Tools', move 'delete duplicate' to 'Tools', re-arrange 'Tools' menu 2002-03-22 10:13:37 +00:00
Paul Mangan
ac4fbf1837 correct some spellings 2002-03-18 09:41:41 +00:00
Melvin Hadasht
36faf59d0d Actions:
Moved "Edit/Actions" to "Tool/Actions"
	Made mainwindow/compose window sensitive as soon as
	no child process is running anymore even if the io dialog
	is open.
	Fixed a struct being initialized with a non constant char*
2002-03-17 00:14:34 +00:00
Alfons Hoogervorst
6026990c10 revert because it crashes on Reply and Compose 2002-03-16 20:51:31 +00:00
Alfons Hoogervorst
909183d1ff move Edit/Actions to Tool/Actions 2002-03-16 20:13:45 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Melvin Hadasht
66911e861c prefs_actions:
Added error report when child cannot fork or when execvp
	returns with an error.
2002-02-20 13:40:36 +00:00
Melvin Hadasht
9799a16aed prefs_actions.c:
Replaced children wait loop with double fork technique.
Now, input/output window updated at each new output.
free_children(): Fixed a memory leak.
Made input/output window non closable if running children
still exist.
Added missing <unistd.h> include.
Added some --debug outputs.
2002-02-17 20:24:23 +00:00
Melvin Hadasht
46e115c89f Added missing include in prefs_actions.c 2002-02-13 21:24:13 +00:00
Melvin Hadasht
76b05817de Fixed "feature" where actions's output was duplicated
instead of refreshed while monitoring.
Removed some debug code in actions code.
2002-02-12 01:20:07 +00:00
Melvin Hadasht
c25c122551 actions rewrite, see ChangLog.claws 2002-02-12 0.7.0claws62 2002-02-11 23:31:18 +00:00
Paul Mangan
de4a48998d sync with sylpheed 0.7.0cvs39 2002-02-08 10:07:11 +00:00
Melvin Hadasht
24e6575f2b Added user definable actions on message body/file 2002-02-06 11:15:31 +00:00