| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed to handle saving to a temp file first, this allows us to remove a | Jeffrey Stedfast | 2002-08-07 | 1 | -3/+26 |
* | And finally here. | Jeffrey Stedfast | 2002-08-07 | 4 | -74/+6 |
* | Set the week start day from the calendar prefs, do same for 24 hour | Not Zed | 2002-08-07 | 4 | -4/+56 |
* | Use "\r" rather than including literal CRs in the string, which confuses | Dan Winship | 2002-08-07 | 3 | -54/+35 |
* | Save to a temporary file first using e_xml_save_file rather than | Jeffrey Stedfast | 2002-08-07 | 2 | -11/+38 |
* | Use e_xml_save_file(). (xml_doc_save): Removed this code and added it to | Jeffrey Stedfast | 2002-08-07 | 2 | -300/+11 |
* | Need to check for gal 0.19.99.18 for e_xml_save_file(). | Jeffrey Stedfast | 2002-08-07 | 2 | -1/+6 |
* | Bumped version to 0.19.99.18 | Jeffrey Stedfast | 2002-08-07 | 2 | -1/+312 |
* | #include <string.h> for memset | Jeffrey Stedfast | 2002-08-07 | 5 | -21/+125 |
* | Don't include the storage name in the path passed to | Dan Winship | 2002-08-07 | 2 | -3/+12 |
* | New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder. | Ettore Perazzoli | 2002-08-07 | 2 | -0/+7 |
* | New callback for the show_folder_properties signal. | Ettore Perazzoli | 2002-08-07 | 16 | -52/+554 |
* | new function. (query_backend_get_uids): new function. (query_backend_new): | Rodrigo Moya | 2002-08-06 | 4 | -15/+139 |
* | Set the rule name to include the search string, for #10979. | Not Zed | 2002-08-06 | 2 | -2/+12 |
* | If writing to the sendmail pipe fails, wait for the sendmail process to | Jeffrey Stedfast | 2002-08-06 | 2 | -12/+27 |
* | Set the query text into the filter name when saving it, for #10979. | Not Zed | 2002-08-06 | 2 | -2/+13 |
* | Only count hidden messages which are in the folder. Should probably | Not Zed | 2002-08-06 | 2 | -2/+28 |
* | Add messageinfo to id table, and store array index in messageinfo too. | Not Zed | 2002-08-06 | 3 | -82/+75 |
* | Check driver != NULL, if folder_filter freed it already. | Not Zed | 2002-08-06 | 2 | -2/+6 |
* | Unref the driver before returning to main thread, so any closing | Not Zed | 2002-08-06 | 7 | -173/+125 |
* | New internal function to replace xmlSaveFile. Does proper error checking | Jeffrey Stedfast | 2002-08-06 | 2 | -4/+317 |
* | If we are not in interactive mode, don't display error dialogs. | Jeffrey Stedfast | 2002-08-06 | 7 | -22/+60 |
* | Add a GHashTable pointer so we can remove the info once the operation is | Peter Williams | 2002-08-06 | 2 | -0/+10 |
* | Always set a g_atexit handler to flush/save the camel-certdb. | Jeffrey Stedfast | 2002-08-06 | 2 | -10/+13 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 3 | -35/+27 |
* | Updated to call post_to_url if the id is "post". | Jeffrey Stedfast | 2002-08-06 | 4 | -10/+31 |
* | Fixes the crash in #19159 | Rodrigo Moya | 2002-08-05 | 2 | -0/+9 |
* | Remove the logic that assumes "Rupert> " is a citation, since it misfires | Dan Winship | 2002-08-05 | 2 | -28/+22 |
* | Only reply to all or reply to list, set CAMEL_MESSAGE_ANSWERED_ALL too. | Dan Winship | 2002-08-05 | 2 | -1/+8 |
* | Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish a | Dan Winship | 2002-08-05 | 3 | -1/+12 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 3 | -55/+31 |
* | Set the default flag to Follow-Up. | Jeffrey Stedfast | 2002-08-03 | 2 | -0/+4 |
* | Updated to use the new Follow-Up tags. Instead of storing a string | Jeffrey Stedfast | 2002-08-03 | 11 | -399/+290 |
* | If the folder name contains the directory separator, reject it. | Peter Williams | 2002-08-03 | 2 | -1/+14 |
* | don't warn if we can't use the small font, just set use_small_font to | JP Rosevear | 2002-08-02 | 2 | -1/+6 |
* | new util function to add information to an itip message that might not | JP Rosevear | 2002-08-02 | 2 | -36/+49 |
* | initialize value to corba nil | JP Rosevear | 2002-08-02 | 2 | -0/+6 |
* | Clear the summary after building the 'removed uid' list. | Not Zed | 2002-08-02 | 2 | -1/+4 |
* | revert jeff's patch below, and do it slightly differently, and stop the | Not Zed | 2002-08-02 | 3 | -68/+79 |
* | Added a datespec editor window. | Not Zed | 2002-08-02 | 4 | -478/+485 |
* | [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling a | Chris Toshok | 2002-08-02 | 2 | -2/+10 |
* | no more search_entry. | Chris Toshok | 2002-08-02 | 3 | -13/+21 |
* | remove folders and folders_by_uri, and the 2 listeners. | Chris Toshok | 2002-08-02 | 3 | -17/+11 |
* | remove the annoying fprintf about Queueing termination, since we never | Chris Toshok | 2002-08-02 | 2 | -1/+5 |
* | (endarken_style): Set the color for | Ettore Perazzoli | 2002-08-02 | 3 | -3/+13 |
* | (create_component): Use | Ettore Perazzoli | 2002-08-02 | 2 | -1/+6 |
* | (create_component): Use | Ettore Perazzoli | 2002-08-02 | 2 | -9/+15 |
* | Use meeting-request-16.png instead of meeting-request.png. | Ettore Perazzoli | 2002-08-02 | 4 | -5/+10 |
* | New artwork from Jakub. Likewise. Likewise. | Ettore Perazzoli | 2002-08-02 | 6 | -69/+11 |
* | If we are editing an account, then get the CamelStore associated with the | Jeffrey Stedfast | 2002-08-02 | 2 | -22/+76 |
* | Update Soup information and remove hard spaces. | Ettore Perazzoli | 2002-08-02 | 3 | -14/+23 |
* | Do more error checking to prevent crashing if we fail to read a string for | Jeffrey Stedfast | 2002-08-02 | 2 | -28/+50 |
* | use get_due_status (get_color): ditto (get_due_status): utility function | JP Rosevear | 2002-08-02 | 2 | -66/+75 |
* | If the value was unset, initialize it to now. | Peter Williams | 2002-08-02 | 2 | -11/+16 |
* | camel: | Peter Williams | 2002-08-01 | 5 | -96/+216 |
* | new class for implementing a backend cache for the calendar queries. | Rodrigo Moya | 2002-08-01 | 4 | -0/+331 |
* | Don't setup a handler for multipart/digest. (handle_multipart_digest): | Jeffrey Stedfast | 2002-08-01 | 3 | -31/+32 |
* | Removed folder-browser-window from the build. | Jeffrey Stedfast | 2002-08-01 | 6 | -307/+11 |
* | Disable my fix to not cache headers as it means that each time we load the | Jeffrey Stedfast | 2002-08-01 | 2 | -7/+13 |
* | Parse the auto-cc/bcc recipients and then later when parsing the cc/bcc | Jeffrey Stedfast | 2002-08-01 | 2 | -12/+80 |
* | New, implement a right-click -> "Add Default Shortcuts" menu item. | Ettore Perazzoli | 2002-08-01 | 4 | -15/+55 |
* | (xml_create): Remove unused variable. | Ettore Perazzoli | 2002-08-01 | 2 | -1/+4 |
* | Change the order so that "New Contact" is first and "New Contact List" is | Ettore Perazzoli | 2002-08-01 | 9 | -33/+42 |
* | Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't in | Jeffrey Stedfast | 2002-08-01 | 2 | -25/+48 |
* | (ensure_menu_items): | Ettore Perazzoli | 2002-08-01 | 2 | -110/+90 |
* | Pass "contacts" as the @folder_type to | Ettore Perazzoli | 2002-08-01 | 13 | -69/+227 |
* | [ roll in the following change from the 1.0 branch.] change the CALURI and | Chris Toshok | 2002-08-01 | 3 | -27/+52 |
* | we no longer need to manually save the state (e_tasks_open): we no longer | JP Rosevear | 2002-08-01 | 2 | -38/+10 |
* | Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't in | Dan Winship | 2002-08-01 | 2 | -13/+24 |
* | Add bug fix numbers. | JP Rosevear | 2002-07-31 | 1 | -0/+6 |
* | (activate_factories_for_uri): Don't | Ettore Perazzoli | 2002-07-31 | 2 | -2/+7 |
* | Added global cameldatacache for managing remote image cache. | Not Zed | 2002-07-31 | 2 | -3/+83 |
* | Update the comment. | Jeffrey Stedfast | 2002-07-31 | 7 | -59/+231 |
* | If the user has enabled IPv6 support, use getaddrinfo to resolve hostnames | Jeffrey Stedfast | 2002-07-31 | 2 | -9/+183 |
* | Add checks for IPv6 support. | Jeffrey Stedfast | 2002-07-31 | 2 | -1/+41 |
* | Translate the rule name when filling in the name entry. | Peter Williams | 2002-07-31 | 2 | -1/+6 |
* | X509_digest() needs a pointer to an int len. Also fixed some other | Jeffrey Stedfast | 2002-07-31 | 3 | -4/+14 |
* | save signature here to remember the changed name | Radek Doulik | 2002-07-31 | 2 | -0/+6 |
* | make sure that the work week view goes to the current work week if the day | JP Rosevear | 2002-07-31 | 2 | -4/+15 |
* | added to the build | Jeffrey Stedfast | 2002-07-31 | 2 | -0/+819 |
* | Use camel_medium_get_header to get the date header rather than getting the | Jeffrey Stedfast | 2002-07-31 | 2 | -11/+12 |
* | New source file implementing a very basic certificate database. This is | Jeffrey Stedfast | 2002-07-31 | 7 | -72/+242 |
* | Use the same command-counter mojo that the append code uses in case the | Peter Williams | 2002-07-31 | 2 | -1/+14 |
* | setup private data. (mail_display_destroy): cancel any outstanding | Not Zed | 2002-07-30 | 5 | -51/+238 |
* | added soup to compile flags. | Not Zed | 2002-07-30 | 2 | -1/+5 |
* | Updated Spanish translation | Hector Garcia | 2002-07-30 | 2 | -1739/+1922 |
* | (request_password): Left-align the check button's | Ettore Perazzoli | 2002-07-30 | 2 | -0/+6 |
* | new helper function (decode_signature_name): new helper function | Radek Doulik | 2002-07-30 | 2 | -4/+112 |
* | Reordered. | Jeffrey Stedfast | 2002-07-30 | 2 | -34/+40 |
* | Get the "Reset Defaults" folders button and connect to the clicked signal. | Jeffrey Stedfast | 2002-07-30 | 3 | -3/+56 |
* | New function to set the uri programatically on a | Jeffrey Stedfast | 2002-07-30 | 3 | -8/+39 |
* | Call mail_note_store to get the folders to be updated and new ones to be | Peter Williams | 2002-07-30 | 2 | -1/+10 |
* | (request_password): Add an accelerator for the | Ettore Perazzoli | 2002-07-30 | 2 | -5/+21 |
* | Don't use the folder's path as the physical URI; use CORBA Magic (TM) to | Peter Williams | 2002-07-29 | 2 | -2/+17 |
* | update for wombat.idl -> Evolution-Wombat.idl change | Dan Winship | 2002-07-29 | 1 | -4/+4 |
* | Colour the tasks depending on their due date/time | Iain Holmes | 2002-07-29 | 2 | -4/+59 |
* | Fix bug #18963 | Iain Holmes | 2002-07-29 | 4 | -4/+16 |
* | Add xml to unset system flags. | Jeffrey Stedfast | 2002-07-29 | 3 | -0/+28 |
* | New filter action to unset a system flag. The exact opposite of set_flag. | Jeffrey Stedfast | 2002-07-29 | 2 | -16/+44 |
* | fixed mapping of popdown menu to ICAL_STATUS_ values. | Rodrigo Moya | 2002-07-29 | 3 | -10/+28 |
* | don't save empty strings. (pas_backend_summary_save): print out the errno | Chris Toshok | 2002-07-28 | 2 | -2/+9 |
* | Use fs->type in xmlGetProp since we already free'd 'type'. Fixes bug | Jeffrey Stedfast | 2002-07-27 | 6 | -34/+30 |
* | (set_signature_gui): new helper method to set signature from draft | Radek Doulik | 2002-07-27 | 2 | -1/+40 |
* | No real need for this to be an async function sync we are going to call | Jeffrey Stedfast | 2002-07-27 | 2 | -83/+5 |
* | remove useless debug statement | JP Rosevear | 2002-07-27 | 2 | -1/+7 |
* | If the path exists and is a directory, return non-NULL. Missed this before | Jeffrey Stedfast | 2002-07-27 | 5 | -17/+14 |
* | Add a new menu item for posting to the New toolbar button thing. | Jeffrey Stedfast | 2002-07-27 | 2 | -4/+12 |
* | Capitalize the title of the dialog for consistency. | Ettore Perazzoli | 2002-07-27 | 3 | -2/+11 |
* | (ensure_menu_xml): Put in | Ettore Perazzoli | 2002-07-27 | 2 | -2/+7 |
* | Don't set up the ContactNew and | Ettore Perazzoli | 2002-07-27 | 2 | -48/+9 |
* | Move File/New/NewItems placeholder on the top and add some separators. | Ettore Perazzoli | 2002-07-27 | 3 | -32/+46 |
* | Add a new menu item for posting to the New toolbar button thing. | Jeffrey Stedfast | 2002-07-27 | 2 | -0/+12 |
* | don't assert on default, when ESC is pressed, the dialog is closed as well | Radek Doulik | 2002-07-27 | 2 | -3/+9 |
* | Fix ChangeLog. | Ettore Perazzoli | 2002-07-27 | 1 | -1/+2 |
* | Special-case message/digest and give it a nice icon. [#9786] | Ettore Perazzoli | 2002-07-27 | 3 | -2/+27 |
* | New icon for mail (gnome-textfile.png from GNOME 2, by | Ettore Perazzoli | 2002-07-27 | 3 | -0/+6 |
* | The flags'n'tags copy was unnecessary. Removed it. | Peter Williams | 2002-07-27 | 2 | -4/+4 |
* | (load_all_folders): Don't return FALSE if any | Ettore Perazzoli | 2002-07-27 | 2 | -7/+37 |
* | Revert Jeff's previous change, it broke local folders. Uninitialized | Peter Williams | 2002-07-27 | 5 | -11/+18 |
* | new function for adding VTIMEZONE components to a VCALENDAR component. | Rodrigo Moya | 2002-07-27 | 6 | -8/+133 |
* | focus the editor if it does exist, create a new one if it doesn't (not | JP Rosevear | 2002-07-27 | 2 | -2/+8 |
* | Update timezones (from Damon) | JP Rosevear | 2002-07-26 | 17 | -63/+113 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2002-07-26 | 2 | -661/+720 |
* | ioops, this file too | Jeffrey Stedfast | 2002-07-26 | 1 | -3/+2 |
* | If we're gonna do an elite hack, lets do it right. | Jeffrey Stedfast | 2002-07-26 | 4 | -10/+26 |
* | Make the gtk label line-wrap instead of us forcing \n's in the label, that | Jeffrey Stedfast | 2002-07-26 | 3 | -11/+20 |
* | add a silly "up and running" message. | Chris Toshok | 2002-07-26 | 2 | -0/+6 |
* | Prototype. | Peter Williams | 2002-07-26 | 5 | -7/+60 |
* | Remove "possibly non-fatal" exception strings, all exceptions are fatal | Jeffrey Stedfast | 2002-07-26 | 3 | -43/+125 |
* | set large_font to NULL (e_day_view_style_set): calculate large font, fall | JP Rosevear | 2002-07-26 | 2 | -6/+17 |
* | Make sure that the url isn't an empty string and also make sure to free it | Jeffrey Stedfast | 2002-07-26 | 2 | -5/+16 |
* | Use mail_tools_folder_to_url(). | Jeffrey Stedfast | 2002-07-26 | 7 | -53/+200 |
* | Add a View/Post-To ui dingus. | Jeffrey Stedfast | 2002-07-26 | 3 | -0/+22 |
* | Create the Post-To header. (headers_set_visibility): Possibly show the | Jeffrey Stedfast | 2002-07-26 | 5 | -136/+270 |
* | It would help to mark the UIDs as deleted before we try to expunge them | Peter Williams | 2002-07-26 | 2 | -6/+26 |
* | Fix spelling. | Dan Winship | 2002-07-26 | 2 | -1/+5 |
* | Return the actual count, rather than always 0! | Not Zed | 2002-07-25 | 2 | -1/+6 |
* | Use GtkType (I only changed this one because I turned on debugging for a | Jeffrey Stedfast | 2002-07-25 | 5 | -7/+24 |
* | Update to take argc and argv arguments since this is the new definition | Jeffrey Stedfast | 2002-07-25 | 4 | -13/+61 |
* | Do some minimalistic validation of command-lines (ie, make sure it isn't | Jeffrey Stedfast | 2002-07-25 | 4 | -20/+38 |
* | Renamed from shell_exec(). Also, we now want to pass argc/argv on to the | Jeffrey Stedfast | 2002-07-25 | 4 | -27/+64 |
* | Use execv ("sh", "-c", command) rather than execing the command directly. | Jeffrey Stedfast | 2002-07-25 | 2 | -11/+9 |
* | Mae sure that the html->pointer_url is non-NULL. Should fix bug #28159 | Jeffrey Stedfast | 2002-07-25 | 2 | -1/+12 |
* | Check for whether current_message is NULL as well as preview_shown (if we | Peter Williams | 2002-07-25 | 3 | -3/+24 |
* | Don't pass the length of the tag name into strncmp, instead use the length | Jeffrey Stedfast | 2002-07-25 | 1 | -4/+8 |
* | display the location in the itip information | JP Rosevear | 2002-07-25 | 2 | -0/+12 |
* | cast! | Jeffrey Stedfast | 2002-07-25 | 1 | -4/+3 |
* | Call camel_session_get_service instead of camel_session_get_store, as | Peter Williams | 2002-07-25 | 3 | -15/+44 |
* | Touch up changelog. | JP Rosevear | 2002-07-25 | 1 | -0/+2 |
* | set status to in progress if the percent is between 0 and 100 | JP Rosevear | 2002-07-25 | 2 | -4/+17 |
* | use mail_config_get_send_html for html format flag | Radek Doulik | 2002-07-25 | 3 | -2/+10 |
* | Change libversit.la -> libversit.a for danw's changes. | Peter Williams | 2002-07-25 | 2 | -1/+6 |
* | add a day for the leap year only if we are currently counting Feb., not if | 4 | 2002-07-25 | 2 | -1/+7 |
* | When writing the summary, use TRUNC flag, duh. Also, write to a temp file | Not Zed | 2002-07-24 | 6 | -9/+49 |
* | s/libversit_lt/libversit/ | Dan Winship | 2002-07-24 | 2 | -1/+6 |
* | Propagate name changes or removes to the mail config. #15951. Doesn't | Not Zed | 2002-07-24 | 4 | -0/+78 |
* | Add missing cast. (e_calendar_item_signal_emission_idle_cb): Likewise. | Ettore Perazzoli | 2002-07-24 | 4 | -4/+14 |
* | Commit a fix that I thought I committed a while ago: | Jeffrey Stedfast | 2002-07-24 | 3 | -9/+31 |
* | If no --with-kde-applnk-path is given, try to | Ettore Perazzoli | 2002-07-24 | 2 | -4/+14 |
* | Initialise the standard uri's before doing anything else. | Not Zed | 2002-07-24 | 3 | -13/+56 |
* | (command_work_online): Remove debugging | Ettore Perazzoli | 2002-07-24 | 2 | -2/+6 |
* | Sync before doing an expunge if we dont have uidplus. See #25766. | Not Zed | 2002-07-24 | 2 | -1/+20 |
* | Move folders to a subdirectory of storage_path, rather than in it. Bye bye | Not Zed | 2002-07-24 | 2 | -12/+30 |
* | Duplicated the very much hack in imap_store_refresh_folders() to avoid a | Not Zed | 2002-07-24 | 2 | -1/+11 |
* | restart automanager to avoid multiple dialog apearing | Radek Doulik | 2002-07-24 | 2 | -2/+11 |
* | Don't use strncmp here or reply-all will match reply. | Jeffrey Stedfast | 2002-07-24 | 2 | -1/+6 |
* | Use *Control*equal and *Control*minus | Ettore Perazzoli | 2002-07-24 | 2 | -2/+8 |
* | (item_key_press): In the case of '-' and '=', check | Ettore Perazzoli | 2002-07-24 | 1 | -0/+6 |
* | icon fixes | Jakub Steiner | 2002-07-24 | 4 | -0/+5 |
* | Bind MessageMove to Control-Shift-V. [#24394] | Ettore Perazzoli | 2002-07-24 | 3 | -7/+25 |
* | use proper meeting icon | 3 | 2002-07-24 | 2 | -1/+6 |
* | changed accel for HTML from T to M to avoid conflict with other menu | Larry Ewing | 2002-07-24 | 2 | -1/+6 |
* | CVS_SILENT | Görkem Çetin | 2002-07-24 | 1 | -2123/+1516 |
* | Also perform a search on the query_changed signal, which is what gets | Peter Williams | 2002-07-24 | 6 | -38/+82 |
* | use uri_list before we set "uri-list" to NULL, which will automagically | Not Zed | 2002-07-23 | 2 | -2/+7 |
* | Replace a bunch of old gnomecal functions with the functionally identical | Dan Winship | 2002-07-23 | 2 | -34/+14 |
* | Applied patch below. | Not Zed | 2002-07-23 | 2 | -1/+11 |
* | Updated Greek translation | Simos Xenitellis | 2002-07-23 | 1 | -9/+5 |
* | Updated Greek translation | Simos Xenitellis | 2002-07-23 | 2 | -1086/+1262 |
* | Disconnect from folderbroser signals when we unref it, so we dont get | Not Zed | 2002-07-23 | 2 | -0/+7 |
* | Reverted some code that got committed by accident. | Jeffrey Stedfast | 2002-07-23 | 2 | -4/+12 |
* | #include <string.h> for memcpy. | Jeffrey Stedfast | 2002-07-23 | 2 | -0/+6 |
* | fixed up some gtk-doc comments | Jeffrey Stedfast | 2002-07-23 | 1 | -5/+13 |
* | more cleanup | Jeffrey Stedfast | 2002-07-23 | 1 | -78/+78 |
* | Removed a lot of extra g_return_if_fail's that we don't need (if we are | Jeffrey Stedfast | 2002-07-23 | 2 | -12/+40 |
* | Removed a lot of extra g_return_if_fail's that we don't need (if we are | Jeffrey Stedfast | 2002-07-23 | 3 | -177/+176 |
* | Check to make sure the script output is valid UTF-8, if not then attempt | Jeffrey Stedfast | 2002-07-23 | 2 | -18/+58 |
* | s/Out/Our in a debug printf | Jeffrey Stedfast | 2002-07-23 | 1 | -1/+1 |
* | removed insert file menu item | Radek Doulik | 2002-07-23 | 2 | -36/+4 |
* | removed Insert file from composers menu + forgotten signature editor | Radek Doulik | 2002-07-23 | 3 | -10/+7 |
* | add *Conf.sh | Dan Winship | 2002-07-23 | 1 | -0/+1 |
* | Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT, | Dan Winship | 2002-07-23 | 5 | -193/+243 |
* | Include libpcsfile.a, libpasfile.a and (if ENABLE_LDAP) libpasldap.a | Dan Winship | 2002-07-23 | 2 | -2/+15 |
* | Split pcs-backend-file out of libpcs and build it as a separate (noinst) | Dan Winship | 2002-07-23 | 2 | -2/+13 |
* | Split pas-backend-file and pas-backend-ldap out of libpas and build them | Dan Winship | 2002-07-23 | 2 | -11/+24 |
* | add new image | 2 | 2002-07-23 | 3 | -0/+183 |
* | Check if we're trying to build with the old libversit module borrowed from | Dan Winship | 2002-07-22 | 4 | -3/+28 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2002-07-22 | 2 | -1079/+1225 |
* | Remove the assert, and always copy over the threadtree which represents | Not Zed | 2002-07-22 | 2 | -5/+9 |
* | When renaming, use full_name to set the folder, not name, so the path is | Not Zed | 2002-07-22 | 2 | -1/+6 |
* | Oops, forgot to implement this. Fixes #24604. | Not Zed | 2002-07-22 | 2 | -0/+20 |
* | Only add a \r if the character before the \n wasn't already a \r - this | Jeffrey Stedfast | 2002-07-22 | 2 | -24/+38 |
* | recognize urls in plain text reply quoting logic (bug #27908). | Larry Ewing | 2002-07-21 | 2 | -1/+7 |
* | Changed to use a different length calculator. | Not Zed | 2002-07-19 | 3 | -14/+23 |
* | Updated Hungarian translation. | Andras Timar | 2002-07-19 | 2 | -1133/+1257 |
* | Made these able to find the potential row for a new node which will be the | Christopher James Lahey | 2002-07-19 | 1 | -3/+8 |
* | This should use address_encode, since its an rfc822 address, not | Not Zed | 2002-07-19 | 2 | -1/+7 |
* | Try including gtkhtml/gtkhtml.h instead. Test really is a 4 letter word | Not Zed | 2002-07-19 | 2 | -1/+6 |
* | Add a tooltip to the Save item as per bug 27901. | Peter Williams | 2002-07-19 | 2 | -0/+6 |
* | (double_click_cb): Renamed | Ettore Perazzoli | 2002-07-19 | 2 | -57/+69 |
* | removed check for local folders, so that we can import into non-local | Rodrigo Moya | 2002-07-19 | 2 | -10/+5 |
* | Change shortcut for "PilotSettings" to be `l' | Ettore Perazzoli | 2002-07-19 | 2 | -1/+7 |
* | Removed unused variable. | Ettore Perazzoli | 2002-07-19 | 14 | -51/+122 |
* | Prepend "$(WERROR)" to all the *_CFLAGS variables | Ettore Perazzoli | 2002-07-19 | 2 | -1/+8 |
* | Removed bogus static pre-declaration. | Ettore Perazzoli | 2002-07-19 | 5 | -4/+18 |
* | if there's an exception, continue with the next item. | Rodrigo Moya | 2002-07-19 | 3 | -2/+10 |
* | Change the HTML to make this a little prettier. | Peter Williams | 2002-07-19 | 2 | -1/+5 |
* | Load the messagedisplay XML file as a base for the UI, so that things | Peter Williams | 2002-07-19 | 2 | -4/+26 |
* | Put the mcheck stuff back in, which was removed without a changelog entry. | Not Zed | 2002-07-18 | 2 | -2/+11 |
* | new icon for jpr. -tig- | Tuomas Kuosmanen | 2002-07-18 | 1 | -0/+0 |
* | Need to add these for the build | Peter Williams | 2002-07-18 | 4 | -0/+40 |
* | #include <glib.h> #include <libgnome/gnome-defs.h> | Jeffrey Stedfast | 2002-07-18 | 1 | -0/+2 |
* | #include <libgnome/gnome-i18n.h> | Jeffrey Stedfast | 2002-07-18 | 1 | -1/+1 |
* | Add the appropriate #include for the _() macro. | Jeffrey Stedfast | 2002-07-18 | 2 | -2/+6 |
* | Make ChangeLog entry more recent | Peter Williams | 2002-07-18 | 1 | -7/+7 |
* | Get the EStorageSet from the shortcut's shell since there is no | Ettore Perazzoli | 2002-07-18 | 9 | -99/+216 |
* | Install libversit.a so that people compiling against the addressbook can | Peter Williams | 2002-07-18 | 29 | -116/+275 |
* | Use the U_() macro to get the UTF-8 translation. | Jeffrey Stedfast | 2002-07-18 | 3 | -21/+28 |
* | use "saved" gtkhtml command | Radek Doulik | 2002-07-18 | 2 | -0/+8 |
* | use "saved" gtkhtml command (e_msg_composer_is_dirty): use "is-saved" | Radek Doulik | 2002-07-18 | 2 | -3/+11 |
* | Oops, Don't comment out the mail_note_store call. | Jeffrey Stedfast | 2002-07-18 | 2 | -2/+7 |
* | use util function to see if the user is the organizer | 7 | 2002-07-18 | 11 | -55/+199 |
* | (setup_standard_verbs): Set the <commands> part | Ettore Perazzoli | 2002-07-18 | 2 | -5/+41 |
* | remove debug printf | Dan Winship | 2002-07-17 | 1 | -2/+0 |
* | Got rid of the stupid "tryagain" semantics, which didn't work. | Not Zed | 2002-07-17 | 2 | -31/+38 |
* | Set the from-account last so that auto-cc/bcc recipients don't get | Jeffrey Stedfast | 2002-07-17 | 2 | -1/+7 |
* | Added final large versions of the Inbox | Ettore Perazzoli | 2002-07-17 | 3 | -0/+5 |
* | When CRLF encoding, "empty" (after stripping trailing whitespace | Jeffrey Stedfast | 2002-07-17 | 2 | -0/+10 |
* | remove the option menu and browse button, and add a custom widget | Chris Toshok | 2002-07-17 | 3 | -377/+97 |
* | Re-enable some #if 0'd code. | Jeffrey Stedfast | 2002-07-17 | 6 | -18/+32 |
* | Clean up some improper usage of CamelExceptions (looking at | Peter Williams | 2002-07-17 | 4 | -10/+27 |
* | Remove a stray conflict marker. | Peter Williams | 2002-07-17 | 1 | -1/+0 |
* | Instead of doing this with a weakref, do it by connecting to the destroy | Peter Williams | 2002-07-17 | 3 | -9/+24 |
* | Make the standard AUTH format take priority over the AUTH= priority, since | Jeffrey Stedfast | 2002-07-17 | 3 | -18/+43 |
* | Forgot part of the patch | Peter Williams | 2002-07-17 | 1 | -1/+2 |
* | Install the SelectNames IDL and ancillary changes. | Peter Williams | 2002-07-17 | 2 | -4/+10 |
* | add folder.png, folder-mini.png, public-folder.png, and | Dan Winship | 2002-07-16 | 6 | -0/+14 |
* | If we're not online and the message isn't in our cache, give up. | Peter Williams | 2002-07-16 | 2 | -1/+12 |
* | Cast to a string type. (term_eval_castint): Cast to an int type. | Not Zed | 2002-07-16 | 3 | -3/+83 |
* | Lookup the label colour based on the label token, not an integer. | Not Zed | 2002-07-16 | 3 | -17/+19 |