Commit graph

7 commits

Author SHA1 Message Date
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
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
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
Hoà Viêt Dinh
b967539a5d some stuff around composing and forwarding messages 2001-06-17 15:02:08 +00:00
Sergey Vlasov
1bb240ae55 Created autoconf/automake rules for the quote format parser. 2001-06-05 16:37:28 +00:00