aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-stripsig-filter.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix excessive whitespace.Matthew Barnes2009-07-131-5/+0
|
* Fix coding style.Matthew Barnes2009-06-141-1/+1
|
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-051-6/+6
|
* More code cleanup.Matthew Barnes2009-06-021-10/+10
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-13/+13
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-15/+15
| | | | svn path=/trunk/; revision=36116
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35663
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-13/+13
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Add a stripsig filter. Fixes bug #52767.Jeffrey Stedfast2004-05-131-0/+169
2004-05-13 Jeffrey Stedfast <fejj@novell.com> * em-format-quote.c (emfq_text_plain): Add a stripsig filter. Fixes bug #52767. * em-stripsig-filter.[c,h]: New filter class to strip signatures. Useful when generating forwards/replies. svn path=/trunk/; revision=25902