aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* take and pass the CallStatus to our listener.Chris Toshok2002-08-2019-31/+262
* disconnect destroy signal callbacks on tablesJP Rosevear2002-08-202-3/+13
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-08-202-493/+529
* add "cache-completions" here, since file completion results are blanketChris Toshok2002-08-203-3/+41
* clone the ical component before adding itJP Rosevear2002-08-202-1/+13
* Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-202-1/+5
* Updated Bulgarian translation. Not full: +~300 location places to 4305Yanko Kaneti2002-08-202-542/+609
* If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-202-6/+25
* Fix a copy/paste-o. Use the pgp_path GnomeFileEntry widget rather than theJeffrey Stedfast2002-08-202-1/+8
* Updated to pass the needed arguments to camel_init() and to init gthreadsJeffrey Stedfast2002-08-2032-357/+206
* Get the "addresses" property of the select names control rather thanDan Winship2002-08-202-5/+6
* add an "addresses" property, to get the "Dan Winship <danw@ximian.com>"Dan Winship2002-08-202-0/+29
* make sure to get the date in the current zone, not at UTCJP Rosevear2002-08-202-1/+6
* (mail_account_gui_save): Fix the saving of STORE_AND_TRANSPORTDan Winship2002-08-202-3/+7
* source_type_changed may try to change the transport optionmenuDan Winship2002-08-202-4/+13
* Fix the names of these functions. (They previously used "register" insteadDan Winship2002-08-195-8/+20
* stop adding redundant information for start/end/due/complete timesJP Rosevear2002-08-192-42/+33
* If the passed-in URL contains a path, but the service doesn't allow paths,Dan Winship2002-08-192-0/+12
* Use an EvolutionFolderSelectorButton instead of a label to indicate theDan Winship2002-08-192-7/+22
* If the selected URI is of an invalid type, don't accept it.Dan Winship2002-08-173-45/+101
* Change this into a GnomeApp so we get a statusbar and the dialog is aPeter Williams2002-08-174-83/+208
* fix c&p error that was losing the ssl setting.Chris Toshok2002-08-172-1/+7
* err, oops.Chris Toshok2002-08-171-2/+0
* remove the outer parens from the expansion of camel_argv_{start,end} sinceChris Toshok2002-08-172-2/+10
* Added new library to scan programRodrigo Moya2002-08-161-0/+1
* Import into the default book not the local oneIain Holmes2002-08-163-1/+19
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-165-0/+89
* new class for controlling a component, to detect when it dies.Rodrigo Moya2002-08-164-0/+284
* new function to save a little typing. (find_book_view): same.Chris Toshok2002-08-162-96/+175
* Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1
* Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-162-2/+10
* [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-164-19/+52
* Updated Bulgarian translation. Not full: +~400 location places to 3991.Yanko Kaneti2002-08-162-750/+730
* ref/unref the gvmMike Kestner2002-08-152-0/+8
* Don't turn on pgp signing if this is an iMIP message and pgp_no_imip_signDan Winship2002-08-152-1/+17
* Add a "don't sign meeting requests" option to the security pane, sinceDan Winship2002-08-156-0/+42
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-156-193/+318
* listen for the time editors to changeJP Rosevear2002-08-154-7/+89
* Use the default uris instead of always changing to localIain Holmes2002-08-143-7/+41
* Sort tasks in the correct orderIain Holmes2002-08-142-0/+12
* Use the task components coloursIain Holmes2002-08-142-3/+35
* Make the warning dialog display the message subject so that it is moreJeffrey Stedfast2002-08-142-12/+28
* Removed an unused variable.Jeffrey Stedfast2002-08-143-2/+10
* Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-144-180/+28
* Update po files to speed up snap build.JP Rosevear2002-08-1339-63863/+80452
* set status message on ECalendarTable when opening the tasks.Rodrigo Moya2002-08-132-1/+31
* set status message to NULL if there is an error opening the calendar.Rodrigo Moya2002-08-132-2/+9
* Use default book, not local one.Dan Winship2002-08-134-3/+12
* Replace no-longer-existent e_book_query_address_locally withDan Winship2002-08-132-1/+6
* If invoked from a non-contact folder, add the contact to the defaultDan Winship2002-08-1312-104/+124
* Set the file-selection window icon. Fixes the mailer part of bug #7368.Jeffrey Stedfast2002-08-135-53/+64
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-132-7/+11
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-132-31/+35
* Don't call new_from_mime_part() since that function now does some copyingJeffrey Stedfast2002-08-132-9/+36
* Remove duff URIs and comment out the set_release call until I know what it do...Iain Holmes2002-08-132-5/+7
* Update required gal and gtkhtml dependency information.Jeffrey Stedfast2002-08-112-3/+7
* New function, generate a UID that has better chances of being unique.Peter Williams2002-08-102-6/+26
* If the ccd is NULL, create a new ccd, disconnect the old signal handlers,Jeffrey Stedfast2002-08-102-4/+54
* Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-102-1/+31
* Handle the fact that ccd may be NULL (if the composer was created viaDan Winship2002-08-102-7/+13
* set the editor to changed so the item actually gets savedJP Rosevear2002-08-102-0/+7
* When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-102-1/+9
* When a URI is changed, try to copy over threaded view settings, previewPeter Williams2002-08-102-0/+71
* Remove both timeouts when the dialog is destroyed, not just one of them.Dan Winship2002-08-104-44/+76
* initialize summary->upgraded to quiet valgrind.Chris Toshok2002-08-092-0/+6
* Instead of comparing old/new CamelStore objects, just compare theirJeffrey Stedfast2002-08-092-55/+23
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-094-60/+57
* Only get folder info if this is a folder we're displaying.Dan Winship2002-08-092-29/+19
* Initialize loaded_backends before using it. (Just kills off a harmlessDan Winship2002-08-092-9/+17
* Fixes #15710Rodrigo Moya2002-08-085-1/+63
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-3/+16
* oops, forgot to save before I commit'd apparentlyJeffrey Stedfast2002-08-081-3/+0
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-0/+9
* Don't check permanent_flags for the CAMEL_MESSAGE_DELETED bit here, if weJeffrey Stedfast2002-08-082-0/+8
* Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803.Not Zed2002-08-082-2/+34
* Force a refresh of the menu sensitivity when the thread state changes.Not Zed2002-08-083-60/+92
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-083-7/+14
* Delete the Draft item that this was edited from if that is the case asJeffrey Stedfast2002-08-082-61/+192
* Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-082-2/+8
* just return the object untouched since we don't send anythingJP Rosevear2002-08-0810-87/+343
* Do slightly better error handling for close() and loop until it closesJeffrey Stedfast2002-08-081-3/+4
* Added an alignment to make button position be the same as the otherAnna Marie Dirks2002-08-083-4/+23
* If outbox_folder is NULL, don't try and get its message count (this shouldPeter Williams2002-08-082-1/+6
* agh, don't break the build (shame on me)Jeffrey Stedfast2002-08-071-1/+1
* forgot changelogNot Zed2002-08-071-0/+3
* Set the week start day from the calendar prefs, do same for 24 hourNot Zed2002-08-071-3/+3
* Don't need to save temp/backup files anymore, e_xml_save_file() nowJeffrey Stedfast2002-08-072-15/+10
* No need to save a temporary file first anymore since I updatedJeffrey Stedfast2002-08-072-19/+8
* Changed to handle saving to a temp file first, this allows us to remove aJeffrey Stedfast2002-08-071-3/+26
* And finally here.Jeffrey Stedfast2002-08-074-74/+6
* Set the week start day from the calendar prefs, do same for 24 hourNot Zed2002-08-074-4/+56
* Use "\r" rather than including literal CRs in the string, which confusesDan Winship2002-08-073-54/+35
* Save to a temporary file first using e_xml_save_file rather thanJeffrey Stedfast2002-08-072-11/+38
* Use e_xml_save_file(). (xml_doc_save): Removed this code and added it toJeffrey Stedfast2002-08-072-300/+11
* Need to check for gal 0.19.99.18 for e_xml_save_file().Jeffrey Stedfast2002-08-072-1/+6
* Bumped version to 0.19.99.18Jeffrey Stedfast2002-08-072-1/+312
* #include <string.h> for memsetJeffrey Stedfast2002-08-075-21/+125
* Don't include the storage name in the path passed toDan Winship2002-08-072-3/+12
* New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder.Ettore Perazzoli2002-08-072-0/+7
* New callback for the show_folder_properties signal.Ettore Perazzoli2002-08-0716-52/+554
* new function. (query_backend_get_uids): new function. (query_backend_new):Rodrigo Moya2002-08-064-15/+139
* Set the rule name to include the search string, for #10979.Not Zed2002-08-062-2/+12
* If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-062-12/+27
* Set the query text into the filter name when saving it, for #10979.Not Zed2002-08-062-2/+13
* Only count hidden messages which are in the folder. Should probablyNot Zed2002-08-062-2/+28
* Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-063-82/+75
* Check driver != NULL, if folder_filter freed it already.Not Zed2002-08-062-2/+6
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-067-173/+125
* New internal function to replace xmlSaveFile. Does proper error checkingJeffrey Stedfast2002-08-062-4/+317
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-067-22/+60
* Add a GHashTable pointer so we can remove the info once the operation isPeter Williams2002-08-062-0/+10
* Always set a g_atexit handler to flush/save the camel-certdb.Jeffrey Stedfast2002-08-062-10/+13
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-063-35/+27
* Updated to call post_to_url if the id is "post".Jeffrey Stedfast2002-08-064-10/+31
* Fixes the crash in #19159Rodrigo Moya2002-08-052-0/+9
* Remove the logic that assumes "Rupert> " is a citation, since it misfiresDan Winship2002-08-052-28/+22
* Only reply to all or reply to list, set CAMEL_MESSAGE_ANSWERED_ALL too.Dan Winship2002-08-052-1/+8
* Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-053-1/+12
* Fixes bug #26237.Jeffrey Stedfast2002-08-033-55/+31
* Set the default flag to Follow-Up.Jeffrey Stedfast2002-08-032-0/+4
* Updated to use the new Follow-Up tags. Instead of storing a stringJeffrey Stedfast2002-08-0311-399/+290
* If the folder name contains the directory separator, reject it.Peter Williams2002-08-032-1/+14
* don't warn if we can't use the small font, just set use_small_font toJP Rosevear2002-08-022-1/+6
* new util function to add information to an itip message that might notJP Rosevear2002-08-022-36/+49
* initialize value to corba nilJP Rosevear2002-08-022-0/+6
* Clear the summary after building the 'removed uid' list.Not Zed2002-08-022-1/+4
* revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-023-68/+79
* Added a datespec editor window.Not Zed2002-08-024-478/+485
* [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling aChris Toshok2002-08-022-2/+10
* no more search_entry.Chris Toshok2002-08-023-13/+21
* remove folders and folders_by_uri, and the 2 listeners.Chris Toshok2002-08-023-17/+11
* remove the annoying fprintf about Queueing termination, since we neverChris Toshok2002-08-022-1/+5
* (endarken_style): Set the color forEttore Perazzoli2002-08-023-3/+13
* (create_component): UseEttore Perazzoli2002-08-022-1/+6
* (create_component): UseEttore Perazzoli2002-08-022-9/+15
* Use meeting-request-16.png instead of meeting-request.png.Ettore Perazzoli2002-08-024-5/+10
* New artwork from Jakub. Likewise. Likewise.Ettore Perazzoli2002-08-026-69/+11
* If we are editing an account, then get the CamelStore associated with theJeffrey Stedfast2002-08-022-22/+76
* 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