aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the importer linklineIain Holmes2001-05-151-0/+1
* Remove this... it's not used any more.Dan Winship2001-05-151-2/+0
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-121-1/+0
* sanitize LD_ADDS and CFLAGS so the libtool lines are shorter (fixesMartha Burke2001-05-121-3/+1
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-111-0/+2
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-1/+3
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-081-1/+0
* Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-281-2/+2
* Remove UNICODE_CFLAGSDan Winship2001-04-261-2/+0
* Added "MessageSearch" verb.Jon Trowbridge2001-04-261-0/+2
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-241-1/+2
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-4/+1
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-131-2/+0
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-271-0/+2
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-5/+5
* Removed from cvsJeffrey Stedfast2001-03-091-2/+0
* Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto.Not Zed2001-02-221-5/+0
* Fix for api changes to append_mail.Not Zed2001-02-211-2/+0
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-0/+2
* xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-131-2/+6
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-4/+1
* Added libmenus.la.Christopher James Lahey2001-02-071-1/+2
* added mail-send-recv.hJeffrey Stedfast2001-02-071-0/+1
* ForgotIain Holmes2001-01-261-1/+21
* New swanky send/recieve thingy, well it so far only receives (pop/mbox).Not Zed2001-01-191-0/+1
* Use static libcomposer.a here instead of the libtoolized one.Miguel de Icaza2001-01-181-1/+1
* Removed GPG_* variables.Jeffrey Stedfast2001-01-131-3/+1
* Moved to mail-config.gladeJeffrey Stedfast2001-01-101-2/+1
* Add -export-dynamic, so libglade can resolve evolution-mail symbols.Dan Winship2001-01-101-0/+3
* Updated. (decode_pgp): Get rid of #ifdef PGP_PROGRAM's and handleJeffrey Stedfast2001-01-101-0/+2
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-2/+6
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-6/+2
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-2/+6
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-0/+2
* return NULL if we can't create a view.Michael Meeks2000-12-051-1/+1
* add GPGME_CFLAGS and GPGME_LIBSDan Winship2000-11-221-3/+5
* Removed. No longer serves a purpose.Not Zed2000-11-211-2/+0
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-1/+2
* Builddir != srcdir is The Way, man.Ettore Perazzoli2000-11-081-1/+3
* First draft of folder tree unread message indication for /localDan Winship2000-11-071-2/+0
* Added new header files.Jeffrey Stedfast2000-11-041-0/+3
* Clean the idl-generated files properly.Federico Mena Quintero2000-11-041-0/+3
* Summary is back in :DIain Holmes2000-10-261-0/+5
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-1/+5
* Un #if 0'd out (search_full): Same. (folder_browser_gui_init): ConnectJeffrey Stedfast2000-10-171-0/+2
* Disable the executive-summaryIain Holmes2000-10-121-3/+0
* Work around missing files in Zucchi's commit.Ettore Perazzoli2000-10-091-2/+0
* New widget, full search dialogue for mail.Not Zed2000-10-091-0/+2
* Fix the locking up of the mail by only calling camel functions from theIain Holmes2000-10-071-0/+3
* add -I$(top_srcdir)/widgets/miscChris Toshok2000-10-031-0/+1
* subscribe-control.[ch] -> subscribe_dialog.[ch]Chris Toshok2000-10-031-2/+2
* nuked.Chris Toshok2000-09-301-0/+2
* Don't compile the subscribe control for now, as it needs to beEttore Perazzoli2000-09-281-4/+0
* add SubscribeControl typedef.Chris Toshok2000-09-281-0/+4
* Updated to use Nat's ENameWestern parser.Jeffrey Stedfast2000-09-261-0/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+2
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-171-0/+1
* Thou shalt add a space after `-I' when invoking `orbit-idl'.Ettore Perazzoli2000-09-131-1/+1
* Get rid of the `ui.xml' stuff that Michael committed, as it's breakingEttore Perazzoli2000-09-131-4/+1
* Cool Hack of the Day: right-click menu item to autodetect what mailingEttore Perazzoli2000-09-121-0/+2
* Added a simple LocalStorage manager module so that we can hook upEttore Perazzoli2000-09-121-0/+2
* Preliminaries for new UI handler.Michael Meeks2000-09-081-1/+4
* KillJP Rosevear2000-08-261-10/+2
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-1/+0
* add mail-local.hDan Winship2000-08-141-1/+2
* Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-131-0/+1
* Fix compilation of that vital necessity test-mailPeter Williams2000-08-121-3/+3
* Fix 'Test settings' in the prefs dialog. Update the async readme.Peter Williams2000-08-121-18/+18
* Merge with camel-async.Peter Williams2000-08-111-2/+10
* Helper function to add with confirm.Not Zed2000-08-091-0/+1
* New file to hold auto filter/vfolder stuff.Not Zed2000-08-091-0/+1
* Fix build by allowing includes for e-table dirJP Rosevear2000-08-081-0/+3
* Redone to show a dialogue first, and show progress of whats happening asNot Zed2000-08-081-1/+3
* Added mail-view.cJeffrey Stedfast2000-08-081-0/+1
* Work with GtkHTML if it uses gconfPeter Williams2000-08-041-1/+1
* Increase window size slightly, rename "Transport" to "Mail Transport"JP Rosevear2000-08-031-4/+0
* add GTKHTML_CFLAGS where needed.Mathieu Lacage2000-08-021-1/+2
* New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-021-0/+1
* Remove hack to pass the storage around.Not Zed2000-07-301-0/+1
* New function to create composer with sig file set.JP Rosevear2000-07-291-2/+6
* Put the version number in the `X-Mailer:' header instead of justEttore Perazzoli2000-07-161-0/+1
* Glade files for the configuration dialog.JP Rosevear2000-07-071-2/+5
* include GCONF_CFLAGS for gconf_initDan Winship2000-07-071-0/+1
* Code for message threading.Not Zed2000-07-061-0/+2
* Use the gnomevfs sniff buffer interface to try to identify the MIME typeDan Winship2000-07-061-1/+3
* test-mail and test-thread should be noinst.Dan Winship2000-07-031-1/+3
* Removed. These aren't being used any more. (The real pixmaps are inDan Winship2000-07-021-10/+1
* Force thread usage and clean up the configure aspect thereof.Peter Williams2000-06-261-6/+6
* Add libs so that we link right with gthreadsPeter Williams2000-06-231-0/+1
* Add the async mail API (still not hooked up though)Peter Williams2000-06-221-1/+14
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-16/+8
* Make the mail folder browser use EScrollFrame for a nicer look.Ettore Perazzoli2000-06-011-0/+1
* Hardcode the vfolder source to just the inbox (so at least it returnsNot Zed2000-05-301-0/+5
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-281-1/+2
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-3/+11
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-0/+1
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-1/+0
* New menu to bring up the filter editor, and edit filters. They dontNotZed2000-05-171-1/+3
* Removed dist-hook section.Christopher James Lahey2000-05-101-4/+7
* New code to configure identity, mail source, and mail transport.Dan Winship2000-05-071-0/+1
* ignore evolution-mail.pureChris Toshok2000-05-071-0/+12
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-5/+1
* Some small build fixes:Jacob Leach2000-05-041-1/+1
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* Improve the builtin vs bonobo selection code. (handle_mystery): IncludeDan Winship2000-04-301-0/+2
* Makefile fixMiguel de Icaza2000-04-281-1/+2
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-3/+11
* Add libibex.la to link.NotZed2000-04-211-0/+1
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-151-3/+3
* new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't doDan Winship2000-04-081-7/+3
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-0/+4
* display message sizebertrand2000-03-211-1/+8
* Temporarily removed the calendar from the subdirs list. The compilationbertrand2000-03-211-0/+1
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+1
* added the get_e_folder_type function.bertrand2000-03-131-1/+6
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-0/+3
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-3/+4
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-291-1/+1
* + * libical/Makefile.in: autogenerated file removed from cvs, andMatthew Loper2000-02-221-1/+2
* Further Makefile.am fixage -miguelMiguel de Icaza2000-02-191-2/+2
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-1/+6
* Add the e-text directory to the includes list.Christopher James Lahey2000-02-121-1/+2
* Added libetext as libetable depends on it.Christopher James Lahey2000-02-091-0/+1
* Changed the order of the compilation so the CORBA stuff was generatedIain Holmes2000-02-091-2/+2
* More work. Not funny that e-table does not display.Arturo Espinosa2000-01-291-2/+11
* Work on the factoyrArturo Espinosa2000-01-291-10/+12
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-2/+2
* It compiles -miguelArturo Espinosa2000-01-251-2/+6
* More workArturo Espinosa2000-01-251-1/+15
* More workArturo Espinosa2000-01-201-0/+4
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-0/+16