aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format.c
Commit message (Expand)AuthorAgeFilesLines
* Use -no-undefined on Linux tooMilan Crha2009-05-201-1846/+0
* Commit some code cleanups that I want to keep separate.Matthew Barnes2009-04-151-17/+17
* Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-64/+195
* Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-7/+6
* Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-1/+1
* Fix some runtime warnings.Matthew Barnes2009-01-221-19/+4
* Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-0/+15
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-15/+16
* Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+2
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #539268 (Do not use ...Suman Manjunath2008-06-221-5/+6
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #535670Lucian Langa2008-05-311-0/+1
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-6/+6
* ** Fix for bug #520745Tobias Mueller2008-03-071-5/+5
* ** Partial fix for bug #395939Milan Crha2008-01-241-0/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-110/+110
* Miscellaneous changes related to bug #437579.Matthew Barnes2007-10-121-1/+3
* ** Fixes bug #437579Matthew Barnes2007-10-101-1/+1
* ** Fix for bug #468736 Srinivasa Ragavan2007-10-051-0/+32
* ** Fixes bug #469657Matthew Barnes2007-10-021-8/+6
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-4/+8
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-1/+10
* 2007-07-26 mcrha Fix for bug #273386Milan Crha2007-07-261-0/+1
* ** Fix for bug #347782 from hggdhSrinivasa Ragavan2007-07-091-2/+2
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-4/+4
* ** Adds support for Contact Image in the preview paneSrinivasa Ragavan2007-06-021-0/+2
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-2/+5
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #360240Matthew Barnes2007-03-171-1/+0
* Fixes bug #382431Matthew Barnes2006-12-051-0/+1
* Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-271-8/+24
* Fix for bug #339052Jeffrey Stedfast2006-04-211-15/+30
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-1/+2
* put the s/mime message back, awaiting string approval for a changeNot Zed2005-08-191-1/+108
* check part before using it, else dump sourceVivek Jain2005-08-081-5/+11
* implement extraction of inline signed/encrypted pgp parts and package themMatt Brown2005-07-011-0/+2
* fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-191-9/+6
* ** See bug #74320Not Zed2005-04-061-1/+4
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-1/+1
* wrap printf's in debug definesJP Rosevear2004-11-261-6/+6
* l = g_list_next (l); in inner loop instead of g = g_list_next (l)..Radek Doulik2004-11-121-1/+4
* revert jeff's last change - we do actually want to know when we couldn'tNot Zed2004-11-031-17/+30
* ** See bug #65058 (again again).Not Zed2004-09-241-2/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-16/+33
* Fix for bug #63377 and prevention of similar cases.Jeffrey Stedfast2004-09-031-1/+4
* only call expunge if the folder is set. (emfb_enable_map[]): only enableNot Zed2004-07-101-12/+118
* if we end up with an application/octet-stream part, pre-snoop it so we setNot Zed2004-05-191-50/+2
* ** Quick fix for #57434Not Zed2004-05-181-1/+6
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-181-3/+6
* ** Bug #6556.Not Zed2004-05-171-2/+1
* Don't include the last default_header when setting the default headers. IfJeffrey Stedfast2004-05-141-2/+2
* Don't complain about message errors ("Internal Error: ..."), insteadJeffrey Stedfast2004-04-151-5/+0
* hmm, use the right pointer when iterating the pending uri list.Not Zed2004-04-141-5/+4
* Add Newsgroups to the default header list.Not Zed2004-03-221-0/+2
* format as plain text too.Not Zed2004-03-171-0/+7
* make this a varags function, which then calls the virtual method to do theNot Zed2004-03-151-0/+27
* if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-031-4/+8
* check mps->protocol != NULL before dereferencing it. See #54406.Not Zed2004-02-231-6/+8
* wrap code with ENABLE_SMIME instead of HAVE_NSS. (emf_multipart_signed):Chris Toshok2004-02-201-4/+4
* ** See bug #53258.Not Zed2004-02-061-18/+17
* ** See bug #53558 (plus other fixes/cleanups)Not Zed2004-01-301-71/+112
* Fixes a bug i can't find right nowNot Zed2004-01-291-1/+6
* ** See bug #53159.Not Zed2004-01-211-1/+0
* ** See bugs #51609 and #43515.Not Zed2004-01-151-0/+8
* ** See bug 51660.Not Zed2004-01-141-20/+85
* keep the windows charset filter around until we're done since if we set itNot Zed2004-01-091-2/+4
* ** See bug #50996.Not Zed2004-01-051-3/+4
* ** See bug #52108.Not Zed2003-12-121-0/+1
* treat application/pkcs7-signature as application/x-pkcs-signature. StupudNot Zed2003-12-101-1/+2
* Added empty_trash prompt key.Not Zed2003-12-021-1/+1
* set session on print formatter for signatures to work.Not Zed2003-11-251-1/+1
* do not use horizonal rule, attachment content is now inside simple frameRadek Doulik2003-11-241-3/+0
* implement the key selector popup using e-cert-selector.Not Zed2003-11-131-62/+0
* changed for cipher context api changes. ditto.Not Zed2003-11-101-16/+46
* show application/x-pkcs7-mime inline always by default.Not Zed2003-10-301-11/+57
* Put an <hr> between parts of a multipart.Jeffrey Stedfast2003-10-221-3/+2
* remove gconf stuff. (em_format_html_set_xmailer_mask): new method to setNot Zed2003-09-301-35/+26
* Oops, put the arguments in the right order.Jeffrey Stedfast2003-09-301-1/+1
* Fix for bug #48791 (and also fixes a FIXME)Jeffrey Stedfast2003-09-241-15/+40
* updated for camel namespace changesJeffrey Stedfast2003-09-191-9/+9
* Initialise charset to NULL or it may be used uninitialised. Also includeJeffrey Stedfast2003-09-191-1/+2
* cvs removed.Not Zed2003-09-181-0/+1228