/japanese/bugzilla/

44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-tools.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style cleanups.Matthew Barnes2011-06-301-3/+3
* Adapt to CamelService changes.Matthew Barnes2011-06-301-18/+18
* Bug #643218 - Local delivery doesn't deliver after maildir migrationMilan Crha2011-06-301-1/+1
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2011-06-301-1/+1
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-32/+0
* Give MailSession a permanent home.Matthew Barnes2010-10-131-140/+1
* Remove unused mail_tools_x_evolution_message_parse()Matthew Barnes2010-10-031-42/+0
* Adapt to Camel API changes.Matthew Barnes2010-09-281-5/+6
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-8/+18
* Coding style cleanups.Matthew Barnes2010-09-131-20/+20
* Bug #627952 - 'Local delivery' mbox's aren't read properlyMilan Crha2010-09-071-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-7/+19
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-25/+37
* Adapt to Camel API changes.Matthew Barnes2010-04-301-5/+10
* Camel is now GObject-based.Matthew Barnes2010-04-241-3/+3
* Adapt to Camel API changes.Matthew Barnes2010-04-041-2/+2
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-4/+0
* Fix mismatched quotes.Matthew Barnes2010-03-291-3/+3
* Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-301-1/+1
* Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4Jonathon Jongsma2009-12-211-14/+1
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-1/+1
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-161-1/+1
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-2/+2
* Bug #552552 - File/Empty Trash does not expunge maildir foldersMilan Crha2009-10-091-1/+15
* Radically reorganize source code.Matthew Barnes2009-06-251-5/+1
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-27/+27
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+16
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-2/+4
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-2/+6
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-16/+16
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-37/+37
* 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-2/+0
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-2/+2
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+2
* Uncommented mail_tool_get_local_movemail_path for non-win32 builds sinceSrinivasa Ragavan2006-01-041-2/+1
* Use gstdio wrappers. Beautify #include order and syntax.Tor Lillqvist2005-12-181-16/+23
* Not implemented on Win32.Tor Lillqvist2005-09-281-1/+8
* cast warning away.Not Zed2005-08-241-1/+1
* if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-1/+1
* forward-reference structuresNot Zed2005-05-161-0/+1
* ** See bug #66592Not Zed2005-03-041-53/+16
* ** See bug #71312.Not Zed2005-02-011-0/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* ** See #59885.Not Zed2004-06-171-2/+2
* put note_store back in. Quick hack to fix the issue of folders beingNot Zed2004-05-221-1/+4
* ** Another unread count bug, #58814.Not Zed2004-05-221-4/+1
* add for translators.Not Zed2004-05-121-2/+0
* removed.Not Zed2004-05-031-1/+3
* call abort before we unref, aid debugging if we hit it.Not Zed2004-02-051-1/+2
* ** See bug #53320 and probably othersNot Zed2004-01-291-18/+18
* ** See bug #53179Not Zed2004-01-281-14/+25
* ** See bug #53084 and others.Not Zed2004-01-271-8/+2
* Fixes bug #51618Jeffrey Stedfast2003-12-051-1/+0
* if we're setting the fragment, strip leading /'s.Not Zed2003-11-191-78/+13
* thin wrapper on mail_component_get_local_inbox.Not Zed2003-11-171-9/+1
* merged spam filtering branchRadek Doulik2003-11-131-3/+10
* removed mail-local.[c,h]Jeffrey Stedfast2003-10-231-1/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-5/+10
* cvs removed.Not Zed2003-09-181-130/+1
* Strip the signature from the body text. Fixes bug #45523. While we'reJeffrey Stedfast2003-07-041-9/+41
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-3/+4
* ** See bug #22542Not Zed2003-06-111-11/+17
* ** See bug #42400Not Zed2003-05-071-0/+8
* strdup the key before freeing the url as it is probably pointing there.Not Zed2003-03-251-1/+2
* Load per-folder setting of show_preview from meta data.Not Zed2003-03-241-0/+69
* #include "mail-format.h"Jeffrey Stedfast2003-01-10