Commit graph

24 commits

Author SHA1 Message Date
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Paul Mangan
92cee8ca51 sync with 0.8.10cvs11 2003-02-14 06:44:25 +00:00
Paul Mangan
a241dc2a38 fix typo and add licence header 2002-12-23 12:49:38 +00:00
Paul Mangan
93e5642689 fix signature-stripping on replies bug 2002-12-23 08:59:43 +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
Hoà Viêt Dinh
99e54a9d54 fixed a yacc/bison syntax error 2002-10-11 12:15:07 +00:00
Christoph Hohmann
2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Paul Mangan
c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Alfons Hoogervorst
991952d75b better quotation formatting - does not convert to local time, but uses the original date string. 2002-05-19 11:45:31 +00:00
Alfons Hoogervorst
0a73709bad allow quote / reply date & time format to be set using %D{format}. 2002-05-11 23:33:22 +00:00
Paul Mangan
a6317e89ed add Last Name placeholder for quoting 2002-03-25 10:27:52 +00:00
Christoph Hohmann
ebb95ac263 * src/quote_fmt_parse.y
fix include program output
2002-03-22 22:38:43 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Christoph Hohmann
6fb59a8e82 * src/quote_fmt.c
Add column space to table
* src/quote_fmt_parse.y
        Close files
2002-02-22 12:02:01 +00:00
Christoph Hohmann
ff0896b7ef * src/Makefile.am
added quote_fmt.c
* src/prefs_common.[ch]
* src/prefs_template.c
* src/quote_fmt.c               *** NEW FILE ***
* src/quote_fmt.h
        move quote format symbol description code
        to it's own file because it is used from
        differnent code parts
        Rewrote symbol description GUI
          + use table
          + add separators
          + get data from array (no more long constant strings)
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
        Symbol for Literal % changed to \% instead of %%
        (More logical as \ is used for quoting for other symbols)
        Add |f and |p to include files and program output
        Examples:
            |f{/home/.../.signature}
            |p{date}
* po/de.po
        Correct wrong spelling for "Referenzen"
2002-02-22 03:08:20 +00:00
Paul Mangan
027dce92c3 sync with sylpheed 0.7.1 release 2002-02-11 13:43:37 +00:00
Darko Koruga
cd2ce4c3f4 Use selected text on reply/forward. 2002-02-07 09:26:39 +00:00
Paul Mangan
5bb7c89c48 sync with sylpheed 0.6.5cvs20 2001-12-03 10:06:10 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Paul Mangan
3dfafe4e64 sync with sylpheed 0.6.2cvs3 2001-09-20 11:53:09 +00:00
Hoà Viêt Dinh
b967539a5d some stuff around composing and forwarding messages 2001-06-17 15:02:08 +00:00
Sergey Vlasov
0ea1927224 Fixed quote format parser compilation. 2001-06-06 14:21:52 +00:00
Sergey Vlasov
1bb240ae55 Created autoconf/automake rules for the quote format parser. 2001-06-05 16:37:28 +00:00