aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs that crept into reply generation. This needs a lot more workDan Winship2000-04-252-5/+21
* Redo large chunks of this. The mail display now consists of a vbox in aDan Winship2000-04-255-638/+747
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-245-5/+90
* Change cid expectations to match current camel reality.Dan Winship2000-04-232-5/+5
* call glade_gnome_init, for composer.Dan Winship2000-04-232-0/+6
* #include "mail-format.h"Dan Winship2000-04-231-0/+1
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-236-56/+328
* deal with cid: URLs. (find_cid): helper routine for above. (This could beDan Winship2000-04-213-21/+144
* ref the message we display, since we're going to unref it when we removeDan Winship2000-04-212-0/+8
* Oops, remove some debug i put there.NotZed2000-04-212-4/+1
* Add libibex.la to link.NotZed2000-04-214-24/+33
* update for bonobo change, and remove a now-unused variable.Dan Winship2000-04-212-43/+7
* new function, actually calls select_msg. (on_row_selection_cmd): registerChris Toshok2000-04-173-5/+33
* no more e_cell_set_editable. this info always comes from the model.Chris Toshok2000-04-172-3/+5
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-158-239/+893
* use gnome_app_fill_toolbar_with_data, so we get the beautiful gnomeChris Toshok2000-04-152-36/+36
* Fix up the warning message a bit. (folder_browser_factory): Make theDan Winship2000-04-142-9/+16
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-122-0/+5
* Add some #includes for the non-HAVE_MKSTEMP caseDan Winship2000-04-102-0/+7
* use camel_movemail when fetching mail from an mbox store. This leavesDan Winship2000-04-102-14/+84
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-092-0/+7
* Add more beautiful art from Miggue, the Diego Rivera of the nextMiguel de Icaza2000-04-089-120/+211
* + * folder-browser.c (folder_browser_destroy): Unref the shellMatthew Loper2000-04-083-1/+27
* new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't doDan Winship2000-04-085-18/+215
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-069-53/+325
* update to new property API.Michael Meeks2000-04-022-23/+62
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-014-11/+10
* Call bonobo_control_frame_activate on the folder_view every time it isDan Winship2000-03-302-16/+82
* quiet warnings when building in ../poChris Toshok2000-03-282-54/+57
* Memory leak fix.Miguel de Icaza2000-03-272-10/+19
* update for summary changes. Hey, neat, it really does make it moreDan Winship2000-03-252-28/+50
* Updated .cvsignore filesChris Lahey2000-03-232-1/+6
* Minor cleanup & commenting.Matthew Loper2000-03-223-40/+46
* display message sizebertrand2000-03-213-2/+13
* launch the good componentBertrand Guiheneuf2000-03-211-1/+1
* Temporarily removed the calendar from the subdirs list. The compilationbertrand2000-03-213-3/+76
* Properly ref & sink the table and header models.Christopher James Lahey2000-03-212-0/+9
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+1
* First cut at a mail source selection wizard. Basically a rigged demo atDan Winship2000-03-152-1/+778
* i2000-03-13 bertrand <bertrand@helixcode.com>bertrand2000-03-132-1/+13
* (get_view): added a parameter to have a reference to the EShellView.bertrand2000-03-131-1/+1
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-135-73/+51
* name changebertrand2000-03-133-14/+20
* added the get_e_folder_type function.bertrand2000-03-135-4/+73
* plug mem leaks due to bad documentation ofbertrand2000-03-093-5/+14
* added a warning so that the user knows that this version may crash hisbertrand2000-03-082-6/+12
* sync from laptopBertrand Guiheneuf2000-03-084-72/+96
* missing fileBertrand Guiheneuf2000-03-072-3/+104
* More changes than a man can remember.Bertrand Guiheneuf2000-03-0614-82/+634
* Added a prototype message listing.Christopher James Lahey2000-03-052-5/+26
* Set up the column headers properly.Christopher James Lahey2000-03-053-2/+10
* Define ml_duplicate_value and ml_free_value correctly.Christopher James Lahey2000-03-052-1/+44
* Use g_int_compare and g_str_compare as we should be instead of g_int_equalChristopher James Lahey2000-03-052-10/+15
* sync for debugging with chrisBertrand Guiheneuf2000-03-054-7/+25
* Change this to use the ETable widget itself instead of building it fromChristopher James Lahey2000-03-052-3/+10
* Ref the table columns since we unref them at the end.Christopher James Lahey2000-03-042-1/+8
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-022-3/+10
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-292-1/+5
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-252-1/+17
* last set of changes for CamelFolder changes. Evolution builds again...Dan Winship2000-02-252-1/+6
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-242-5/+14
* + * message-list.c (message_list_set_folder): Check 'desc'riptionsMatthew Loper2000-02-242-10/+21
* fix to show a sample correct implementation.bertrand2000-02-223-3/+49
* + * libical/Makefile.in: autogenerated file removed from cvs, andMatthew Loper2000-02-222-1/+6
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-222-1/+46
* update for CamelSession changesDan Winship2000-02-222-1/+11
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-202-0/+5
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-192-0/+2
* Further Makefile.am fixage -miguelMiguel de Icaza2000-02-191-2/+2
* update for bonobo changesDan Winship2000-02-171-1/+5
* Add session.cArturo Espinosa2000-02-171-0/+67
* Add session.hArturo Espinosa2000-02-171-0/+17
* Add the unicode libraries as well.Miguel de Icaza2000-02-167-9/+76
* + * tests/ui-tests/message-browser.c (handle_tree_item): Expand treeMatthew Loper2000-02-142-2/+6
* HTMLStreamClass's parent changed to CamelStreamClass, not CamelStream.Matthew Loper2000-02-142-1/+6
* Add the e-text directory to the includes list.Christopher James Lahey2000-02-123-2/+10
* Display the summary. AbstractlyMiguel de Icaza2000-02-111-5/+20
* Added libetext as libetable depends on it.Christopher James Lahey2000-02-092-0/+5
* Changed the order of the compilation so the CORBA stuff was generatedIain Holmes2000-02-092-2/+7
* Add evolution-mail.gnorba fileArturo Espinosa2000-01-301-0/+13
* Add missing fileArturo Espinosa2000-01-301-0/+58
* More work. Not funny that e-table does not display.Arturo Espinosa2000-01-296-28/+189
* Work on the factoyrArturo Espinosa2000-01-293-13/+43
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-269-35/+36
* Add missing fileArturo Espinosa2000-01-261-0/+6
* It compiles -miguelArturo Espinosa2000-01-259-15/+91
* More workArturo Espinosa2000-01-2510-5/+780
* More workArturo Espinosa2000-01-205-0/+163
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-192-0/+27
n>6-10/+4 * Add ateam_mysql_ldap_auth 1.0, a-Team MySQL LDAP authentication plugin.novel2016-05-255-0/+69 * pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts thematthew2016-05-255-0/+51 * - Update to 0.7.3lwhsu2016-05-252-3/+4 * Fix strncat() misuse, and enable TCL option.mandree2016-05-254-5/+96 * Fix plistmatthew2016-05-241-2/+4 * databases/py-odbc: 3.0.7 -> 3.0.10pi2016-05-245-26/+27 * Modernize Makefile and chase new requisites.mandree2016-05-246-68/+71 * Fix portlint warnings.mandree2016-05-244-14/+15 * Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-242-2/+2 * Update to 6.2.23. Add TCL option. Cleanup.mandree2016-05-244-51/+76 * Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2420-20/+20 * Update to 5.1.39matthew2016-05-232-27/+27 * Update to 1.6.1matthew2016-05-232-4/+4 * Update to version 1.1matthew2016-05-233-46/+4 * - Update to 1.302015sunpoet2016-05-232-2/+2 * - Update to 1.4.1sunpoet2016-05-232-3/+5 * - Update to 0.4.0sunpoet2016-05-232-4/+4 * - Update to 0.4.0sunpoet2016-05-232-3/+4 * - Update RUN_DEPENDSsunpoet2016-05-231-1/+2 * - Update RUN_DEPENDSsunpoet2016-05-231-1/+3 * Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-2223-340/+378 * Update to 0.10.vanilla2016-05-212-3/+4 * databases/py-pickleshare: 0.6 -> 0.7.2pi2016-05-212-3/+4 * databases/py-oursql: 0.9.3.1 -> 0.9.3.2pi2016-05-202-5/+8 * Add pkg-plist changes forgotten in the previous update.matthew2016-05-202-1/+11 * Update to 5.1.0matthew2016-05-197-45/+14 * - Fix trailing whitespace in pkg-messagesamdmi32016-05-1919-30/+30 * - Fix trailing whitespace in Makefilesamdmi32016-05-193-3/+3 * - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-19101-231/+231 * Update to gdbm 1.12 (bugfix release)johans2016-05-182-4/+3 * Add a new port of databases/rubygem-activerecord-importbrd2016-05-184-0/+27 * databases/mysql57-server: fix the perms of my.cnf to 0644pi2016-05-182-1/+2 * databases/mysql57-{client|server}: fix COMMENT for -clientpi2016-05-182-2/+3 * databases/mysql57-server: changing the way the SSL libraries are linkedpi2016-05-181-6/+11 * databases/influxdb: update 0.12.1 -> 0.13.0robak2016-05-183-29/+28 * - Convert to USES=mysqlamdmi32016-05-171-6/+5 * Re-add databases/postgresql90-client, databases/pg_rman still needs itrene2016-05-172-0/+19 * - Add LICENSEamdmi32016-05-172-9/+12 * Re-add databases/postgresql90-server, for nowrene2016-05-1728-0/+2677 * Remove expired ports:rene2016-05-1733-2764/+0 * databases/mongodb32-tools: 3.2.4 -> 3.2.5pi2016-05-162-3/+4 * devel/lfcbase: 1.8.2 -> 1.8.3pi2016-05-162-3/+4 * databases/mongodb{32}: allows to change the config location from rc.confpi2016-05-162-2/+8 * databases/mongodb32: use clang from base in 11-CURRENTpi2016-05-161-9/+11 * databases/mongodb32: 3.2.4 -> 3.2.6pi2016-05-162-3/+3 * - Update to 1.4.0sunpoet2016-05-163-5/+12 * Switch to rubygem-activerecord4, metasploit will be upgraded to a versionantoine2016-05-151-2/+2 * New port: databases/rubygem-postgres_extantoine2016-05-154-0/+30 * New port: databases/rubygem-pg_array_parserantoine2016-05-154-0/+24 * Update databases/elixir-ecto to version 1.1.7.olgeni2016-05-142-3/+4 * databases/adabase: Package description required updating with v2.0marino2016-05-141-5/+5 * database/adabase: Upgrade version 1.0 => 2.0 (SQLite Driver)marino2016-05-144-22/+44 * Update PostgreSQL to latest versionsgirgen2016-05-1315-15/+26 * Upgrade to the latest release - 3.2.0.osa2016-05-122-6/+4 * databases/mariadb100-server: Fix package builder failuresbrnrd2016-05-121-0/+2 * databases/mariadb101-{server,client}: Update to 10.1.14brnrd2016-05-113-5/+64 * databases/tcl-lmdb: update to 0.3.5gahr2016-05-103-19/+3 * databases/xtrabackup: update 2.3.3 -> 2.3.4robak2016-05-102-3/+3 * Update the maintainer email address for the ports Iwoodsb022016-05-101-2/+2 * databases/tcl-lmdb: switch the default -fixedmap option of [env open] to falsegahr2016-05-092-0/+16 * Update databases/elixir-mariaex to version 0.7.5.olgeni2016-05-092-3/+3 * - Update to 0.10.9tota2016-05-092-6/+5 * Add new port database/adabasemarino2016-05-096-0/+144 * Update databases/elixir-ecto to version 1.1.6.olgeni2016-05-092-3/+3 * databases/speedtables: update to 1.9.2gahr2016-05-092-5/+12 * - Update to 0.4-1tota2016-05-092-3/+3 * Use mysqli as default in databases/pear-Horde_Dbmm2016-05-081-1/+2 * Update databases/elixir-calecto to version 0.6.0.olgeni2016-05-083-12/+3 * databases/mariadb100-{client,server}: Update to 10.0.25brnrd2016-05-0711-111/+122 * New port: databases/sqlite-ext-regexppi2016-05-065-0/+60 * New port: databases/sqlite-ext-spellfixpi2016-05-065-0/+67 * Update to 5.7.12, fixing 31 partially critical vulnerabilitiesriggs2016-05-0652-136/+323 * databases/tcl-sqlite3: 3.12.1 -> 3.12.2pi2016-05-062-3/+3 * databases/sqlite3: 3.12.1 -> 3.12.2pi2016-05-062-4/+6 * databases/tcl-lmdb: update to 0.3.4gahr2016-05-063-50/+3 * - Update to 0.7.2lwhsu2016-05-062-3/+3 * - Update to 0.8.6lwhsu2016-05-062-3/+3 * - Update to 2.2.2wen2016-05-068-50/+92 * databases/py-peewee: 2.3.1 -> 2.8.0pi2016-05-062-3/+3 * databases/p5-DBD-XBase: 1.06 -> 1.07pi2016-05-052-3/+3 * Update databases/erlang-epgsql to version 3.2.0.olgeni2016-05-043-3/+5 * - Update to 0.4tota2016-05-043-6/+5 * Update to 4.6.1matthew2016-05-032-3/+3 * databases/mariadb55-{client,server}: Update to 5.5.49brnrd2016-05-032-15/+8 * Remove databases/rrdtool10zeising2016-05-0314-285/+2 * Update databases/rrdtool to 1.6.0zeising2016-05-0311-16/+13 * databases/tcl-lmdb: last commit required a PORTREVISION bumpgahr2016-05-021-0/+1 * databases/tcl-lmdb: help autoconf find lmdb's headers and librariesgahr2016-05-021-0/+3 * Update to 2.6.12 release.ale2016-05-027-21/+36 * databases/cego: 2.30.2 -> 2.30.3pi2016-05-012-3/+3 * Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-301-4/+4 * databases/postgresql-plv8js: Fix build with libc++ 3.8.0pi2016-04-303-0/+79 * - Update to 2.26sunpoet2016-04-302-3/+3 * - Update to 0.005002sunpoet2016-04-302-3/+4 * databases/casstcl: fix LDCONFIG path, bump PORTREVISIONgahr2016-04-291-1/+2 * - Update to 4.5.1sunpoet2016-04-294-10/+9 * - Pet portlintsunpoet2016-04-281-2/+2 * databases/puppetdb: remove unneeded USE_RAKEswills2016-04-281-1/+0 * Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-2873-73/+73 * Bump portrevision to reflect rc-scripts update.demon2016-04-281-0/+1 * create USES=gem and update rubygem- ports to use itswills2016-04-2873-152/+73 * Fix 'status' argument for rc-scripts.demon2016-04-272-0/+2 * Update to 1.4.8.vanilla2016-04-262-3/+3 * Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-263-6/+3 * Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.mat2016-04-26