aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-2213-163/+136
* add #ifdef HAVE_ALLOCA_HDan Winship2000-11-223-0/+9
* sync - FedericoFederico Mena Quintero2000-11-221-1/+0
* Removed the default_user/local/Tasks/Makefile until the relevant files areFederico Mena Quintero2000-11-221-0/+6
* The icon column is not editable!Federico Mena Quintero2000-11-2210-1323/+22
* Fixed size allocation bug.Jesse Pavel2000-11-223-54/+21
* Removed mail/message-thread.c and added camel/camel-folder-thread.cJeffrey Stedfast2000-11-222-1/+6
* took out some no longer needed printfs.Jeffrey Stedfast2000-11-222-2/+5
* If we dont get a big enough chunk in the first node, give up. Otherwise weNot Zed2000-11-212-9/+17
* New function to strdup into a mempool.Not Zed2000-11-213-0/+12
* IF we dont find a source, clear the exception and ignore it silently. forNot Zed2000-11-213-14/+50
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-2111-95/+462
* #include <gtkhtml/gtkhtml-embedded.h>Radek Doulik2000-11-212-0/+5
* use html_engine_is_selection_active added some includesRadek Doulik2000-11-212-1/+9
* Removed. No longer serves a purpose.Not Zed2000-11-215-794/+25
* New function to allocate a zero'd out chunk.Not Zed2000-11-213-0/+16
* Added camel-folder-thread.[ch].Not Zed2000-11-214-0/+645
* fix changelog merge conflictsJeffrey Stedfast2000-11-211-1/+0
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-214-24/+32
* Fix IMAP get-mail to work; CORBA calls in the dispatch thread are a no-no.Peter Williams2000-11-212-13/+62
* New routines for fast memory management and compact string array storage.Not Zed2000-11-214-0/+902
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-2114-407/+1038
* Save out the md5 hash of the messageid as hex, since thats all we have forNot Zed2000-11-213-43/+64
* New comparison function that will replace address_compare if/when we everJeffrey Stedfast2000-11-211-0/+1
* New comparison function that will replace address_compare if/when we everJeffrey Stedfast2000-11-212-69/+110
* Updated Spanish translationHector Garcia2000-11-212-56/+79
* Updated Dutch translation.Almer S. Tigelaar2000-11-202-2216/+2622
* Translations from keldKenneth Christiansen2000-11-191-189/+234
* Add widgets/menus/libmenus.la to evolution_addressbook_LDADD so that itMatt Bissiri2000-11-192-1/+9
* AdaptMiguel de Icaza2000-11-181-3/+3
* Add Makefile.am and .cvsignoreMiguel de Icaza2000-11-182-0/+19
* Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-184-2/+14
* Removed test for Bonobo here.Miguel de Icaza2000-11-181-1/+0
* Updated Swedish translation.Christian Rose2000-11-182-35/+48
* Use the new quote_message function and make it start with "On %s, %sJeffrey Stedfast2000-11-185-105/+123
* Updated Spanish translationHector Garcia2000-11-172-1171/+985
* Updated Swedish translation.Christian Rose2000-11-172-160/+192
* Updated russian translation.Valek Frob2000-11-172-149/+183
* lso make sure not to go past the end of the buffer ;-)Jeffrey Stedfast2000-11-171-1/+1
* When extracting a literal string, capture up until the end of the lastJeffrey Stedfast2000-11-172-0/+8
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-173-8/+46
* Before we destroy ourselves, unhook ourselves from the folder updateNot Zed2000-11-172-1/+15
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-174-9/+19
* Added the MessageViewSource bonobo menu verb.Jeffrey Stedfast2000-11-175-0/+134
* Added View Message Source.Jeffrey Stedfast2000-11-172-0/+8
* added cancellation code to our program; people can cancel meetings,Jesse Pavel2000-11-173-21/+131
* Major Update (as opposed to Sergeant Bugfix and General Rewrite).Matthias Warkus2000-11-172-1506/+2469
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-1610-230/+346
* Initialise nameinit & namecache. (contains_name): On first call, load allNot Zed2000-11-163-1/+76
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-166-10/+22
* Locking interfaces.Michael Zucci2000-11-162-0/+468
* Sync here instead. (filter_driver_filter_mbox): And here too.Jeffrey Stedfast2000-11-162-4/+21
* Sync the defaultfolder.Jeffrey Stedfast2000-11-162-1/+8
* Added Forward as Attachment.Jeffrey Stedfast2000-11-162-2/+10
* Added a new Forward as Attachment bonobo menu item verb.Jeffrey Stedfast2000-11-168-76/+343
* Initialize destination struct with '0's.JP Rosevear2000-11-162-1/+6
* update namespaceRadek Doulik2000-11-162-1/+3
* updates for HTMLEditor API changesRadek Doulik2000-11-165-54/+60
* removed #include <libgnomevfs/gnome-vfs.h>Radek Doulik2000-11-162-2/+1
* #!/usr/bin/perl -pi.bakMichael Meeks2000-11-1624-41/+41
* e_msg_composer_guess_mime_type renamed and movedRadek Doulik2000-11-154-5/+35
* mime_guess_type_from_file_name moved back to composer as it introducedRadek Doulik2000-11-153-22/+5
* Removed local again, not quite ready.Not Zed2000-11-158-50/+123
* Maildir lives.Michael Zucci2000-11-1513-17/+1005
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-1522-0/+4165
* Don't cast an int to a ssize_t.Jeffrey Stedfast2000-11-152-1/+6
* Fixed REPLY code.Jesse Pavel2000-11-152-0/+5
* add (e_shell_view_construct): hook up to system_exception on ui_container.Michael Meeks2000-11-142-0/+22
* Updated fi.po.jjranta2000-11-142-1802/+1718
* Updated russian translation.Valek Frob2000-11-142-1067/+774
* rename command to runCommandRadek Doulik2000-11-142-5/+7
* updated to HTMLEditor API changesRadek Doulik2000-11-143-5/+11
* I created this file to store some commonly used enumeration to stringJesse Pavel2000-11-146-48/+231
* Take a 'subscribe' argument so that this can function as a subscribe ANDJeffrey Stedfast2000-11-142-132/+64
* Update the gal reqiurement version.Christopher James Lahey2000-11-144-6/+17
* Updated version number.Christopher James Lahey2000-11-143-17/+25
* Neglect any leading whitespace in the header contents.Jeffrey Stedfast2000-11-142-0/+22
* Updated Swedish translation.Christian Rose2000-11-142-1250/+1119
* extracted function, does reply indentation, use updated editor engine apiRadek Doulik2000-11-142-5/+24
* Translations from keldKenneth Christiansen2000-11-131-1601/+1812
* OK, bugzilla bug #829 is fixed and that does not redeem me from extremeFederico Mena Quintero2000-11-133-2/+10
* Do this the normal way rather than calling mail_operation_wait_for_finish.Dan Winship2000-11-132-27/+36
* Misspelled "occurrences". (fill_recurrence_widgets): Sensitize the "CustomFederico Mena Quintero2000-11-133-84/+149
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-132-2/+3
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-132-3/+10
* Sync the source folder.Jeffrey Stedfast2000-11-133-1/+8
* New function; re-tag the calendar when its date range changes.Federico Mena Quintero2000-11-132-13/+112
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-132-1/+8
* Block the signals as appropriate. (fill_ending_date): Ditto.Federico Mena Quintero2000-11-132-3/+77
* Add the stupid files, yo - FedericoFederico Mena Quintero2000-11-132-0/+188
* Changed the mime type from "text/vcard" to "text/x-vcard".Christopher James Lahey2000-11-132-1/+6
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-1323-398/+478
* Add idl-generated files.Matt Bissiri2000-11-124-17/+28
* Added Send contact as attachment and Send to contact to menus.Christopher James Lahey2000-11-122-0/+13
* Added a bunch of .lo s from the menus directory.Christopher James Lahey2000-11-1211-14/+929
* Link in composer bonobo code.Christopher James Lahey2000-11-129-55/+303
* Go until inend, not inend+1. Changed the continuation and retry logic toNot Zed2000-11-111-187/+134
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-1136-46/+88
* Make sure 'atleast' is at least 1, always. This is possibly a temporaryNot Zed2000-11-111-3/+4
* Regenerate the idl-generated files if composer idl changes.Matt Bissiri2000-11-112-1/+13
* put a space before a single-digit day of the month since it seems someDan Winship2000-11-112-1/+8
* Require Bonobo >= 0.29, due to the XSync fix.Michael Meeks2000-11-112-2/+7
* fix ids ending with '.'Radek Doulik2000-11-112-1/+6
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-11125-1624/+1663
* set the HTML charset to utf-8 for all the html message parts.Larry Ewing2000-11-112-10/+26
* Inc the iterator before finding the next changed item.JP Rosevear2000-11-113-2/+11
* Made the underline show up properly in the main menu bar.Christopher James Lahey2000-11-113-6/+51
* Updated Norwegian translation.Kjartan Maraas2000-11-103-756/+1246
* Switched from using gtk_menu_item_new_with_label for the menu header toChristopher James Lahey2000-11-103-2/+7
* Require gal 0.2.99.1.Christopher James Lahey2000-11-106-11/+43
* Changed the gal version number and the gal so number. Added check forChristopher James Lahey2000-11-103-2/+236
* I wrote the code so that recipients of meeting requests can replyJesse Pavel2000-11-102-8/+185
* fixed a bug that would make the calendar segfault if the meeting editorJesse Pavel2000-11-102-6/+14
* Added (and cleaned up) keyboard shortcuts. Added keyboard shortcuts.Anna Marie Dirks2000-11-103-9/+36
* Add changed_hash, change list and complete boolJP Rosevear2000-11-108-93/+335
* New glade file for possibly using to create the subscribe dialog.Jeffrey Stedfast2000-11-103-0/+316
* Fixed two spacing problems: first, changed the spacing around the end ofAnna Marie Dirks2000-11-103-4/+15
* oops thats func not *funcJP Rosevear2000-11-103-4/+9
* Fix error handling. (Only send a "*" to bail out of authentication if theDan Winship2000-11-102-9/+19
* Make the panes of the EPaned not shrinkable beyond their minimum size.Christopher James Lahey2000-11-092-4/+9
* updated the GUI to allow the user to add PUBLISHed events to his calendar,Jesse Pavel2000-11-093-27/+125
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-099-135/+263
* Added keyboard shortcuts to all shell menus. Added keyboard shortcuts toAnna Marie Dirks2000-11-093-46/+90
* UpdatedSzabolcs Ban2000-11-091-119/+86
* Adjust the valid range of the month index spin button depending on theFederico Mena Quintero2000-11-092-0/+76
* Added keyboard bindings to the composer.Anna Marie Dirks2000-11-091-1/+20
* Added keyboard shortcuts to all of the composer menus.Anna Marie Dirks2000-11-091-17/+75
* likewiseRadek Doulik2000-11-093-7/+14
* (get_signature): added in_html arg, it tells if we should use HTMLRadek Doulik2000-11-093-23/+44
* UpdatedSzabolcs Ban2000-11-091-2164/+3651
* Updated russian translation.Valek Frob2000-11-082-484/+505
* new function (destroy): use e_msg_composer_clear_inlined_table, destroyRadek Doulik2000-11-088-87/+149
* new function, moved from composerRadek Doulik2000-11-083-0/+29
* Updated Spanish translationHector Garcia2000-11-082-633/+1767
* Automatically updating some pt_BR and Spanish translatios (sendpos.sh script)Jorge Godoy2000-11-081-737/+866
* Updated Japanese translation.Akira Tagoh2000-11-081-24/+35
* Updated Japanese translation.Akira Tagoh2000-11-081-7/+7
* Updated Japanese translation.Akira Tagoh2000-11-082-1226/+2453
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-087-137/+237
* Fix typo in a comment.Matt Bissiri2000-11-082-1/+5
* Added decomposing case insensitive utf-8 strstrLauris Kaplinski2000-11-082-4/+1493
* Allow rule part to expand when the user resizes the dialog.Jeffrey Stedfast2000-11-082-38/+46
* Don't handle custom searching anymore... we don't want this.Jeffrey Stedfast2000-11-082-5/+1
* *gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI,Jesse Pavel2000-11-083-108/+143
* Don't handle custom searching anymore... we don't want this.Jeffrey Stedfast2000-11-082-27/+18
* Another schedule change.Jesse Pavel2000-11-081-1/+1
* removed ``FIXME'' from the ``Schedule Meeting'' menu.Jesse Pavel2000-11-082-2/+7
* when "Show All", clear the entry widgetJeffrey Stedfast2000-11-081-0/+1
* Updated to use the ESearchBar object rather than the previously usedJeffrey Stedfast2000-11-084-277/+263
* Build e-dbhash.[hc]JP Rosevear2000-11-089-65/+390
* (on_object_requested): passed the user's default email addressJesse Pavel2000-11-082-1/+11
* Added a "changed" signal to notify of changes to the set of selected days.Federico Mena Quintero2000-11-083-1/+33
* modified some of the EPopupMenu structures to account for differences inJesse Pavel2000-11-082-3/+9
* Fixed cvs conflicts.Anna Marie Dirks2000-11-081-2/+7
* Builddir != srcdir is The Way, man.Ettore Perazzoli2000-11-082-1/+7
* Fix the default implementation for CamelService::get_name() so that itEttore Perazzoli2000-11-082-1/+6
* Kill debugging, as it causes lots of evolution-mail spewage.Dan Winship2000-11-082-1/+6
* Pass full_name, not folder_name to callback.Dan Winship2000-11-082-1/+6
* Oops, forgot to commit. New stream/filter for doingMichael Zucci2000-11-074-0/+460
* ru.po: messages spelledAndrew V. Samoilov2000-11-071-10/+10
* Dunno why these files changed, but they have, checking in anyway.Michael Zucci2000-11-072-0/+73
* you shouldn't use an integer to set the flag. You should use a string, andNot Zed2000-11-073-19/+33
* Changed for message api changes. Use camel_address_unformat to convert theNot Zed2000-11-072-78/+46
* God, I sure wish people would listen when i'm saying i'm changing and API.Not Zed2000-11-075-156/+165
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-0720-543/+1703
* looks like I missed this the last time.Larry Ewing2000-11-071-0/+8
* Two segfault fixesPeter Williams2000-11-074-3/+13
* Updated Message menu.Jeffrey Stedfast2000-11-071-13/+17
* Fixed a couple of warnings.Ettore Perazzoli2000-11-072-5/+11
* gal/widgets/e-unicode.h: END_GNOME_DECLS, not BEGINJulian Missig2000-11-071-1/+1
* Updated Swedish translation.Christian Rose2000-11-072-257/+298
* Changed this to match the new EPopupMenu structre.Christopher James Lahey2000-11-071-16/+16
* Updated Spanish translationHector Garcia2000-11-072-1330/+1285
* Require gal 0.2.1.3Jeffrey Stedfast2000-11-072-3/+7
* Move filter stuff into a submenu of the popup menu.Jeffrey Stedfast2000-11-072-38/+47
* *gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI toJesse Pavel2000-11-075-57/+256
* used Camel to parse the full address before passing the email address toJesse Pavel2000-11-072-1/+18
* Add a submenu field to struct EPopupMenu.Jeffrey Stedfast2000-11-072-34/+46
* Remove mail-local-storage.cDan Winship2000-11-072-1/+4
* Remove mail-local-storage.h includeDan Winship2000-11-072-2/+2
* Make the shell pop-up a warning dialog per component when a componentEttore Perazzoli2000-11-074-5/+81
* Fixed the argument comment. Removed an old enum that's not used here.Christopher James Lahey2000-11-073-18/+13
* First draft of folder tree unread message indication for /localDan Winship2000-11-078-378/+491
* Switched from EAddressbookSearch to ESearchBar.Christopher James Lahey2000-11-076-445/+66
* Added e-search-bar.c and e-search-bar.h.Christopher James Lahey2000-11-076-0/+777
* Fix the addressbook crash that happened when the ESelectNames controlEttore Perazzoli2000-11-072-1/+7
* Applied build patch from Mathieu Lacage.Hans Petter2000-11-071-0/+2
* ${prefix} doesn't get defaulted until the end of configure, so check ifDan Winship2000-11-072-3/+14
* Fixed a missing `CORBA_Object_duplicate()' problem. This should fixEttore Perazzoli2000-11-072-1/+6
* Added #include <config.h>Kjartan Maraas2000-11-072-0/+8
* set the content type on the plain part of outgoing messages.Larry Ewing2000-11-071-6/+36
* Fix up #include <config.h> Same here. Here too. Fix indentation of #ifdefKjartan Maraas2000-11-076-5/+15
* Don't invert the flag. (undelete_msg): Same (when multiple messages areJeffrey Stedfast2000-11-072-8/+9
* Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n.Kjartan Maraas2000-11-073-1/+8
* Updated to have the same menu items as the new right-click menu -Jeffrey Stedfast2000-11-075-15/+65
* Updated Message menu.Jeffrey Stedfast2000-11-072-4/+15
* Removed the old recurrence page. Wheeeeeeeeee!Federico Mena Quintero2000-11-076-473/+342
* Handle both the position and weekday in the by_day field.Federico Mena Quintero2000-11-072-2/+12
* added some checks for the type of an incoming iCal component beforeJesse Pavel2000-11-073-6/+38
* also look for HTMLEditor.idl in ${prefix}/share/gtkhtmlRadek Doulik2000-11-062-2/+12
* Updated Swedish translation.Christian Rose2000-11-062-105/+133
* Removed unnecessary .cvsignore files.Christopher James Lahey2000-11-064-9/+5
* Removed unnecessary .cvsignore files.Christopher James Lahey2000-11-063-4/+5
* New files for the new define views dialog.Christopher James Lahey2000-11-063-0/+573
* Added print envelope menus. Added ...s.Christopher James Lahey2000-11-062-5/+14
* Add menus items to the envelope printing stuff.Christopher James Lahey2000-11-0611-10/+432
* Added an "Undelete" option to the right-click menu and also set a mask soJeffrey Stedfast2000-11-064-35/+100
* Updated Galician translationJesus Bravo Alvarez2000-11-062-1413/+3803
* Updated russian translation.Valek Frob2000-11-062-570/+904
* Added stuff for `bonobox'.Martin Baulig2000-11-052-2/+7
* Put this back; I suppose Elliot reverted it by accident sinceMartin Baulig2000-11-051-2/+2
* Updated Swedish translation.Christian Rose2000-11-052-575/+918
* kill all the bonob-ui-extract crud.Michael Meeks2000-11-0513-560/+5
* update all of ui/*.h to ui/*.xmlMichael Meeks2000-11-055-80/+462
* Updated Slovenian translationAndraz Tori2000-11-051-1/+1
* Updated Polish translationChyla Zbigniew2000-11-052-414/+440
* Block signals from the toggle button. (date_changed_cb): MergedFederico Mena Quintero2000-11-054-86/+63
* Translations from KeldKenneth Christiansen2000-11-041-793/+810
* Translations from KeldKenneth Christiansen2000-11-041-1004/+2004
* raise required version number to 0.8 added check for HTMLEditor.idl fileRadek Doulik2000-11-042-2/+19
* fix test for regular file to !S_ISREG (statbuf.st_mode)Radek Doulik2000-11-042-1/+4
* Updated russian translation.Valek Frob2000-11-041-299/+303
* use inline images hash tableRadek Doulik2000-11-0410-85/+126
* new function, generates simple message/content idRadek Doulik2000-11-043-0/+21
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-0410-33/+249
* Updated Swedish translation.Christian Rose2000-11-042-322/+337
* Undo my incorrect fix - I misunderstood danw - sorry!Jeffrey Stedfast2000-11-042-26/+9
* oops, return NULL not voidJeffrey Stedfast2000-11-041-2/+2
* Don't allow attaching anything but regular files.Jeffrey Stedfast2000-11-042-15/+25
* Updated Norwegian translation.Kjartan Maraas2000-11-042-293/+312
* don't free the MessageList search when it's being reusedDan Winship2000-11-042-1/+6
* Unbreak this.Dan Winship2000-11-042-2/+7
* Added a `--no-splash' option to the shell.Ettore Perazzoli2000-11-044-20/+60
* Updated Slovenian translationAndraz Tori2000-11-041-1070/+1005
* Fix the name of the signal passed to gtk_signal_new so that this actuallyDan Winship2000-11-042-1/+6
* Don't show the passwd in the url string. (mail_tool_local_uri_to_folder):Jeffrey Stedfast2000-11-042-6/+13
* Made it compile again.Chris Lahey2000-11-041-2/+2
* Turned on proper handling of insert and delete.Christopher James Lahey2000-11-041-1/+1
* If show_pass, then base64 the password before writing it to the outputJeffrey Stedfast2000-11-042-6/+41
* fix bug in previousDan Winship2000-11-041-3/+1
* Added new header files.Jeffrey Stedfast2000-11-0415-112/+274
* url_flags are now on CamelProvider, not CamelServiceDan Winship2000-11-045-12/+28
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-0419-79/+79
* Clean the idl-generated files properly.Federico Mena Quintero2000-11-044-0/+14
* Clean the idl-generated files properly.Federico Mena Quintero2000-11-042-0/+7
* Removed the "time_changed" signal, since it was never being emitted in theFederico Mena Quintero2000-11-043-59/+81
* Clean the idl-generated sources properly. Likewise.Federico Mena Quintero2000-11-045-33/+37
* Added mail-display.h.Not Zed2000-11-0313-307/+373
* Updated Spanish translationHector Garcia2000-11-032-1236/+2593
* Since we insert at the parent->child position, we need to account forNot Zed2000-11-031-39/+117