aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Soup information and remove hard spaces.Ettore Perazzoli2002-08-023-14/+23
* Do more error checking to prevent crashing if we fail to read a string forJeffrey Stedfast2002-08-022-28/+50
* use get_due_status (get_color): ditto (get_due_status): utility functionJP Rosevear2002-08-022-66/+75
* If the value was unset, initialize it to now.Peter Williams2002-08-022-11/+16
* camel:Peter Williams2002-08-015-96/+216
* new class for implementing a backend cache for the calendar queries.Rodrigo Moya2002-08-014-0/+331
* Don't setup a handler for multipart/digest. (handle_multipart_digest):Jeffrey Stedfast2002-08-013-31/+32
* Removed folder-browser-window from the build.Jeffrey Stedfast2002-08-016-307/+11
* Disable my fix to not cache headers as it means that each time we load theJeffrey Stedfast2002-08-012-7/+13
* Parse the auto-cc/bcc recipients and then later when parsing the cc/bccJeffrey Stedfast2002-08-012-12/+80
* New, implement a right-click -> "Add Default Shortcuts" menu item.Ettore Perazzoli2002-08-014-15/+55
* (xml_create): Remove unused variable.Ettore Perazzoli2002-08-012-1/+4
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-019-33/+42
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inJeffrey Stedfast2002-08-012-25/+48
* (ensure_menu_items):Ettore Perazzoli2002-08-012-110/+90
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-0113-69/+227
* [ roll in the following change from the 1.0 branch.] change the CALURI andChris Toshok2002-08-013-27/+52
* we no longer need to manually save the state (e_tasks_open): we no longerJP Rosevear2002-08-012-38/+10
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inDan Winship2002-08-012-13/+24
* Add bug fix numbers.JP Rosevear2002-07-311-0/+6
* (activate_factories_for_uri): Don'tEttore Perazzoli2002-07-312-2/+7
* Added global cameldatacache for managing remote image cache.Not Zed2002-07-312-3/+83
* Update the comment.Jeffrey Stedfast2002-07-317-59/+231
* If the user has enabled IPv6 support, use getaddrinfo to resolve hostnamesJeffrey Stedfast2002-07-312-9/+183
* Add checks for IPv6 support.Jeffrey Stedfast2002-07-312-1/+41
* Translate the rule name when filling in the name entry.Peter Williams2002-07-312-1/+6
* X509_digest() needs a pointer to an int len. Also fixed some otherJeffrey Stedfast2002-07-313-4/+14
* save signature here to remember the changed nameRadek Doulik2002-07-312-0/+6
* make sure that the work week view goes to the current work week if the dayJP Rosevear2002-07-312-4/+15
* added to the buildJeffrey Stedfast2002-07-312-0/+819
* Use camel_medium_get_header to get the date header rather than getting theJeffrey Stedfast2002-07-312-11/+12
* New source file implementing a very basic certificate database. This isJeffrey Stedfast2002-07-317-72/+242
* Use the same command-counter mojo that the append code uses in case thePeter Williams2002-07-312-1/+14
* setup private data. (mail_display_destroy): cancel any outstandingNot Zed2002-07-305-51/+238
* added soup to compile flags.Not Zed2002-07-302-1/+5
* Updated Spanish translationHector Garcia2002-07-302-1739/+1922
* (request_password): Left-align the check button'sEttore Perazzoli2002-07-302-0/+6
* new helper function (decode_signature_name): new helper functionRadek Doulik2002-07-302-4/+112
* Reordered.Jeffrey Stedfast2002-07-302-34/+40
* Get the "Reset Defaults" folders button and connect to the clicked signal.Jeffrey Stedfast2002-07-303-3/+56
* New function to set the uri programatically on aJeffrey Stedfast2002-07-303-8/+39
* Call mail_note_store to get the folders to be updated and new ones to bePeter Williams2002-07-302-1/+10
* (request_password): Add an accelerator for theEttore Perazzoli2002-07-302-5/+21
* Don't use the folder's path as the physical URI; use CORBA Magic (TM) toPeter Williams2002-07-292-2/+17
* update for wombat.idl -> Evolution-Wombat.idl changeDan Winship2002-07-291-4/+4
* Colour the tasks depending on their due date/timeIain Holmes2002-07-292-4/+59
* Fix bug #18963Iain Holmes2002-07-294-4/+16
* Add xml to unset system flags.Jeffrey Stedfast2002-07-293-0/+28
* New filter action to unset a system flag. The exact opposite of set_flag.Jeffrey Stedfast2002-07-292-16/+44
* fixed mapping of popdown menu to ICAL_STATUS_ values.Rodrigo Moya2002-07-293-10/+28
* don't save empty strings. (pas_backend_summary_save): print out the errnoChris Toshok2002-07-282-2/+9
* Use fs->type in xmlGetProp since we already free'd 'type'. Fixes bugJeffrey Stedfast2002-07-276-34/+30
* (set_signature_gui): new helper method to set signature from draftRadek Doulik2002-07-272-1/+40
* No real need for this to be an async function sync we are going to callJeffrey Stedfast2002-07-272-83/+5
* remove useless debug statementJP Rosevear2002-07-272-1/+7
* If the path exists and is a directory, return non-NULL. Missed this beforeJeffrey Stedfast2002-07-275-17/+14
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-272-4/+12
* Capitalize the title of the dialog for consistency.Ettore Perazzoli2002-07-273-2/+11
* (ensure_menu_xml): Put inEttore Perazzoli2002-07-272-2/+7
* Don't set up the ContactNew andEttore Perazzoli2002-07-272-48/+9
* Move File/New/NewItems placeholder on the top and add some separators.Ettore Perazzoli2002-07-273-32/+46
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-272-0/+12
* don't assert on default, when ESC is pressed, the dialog is closed as wellRadek Doulik2002-07-272-3/+9
* Fix ChangeLog.Ettore Perazzoli2002-07-271-1/+2
* Special-case message/digest and give it a nice icon. [#9786]Ettore Perazzoli2002-07-273-2/+27
* New icon for mail (gnome-textfile.png from GNOME 2, byEttore Perazzoli2002-07-273-0/+6
* The flags'n'tags copy was unnecessary. Removed it.Peter Williams2002-07-272-4/+4
* (load_all_folders): Don't return FALSE if anyEttore Perazzoli2002-07-272-7/+37
* Revert Jeff's previous change, it broke local folders. UninitializedPeter Williams2002-07-275-11/+18
* new function for adding VTIMEZONE components to a VCALENDAR component.Rodrigo Moya2002-07-276-8/+133
* focus the editor if it does exist, create a new one if it doesn't (notJP Rosevear2002-07-272-2/+8
* Update timezones (from Damon)JP Rosevear2002-07-2617-63/+113
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-07-262-661/+720
* ioops, this file tooJeffrey Stedfast2002-07-261-3/+2
* If we're gonna do an elite hack, lets do it right.Jeffrey Stedfast2002-07-264-10/+26
* Make the gtk label line-wrap instead of us forcing \n's in the label, thatJeffrey Stedfast2002-07-263-11/+20
* add a silly "up and running" message.Chris Toshok2002-07-262-0/+6
* Prototype.Peter Williams2002-07-265-7/+60
* Remove "possibly non-fatal" exception strings, all exceptions are fatalJeffrey Stedfast2002-07-263-43/+125
* set large_font to NULL (e_day_view_style_set): calculate large font, fallJP Rosevear2002-07-262-6/+17
* Make sure that the url isn't an empty string and also make sure to free itJeffrey Stedfast2002-07-262-5/+16
* Use mail_tools_folder_to_url().Jeffrey Stedfast2002-07-267-53/+200
* Add a View/Post-To ui dingus.Jeffrey Stedfast2002-07-263-0/+22
* Create the Post-To header. (headers_set_visibility): Possibly show theJeffrey Stedfast2002-07-265-136/+270
* It would help to mark the UIDs as deleted before we try to expunge themPeter Williams2002-07-262-6/+26
* Fix spelling.Dan Winship2002-07-262-1/+5
* Return the actual count, rather than always 0!Not Zed2002-07-252-1/+6
* Use GtkType (I only changed this one because I turned on debugging for aJeffrey Stedfast2002-07-255-7/+24
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-254-13/+61
* Do some minimalistic validation of command-lines (ie, make sure it isn'tJeffrey Stedfast2002-07-254-20/+38
* Renamed from shell_exec(). Also, we now want to pass argc/argv on to theJeffrey Stedfast2002-07-254-27/+64
* Use execv ("sh", "-c", command) rather than execing the command directly.Jeffrey Stedfast2002-07-252-11/+9
* Mae sure that the html->pointer_url is non-NULL. Should fix bug #28159Jeffrey Stedfast2002-07-252-1/+12
* Check for whether current_message is NULL as well as preview_shown (if wePeter Williams2002-07-253-3/+24
* Don't pass the length of the tag name into strncmp, instead use the lengthJeffrey Stedfast2002-07-251-4/+8
* display the location in the itip informationJP Rosevear2002-07-252-0/+12
* cast!Jeffrey Stedfast2002-07-251-4/+3
* Call camel_session_get_service instead of camel_session_get_store, asPeter Williams2002-07-253-15/+44
* Touch up changelog.JP Rosevear2002-07-251-0/+2
* set status to in progress if the percent is between 0 and 100JP Rosevear2002-07-252-4/+17
* use mail_config_get_send_html for html format flagRadek Doulik2002-07-253-2/+10
* Change libversit.la -> libversit.a for danw's changes.Peter Williams2002-07-252-1/+6
* add a day for the leap year only if we are currently counting Feb., not if42002-07-252-1/+7
* When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-246-9/+49
* s/libversit_lt/libversit/Dan Winship2002-07-242-1/+6
* Propagate name changes or removes to the mail config. #15951. Doesn'tNot Zed2002-07-244-0/+78
* Add missing cast. (e_calendar_item_signal_emission_idle_cb): Likewise.Ettore Perazzoli2002-07-244-4/+14
* Commit a fix that I thought I committed a while ago:Jeffrey Stedfast2002-07-243-9/+31
* If no --with-kde-applnk-path is given, try toEttore Perazzoli2002-07-242-4/+14
* Initialise the standard uri's before doing anything else.Not Zed2002-07-243-13/+56
* (command_work_online): Remove debuggingEttore Perazzoli2002-07-242-2/+6
* Sync before doing an expunge if we dont have uidplus. See #25766.Not Zed2002-07-242-1/+20
* Move folders to a subdirectory of storage_path, rather than in it. Bye byeNot Zed2002-07-242-12/+30
* Duplicated the very much hack in imap_store_refresh_folders() to avoid aNot Zed2002-07-242-1/+11
* restart automanager to avoid multiple dialog apearingRadek Doulik2002-07-242-2/+11
* Don't use strncmp here or reply-all will match reply.Jeffrey Stedfast2002-07-242-1/+6
* Use *Control*equal and *Control*minusEttore Perazzoli2002-07-242-2/+8
* (item_key_press): In the case of '-' and '=', checkEttore Perazzoli2002-07-241-0/+6
* icon fixesJakub Steiner2002-07-244-0/+5
* Bind MessageMove to Control-Shift-V. [#24394]Ettore Perazzoli2002-07-243-7/+25
* use proper meeting icon32002-07-242-1/+6
* changed accel for HTML from T to M to avoid conflict with other menuLarry Ewing2002-07-242-1/+6
* CVS_SILENTGörkem Çetin2002-07-241-2123/+1516
* Also perform a search on the query_changed signal, which is what getsPeter Williams2002-07-246-38/+82
* use uri_list before we set "uri-list" to NULL, which will automagicallyNot Zed2002-07-232-2/+7
* Replace a bunch of old gnomecal functions with the functionally identicalDan Winship2002-07-232-34/+14
* Applied patch below.Not Zed2002-07-232-1/+11
* Updated Greek translationSimos Xenitellis2002-07-231-9/+5
* Updated Greek translationSimos Xenitellis2002-07-232-1086/+1262
* Disconnect from folderbroser signals when we unref it, so we dont getNot Zed2002-07-232-0/+7
* Reverted some code that got committed by accident.Jeffrey Stedfast2002-07-232-4/+12
* #include <string.h> for memcpy.Jeffrey Stedfast2002-07-232-0/+6
* fixed up some gtk-doc commentsJeffrey Stedfast2002-07-231-5/+13
* more cleanupJeffrey Stedfast2002-07-231-78/+78
* Removed a lot of extra g_return_if_fail's that we don't need (if we areJeffrey Stedfast2002-07-232-12/+40
* Removed a lot of extra g_return_if_fail's that we don't need (if we areJeffrey Stedfast2002-07-233-177/+176
* Check to make sure the script output is valid UTF-8, if not then attemptJeffrey Stedfast2002-07-232-18/+58
* s/Out/Our in a debug printfJeffrey Stedfast2002-07-231-1/+1
* removed insert file menu itemRadek Doulik2002-07-232-36/+4
* removed Insert file from composers menu + forgotten signature editorRadek Doulik2002-07-233-10/+7
* add *Conf.shDan Winship2002-07-231-0/+1
* Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT,Dan Winship2002-07-235-193/+243
* Include libpcsfile.a, libpasfile.a and (if ENABLE_LDAP) libpasldap.aDan Winship2002-07-232-2/+15
* Split pcs-backend-file out of libpcs and build it as a separate (noinst)Dan Winship2002-07-232-2/+13
* Split pas-backend-file and pas-backend-ldap out of libpas and build themDan Winship2002-07-232-11/+24
* add new image22002-07-233-0/+183
* Check if we're trying to build with the old libversit module borrowed fromDan Winship2002-07-224-3/+28
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-07-222-1079/+1225
* Remove the assert, and always copy over the threadtree which representsNot Zed2002-07-222-5/+9
* When renaming, use full_name to set the folder, not name, so the path isNot Zed2002-07-222-1/+6
* Oops, forgot to implement this. Fixes #24604.Not Zed2002-07-222-0/+20
* Only add a \r if the character before the \n wasn't already a \r - thisJeffrey Stedfast2002-07-222-24/+38
* recognize urls in plain text reply quoting logic (bug #27908).Larry Ewing2002-07-212-1/+7
* Changed to use a different length calculator.Not Zed2002-07-193-14/+23
* Updated Hungarian translation.Andras Timar2002-07-192-1133/+1257
* Made these able to find the potential row for a new node which will be theChristopher James Lahey2002-07-191-3/+8
* This should use address_encode, since its an rfc822 address, notNot Zed2002-07-192-1/+7
* Try including gtkhtml/gtkhtml.h instead. Test really is a 4 letter wordNot Zed2002-07-192-1/+6
* Add a tooltip to the Save item as per bug 27901.Peter Williams2002-07-192-0/+6
* (double_click_cb): RenamedEttore Perazzoli2002-07-192-57/+69
* removed check for local folders, so that we can import into non-localRodrigo Moya2002-07-192-10/+5
* Change shortcut for "PilotSettings" to be `l'Ettore Perazzoli2002-07-192-1/+7
* Removed unused variable.Ettore Perazzoli2002-07-1914-51/+122
* Prepend "$(WERROR)" to all the *_CFLAGS variablesEttore Perazzoli2002-07-192-1/+8
* Removed bogus static pre-declaration.Ettore Perazzoli2002-07-195-4/+18
* if there's an exception, continue with the next item.Rodrigo Moya2002-07-193-2/+10
* Change the HTML to make this a little prettier.Peter Williams2002-07-192-1/+5
* Load the messagedisplay XML file as a base for the UI, so that thingsPeter Williams2002-07-192-4/+26
* Put the mcheck stuff back in, which was removed without a changelog entry.Not Zed2002-07-182-2/+11
* new icon for jpr. -tig-Tuomas Kuosmanen2002-07-181-0/+0
* Need to add these for the buildPeter Williams2002-07-184-0/+40
* #include <glib.h> #include <libgnome/gnome-defs.h>Jeffrey Stedfast2002-07-181-0/+2
* #include <libgnome/gnome-i18n.h>Jeffrey Stedfast2002-07-181-1/+1
* Add the appropriate #include for the _() macro.Jeffrey Stedfast2002-07-182-2/+6
* Make ChangeLog entry more recentPeter Williams2002-07-181-7/+7
* Get the EStorageSet from the shortcut's shell since there is noEttore Perazzoli2002-07-189-99/+216
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-1829-116/+275
* Use the U_() macro to get the UTF-8 translation.Jeffrey Stedfast2002-07-183-21/+28
* use "saved" gtkhtml commandRadek Doulik2002-07-182-0/+8
* use "saved" gtkhtml command (e_msg_composer_is_dirty): use "is-saved"Radek Doulik2002-07-182-3/+11
* Oops, Don't comment out the mail_note_store call.Jeffrey Stedfast2002-07-182-2/+7
* use util function to see if the user is the organizer72002-07-1811-55/+199
* (setup_standard_verbs): Set the <commands> partEttore Perazzoli2002-07-182-5/+41
* remove debug printfDan Winship2002-07-171-2/+0
* Got rid of the stupid "tryagain" semantics, which didn't work.Not Zed2002-07-172-31/+38
* Set the from-account last so that auto-cc/bcc recipients don't getJeffrey Stedfast2002-07-172-1/+7
* Added final large versions of the InboxEttore Perazzoli2002-07-173-0/+5
* When CRLF encoding, "empty" (after stripping trailing whitespaceJeffrey Stedfast2002-07-172-0/+10
* remove the option menu and browse button, and add a custom widgetChris Toshok2002-07-173-377/+97
* Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-176-18/+32
* Clean up some improper usage of CamelExceptions (looking atPeter Williams2002-07-174-10/+27
* Remove a stray conflict marker.Peter Williams2002-07-171-1/+0
* Instead of doing this with a weakref, do it by connecting to the destroyPeter Williams2002-07-173-9/+24
* Make the standard AUTH format take priority over the AUTH= priority, sinceJeffrey Stedfast2002-07-173-18/+43
* Forgot part of the patchPeter Williams2002-07-171-1/+2
* Install the SelectNames IDL and ancillary changes.Peter Williams2002-07-172-4/+10
* add folder.png, folder-mini.png, public-folder.png, andDan Winship2002-07-166-0/+14
* If we're not online and the message isn't in our cache, give up.Peter Williams2002-07-162-1/+12
* Cast to a string type. (term_eval_castint): Cast to an int type.Not Zed2002-07-163-3/+83
* Lookup the label colour based on the label token, not an integer.Not Zed2002-07-163-17/+19
* cvs remove.Not Zed2002-07-167-132/+203
* Removed. (get_score): Removed. Labels & scores are stored in tags, weNot Zed2002-07-162-36/+15
* Try to get the FQDN from the results of gethostname(). If that fails, thenJeffrey Stedfast2002-07-162-9/+26
* updatedRadek Doulik2002-07-161-448/+433
* Pass 'info' into mail_append_mail(), seems I created the info but forgotJeffrey Stedfast2002-07-162-18/+28
* use new save_header_state flagRadek Doulik2002-07-162-3/+7
* added save_html_object_data parameter, use gtkhtml command to save objectRadek Doulik2002-07-163-6/+22
* Get rid of the constant 'required' variable, just use the value whenJeffrey Stedfast2002-07-162-3/+5
* Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-162-7/+18
* Fixes #8001Rodrigo Moya2002-07-164-37/+107
* Add a Control-Return accel for "FileSaveClose".Ettore Perazzoli2002-07-164-3/+16
* no need to convert the value returned by e_folder_tree_get_folder to aRodrigo Moya2002-07-162-7/+23
* >= is not appropriate here because the sequences are 1-based; so seq =Peter Williams2002-07-162-2/+11
* Account for the case that when a disco store is "online" but actuallyPeter Williams2002-07-154-3/+20
* remove a stray conflict markerPeter Williams2002-07-151-1/+0
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-155-3/+25
* Another fix for the IDL rename, ugh.Peter Williams2002-07-152-1/+6
* Replace filter-score with filter-int.Not Zed2002-07-152-21/+31
* Changelog is pending some other patch approval so i'm not commiting.Not Zed2002-07-153-290/+0
* Set the vfolder_editor variable to null before we close the dialogue,Not Zed2002-07-152-4/+8
* Oops, accidentally checked in some unfinished, unworking code. Reverted.Not Zed2002-07-152-46/+12
* set corba_folder.customIconName so we don't crash.Chris Toshok2002-07-152-1/+11
* Only assign a uid if indexing is enabled. This stops us always assigning aNot Zed2002-07-153-3/+34
* ** fixes for #10781Not Zed2002-07-157-27/+139
* ** fixes for #10781Not Zed2002-07-1524-139/+496
* free the full_name (as well as given_name. oops.)Chris Toshok2002-07-132-31/+48
* Make the ENTRY_PROPERTY_ID_SIMPLE_CARD_LIST case not crash, althoughDan Winship2002-07-132-1/+8
* On error, do not unref the parts gotten using camel_multipart_get_part()Jeffrey Stedfast2002-07-132-8/+16
* dup the listener, for consistency with the other signalsDan Winship2002-07-132-1/+8
* Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. AtPeter Williams2002-07-132-1/+7
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-132-2/+2
* (clicked): Ref the parent_window and then unref after you are done usingEttore Perazzoli2002-07-132-0/+8
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-132-1/+7
* Install some headers that weren't getting installed.Peter Williams2002-07-132-2/+7
* Oops, change wombat.h -> Evolution-Wombat.hPeter Williams2002-07-132-1/+5
* libwombat:Peter Williams2002-07-125-7/+22
* Updated to not use camel_type_get_global_classfuncs() since this is just aJeffrey Stedfast2002-07-122-1/+5
* oops, changed the location of where we check for multipart/encryptedJeffrey Stedfast2002-07-121-4/+7
* Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-123-9/+26
* Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-122-1/+6
* added missing glade files from shell/gladeRadek Doulik2002-07-121-0/+3
* updatedRadek Doulik2002-07-121-2746/+2846
* updatedRadek Doulik2002-07-121-202/+201
* oops, apparently I didn't save?Jeffrey Stedfast2002-07-121-0/+1
* Fixes bug #27672Jeffrey Stedfast2002-07-125-6/+51
* Add an accelerator for "FileClose".Ettore Perazzoli2002-07-122-1/+5
* Allow a NULL icon [remove the precondition].Ettore Perazzoli2002-07-123-5/+13
* Actually pass the evolution URI, not the path, in Folder.evolutionUriEttore Perazzoli2002-07-124-14/+18
* If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-122-23/+39
* (set_selected_folders): Set theEttore Perazzoli2002-07-123-4/+19