aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Radically reorganize source code.Matthew Barnes2009-06-251-1332/+0
* Stop abusing forward declarations.Matthew Barnes2009-06-191-1/+1
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-53/+53
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-19/+19
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-5/+5
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-16/+16
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-15/+3
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-32/+24
| * ** Fix for bug #576921Hiroyuki Ikezoe2009-03-281-16/+24
| * ** Fix for bug #576845Hiroyuki Ikezoe2009-03-281-6/+6
| * ** Fix for bug #539536Sankarasivasubramanian Pasupathilingam2008-09-151-0/+1
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-14/+14
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-3/+3
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-261-2/+4
* | Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-34/+2
* | Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-226/+9
* | Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-291-17/+0
* | Miscellaneous stuff.Matthew Barnes2009-01-271-1/+1
* | Tweak the EShell API.Matthew Barnes2009-01-081-1/+1
* | Progress update:Matthew Barnes2008-11-191-248/+208
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-14/+15
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-15/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-3/+3
* ** Fix for bug #529375Milan Crha2008-04-231-0/+14
* ** Fix for bug #510779Srinivasa Ragavan2008-01-241-0/+190
* ** Fix for bug #211353Milan Crha2008-01-101-134/+95
* ** Fix for bug #300336Milan Crha2008-01-071-0/+5
* ** Fix bug #497914Gilles Dartiguelongue2008-01-071-8/+4
* ** Fix for bug #211353Milan Crha2007-12-171-62/+246
* Part of fix for #492702 from Milan Crha : New mail notify and preferences ui ...Johnny Jacob2007-12-151-62/+0
* ** Added a preference to disable Magic Spacebar.Srinivasa Ragavan2007-12-051-0/+5
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-194/+194
* ** Fixes bug #437579Matthew Barnes2007-10-101-1/+1
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-2/+4
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fix for bug #468303Srinivasa Ragavan2007-08-221-2/+2
* ** Fix for bug #468734Srinivasa Ragavan2007-08-211-1/+1
* ** Fix for bug #463061Srinivasa Ragavan2007-08-031-4/+5
* ** Fix for bug #458820 from Cosimo CecchiSrinivasa Ragavan2007-07-291-2/+15
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-28/+27
* ** Adds support for Contact Image in the preview paneSrinivasa Ragavan2007-06-021-0/+9
* ** Fix for bug #439512Srinivasa Ragavan2007-05-191-2/+2
* Add pluggable junk filter code and move SA options to the plugins.Srinivasa Ragavan2007-04-031-6/+156
* ** Fixes bug #373116Matthew Barnes2007-04-021-45/+26
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-1/+1
* Migrate from GnomeFontPicker to GtkFontButton (#373837).Matthew Barnes2007-03-291-9/+11
* Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-271-0/+20
* Fix for bug #350411 & 350476Srinivasa Ragavan2006-08-091-2/+3
* Fix for bug #330355Srinivasa Ragavan2006-07-191-2/+7
* Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-251-1/+21
* ** Fixes bug #323853Shi Pu2006-04-301-8/+6
* Freeing font value string. See #309316.Sushma Rai2006-02-091-0/+1
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-1/+9
* ** See bug 317284Parthasarathi Susarla2005-09-301-0/+2
* ** See bug 317284Parthasarathi Susarla2005-09-291-13/+16
* Free font name Free font name and name of citation color. Free searchKjartan Maraas2005-07-131-0/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-2/+2
* add a11y names for color pickers.Mengjie Yu2005-01-251-1/+3
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-1/+1
* added hook docs, and cleaned up some of the hook point names.Not Zed2004-10-281-0/+8
* convert to org.gnome hook namesJP Rosevear2004-10-201-1/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-12/+55
* the check button label has now opposite meaning (after UI changes), callRadek Doulik2004-06-141-2/+11
* remove "use daemon" handling codeRadek Doulik2004-05-201-5/+0
* #include <gtk/gtkliststore.h>. Fixes bug #58407.Jeffrey Stedfast2004-05-171-0/+1
* Don't include the last default_header when setting the default headers. IfJeffrey Stedfast2004-05-141-17/+14
* Default the Mailer header to enabled. Fixes bug #58217.Jeffrey Stedfast2004-05-111-4/+1
* removed.Not Zed2004-05-031-2/+19
* We only want 8bits per color. Fixes bug #57588.Jeffrey Stedfast2004-04-291-4/+4
* Removed.Jeffrey Stedfast2004-04-081-6/+0
* Don't call a function that doesn't exist anymore.Jeffrey Stedfast2004-04-071-1/+1
* Changed to save the settings in the signal callbacks.Jeffrey Stedfast2004-04-071-265/+279
* Updated for signature API changes.Jeffrey Stedfast2004-04-021-3/+4
* Fixed the key to fetch the value from the correct location. It'sJeffrey Stedfast2004-03-241-2/+2
* Add Newsgroups to the default header list.Not Zed2004-03-221-0/+1
* started writing this, but i couldn't be fucked right now - apparentlyNot Zed2004-03-181-4/+49
* if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-031-23/+2
* Fixed some console warnings from my last commit.Jeffrey Stedfast2004-02-281-27/+17
* If gconf_entry_get_value() returns NULL, then it means the key was unsetJeffrey Stedfast2004-02-281-44/+164
* use mail_session_get_sa_daemon_portRadek Doulik2004-01-241-3/+11
* added SA prefs (mail_session_get_sa_local_only): new helper methodRadek Doulik2004-01-131-0/+14
* Shorten the namespace of some internal functions to just emft.Jeffrey Stedfast2003-12-121-76/+99
* display x-evolution-mailer pseudo header irrespective of xmailer_mask.Grahame Bowland2003-12-111-3/+402
* monitor gconf key /apps/evolution/mail/junk/check_incoming and keepRadek Doulik2003-12-041-0/+10
* Re-Namespaced mail-accounts.cJeffrey Stedfast2003-10-251-0/+474