| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cvs remove. | Not Zed | 2002-07-16 | 7 | -132/+203 |
* | Removed. (get_score): Removed. Labels & scores are stored in tags, we | Not Zed | 2002-07-16 | 2 | -36/+15 |
* | Try to get the FQDN from the results of gethostname(). If that fails, then | Jeffrey Stedfast | 2002-07-16 | 2 | -9/+26 |
* | updated | Radek Doulik | 2002-07-16 | 1 | -448/+433 |
* | Pass 'info' into mail_append_mail(), seems I created the info but forgot | Jeffrey Stedfast | 2002-07-16 | 2 | -18/+28 |
* | use new save_header_state flag | Radek Doulik | 2002-07-16 | 2 | -3/+7 |
* | added save_html_object_data parameter, use gtkhtml command to save object | Radek Doulik | 2002-07-16 | 3 | -6/+22 |
* | Get rid of the constant 'required' variable, just use the value when | Jeffrey Stedfast | 2002-07-16 | 2 | -3/+5 |
* | Changed the mbox and spool provider descriptions to try and be more clear. | Jeffrey Stedfast | 2002-07-16 | 2 | -7/+18 |
* | Fixes #8001 | Rodrigo Moya | 2002-07-16 | 4 | -37/+107 |
* | Add a Control-Return accel for "FileSaveClose". | Ettore Perazzoli | 2002-07-16 | 4 | -3/+16 |
* | no need to convert the value returned by e_folder_tree_get_folder to a | Rodrigo Moya | 2002-07-16 | 2 | -7/+23 |
* | >= is not appropriate here because the sequences are 1-based; so seq = | Peter Williams | 2002-07-16 | 2 | -2/+11 |
* | Account for the case that when a disco store is "online" but actually | Peter Williams | 2002-07-15 | 4 | -3/+20 |
* | remove a stray conflict marker | Peter Williams | 2002-07-15 | 1 | -1/+0 |
* | Define a versioned library directory that we can use for things that are | Peter Williams | 2002-07-15 | 5 | -3/+25 |
* | Another fix for the IDL rename, ugh. | Peter Williams | 2002-07-15 | 2 | -1/+6 |
* | Replace filter-score with filter-int. | Not Zed | 2002-07-15 | 2 | -21/+31 |
* | Changelog is pending some other patch approval so i'm not commiting. | Not Zed | 2002-07-15 | 3 | -290/+0 |
* | Set the vfolder_editor variable to null before we close the dialogue, | Not Zed | 2002-07-15 | 2 | -4/+8 |
* | Oops, accidentally checked in some unfinished, unworking code. Reverted. | Not Zed | 2002-07-15 | 2 | -46/+12 |
* | set corba_folder.customIconName so we don't crash. | Chris Toshok | 2002-07-15 | 2 | -1/+11 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 3 | -3/+34 |
* | ** fixes for #10781 | Not Zed | 2002-07-15 | 7 | -27/+139 |
* | ** fixes for #10781 | Not Zed | 2002-07-15 | 24 | -139/+496 |
* | free the full_name (as well as given_name. oops.) | Chris Toshok | 2002-07-13 | 2 | -31/+48 |
* | Make the ENTRY_PROPERTY_ID_SIMPLE_CARD_LIST case not crash, although | Dan Winship | 2002-07-13 | 2 | -1/+8 |
* | On error, do not unref the parts gotten using camel_multipart_get_part() | Jeffrey Stedfast | 2002-07-13 | 2 | -8/+16 |
* | dup the listener, for consistency with the other signals | Dan Winship | 2002-07-13 | 2 | -1/+8 |
* | Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. At | Peter Williams | 2002-07-13 | 2 | -1/+7 |
* | e-util relies on bonobo-conf in e-passwords.c and | Peter Williams | 2002-07-13 | 2 | -2/+2 |
* | (clicked): Ref the parent_window and then unref after you are done using | Ettore Perazzoli | 2002-07-13 | 2 | -0/+8 |
* | e-util relies on bonobo-conf in e-passwords.c and | Peter Williams | 2002-07-13 | 2 | -1/+7 |
* | Install some headers that weren't getting installed. | Peter Williams | 2002-07-13 | 2 | -2/+7 |
* | Oops, change wombat.h -> Evolution-Wombat.h | Peter Williams | 2002-07-13 | 2 | -1/+5 |
* | libwombat: | Peter Williams | 2002-07-12 | 5 | -7/+22 |
* | Updated to not use camel_type_get_global_classfuncs() since this is just a | Jeffrey Stedfast | 2002-07-12 | 2 | -1/+5 |
* | oops, changed the location of where we check for multipart/encrypted | Jeffrey Stedfast | 2002-07-12 | 1 | -4/+7 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 3 | -9/+26 |
* | Don't let any parts have a binary encoding. | Jeffrey Stedfast | 2002-07-12 | 2 | -1/+6 |
* | added missing glade files from shell/glade | Radek Doulik | 2002-07-12 | 1 | -0/+3 |
* | updated | Radek Doulik | 2002-07-12 | 1 | -2746/+2846 |
* | updated | Radek Doulik | 2002-07-12 | 1 | -202/+201 |
* | oops, apparently I didn't save? | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+1 |
* | Fixes bug #27672 | Jeffrey Stedfast | 2002-07-12 | 5 | -6/+51 |
* | Add an accelerator for "FileClose". | Ettore Perazzoli | 2002-07-12 | 2 | -1/+5 |
* | Allow a NULL icon [remove the precondition]. | Ettore Perazzoli | 2002-07-12 | 3 | -5/+13 |
* | Actually pass the evolution URI, not the path, in Folder.evolutionUri | Ettore Perazzoli | 2002-07-12 | 4 | -14/+18 |
* | If we are fetching HEADERs, don't cache the stream - instead just create a | Jeffrey Stedfast | 2002-07-12 | 2 | -23/+39 |
* | (set_selected_folders): Set the | Ettore Perazzoli | 2002-07-12 | 3 | -4/+19 |
* | Rename "Save to disk..." to "Save Attachment..." | Jeffrey Stedfast | 2002-07-12 | 3 | -7/+12 |
* | (update_folder_title_bar): Ref the folder_icon | Ettore Perazzoli | 2002-07-12 | 2 | -0/+6 |
* | (get_folder_list_foreach): Copy | Ettore Perazzoli | 2002-07-12 | 2 | -6/+14 |
* | Remove some `#if 0'ed broken code. New members title_icon and | Ettore Perazzoli | 2002-07-12 | 5 | -167/+143 |
* | Don't forget to set an appropriate exception before returning NULL. | Jeffrey Stedfast | 2002-07-12 | 2 | -0/+8 |
* | e_book_get_book_view => e_book_get_completion_view, so the backends have | Chris Toshok | 2002-07-11 | 2 | -3/+11 |
* | actually remove the items from the pointer array too, so an error while | Chris Toshok | 2002-07-11 | 2 | -17/+68 |
* | Make sure message is non-NULL before setting the source on it. | Jeffrey Stedfast | 2002-07-11 | 2 | -1/+4 |
* | Modified to use a single list of UI node elements with an enable-mask | Jeffrey Stedfast | 2002-07-11 | 2 | -226/+201 |
* | If we unref'd a current_message, clear the datalist. Don't bother | Jeffrey Stedfast | 2002-07-11 | 2 | -15/+16 |
* | Oops, missed this one. | Peter Williams | 2002-07-11 | 3 | -2/+10 |
* | Add include lines to get ebook headers relative to <ebook/foo.h>, not | Peter Williams | 2002-07-11 | 30 | -33/+111 |
* | (update_folder_title_bar): Get a @folder arg | Ettore Perazzoli | 2002-07-11 | 2 | -33/+47 |
* | Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd in | Jeffrey Stedfast | 2002-07-11 | 2 | -33/+40 |
* | Add accelerators. [#10069] | Ettore Perazzoli | 2002-07-11 | 2 | -2/+6 |
* | Add accelerators. [#10067] | Ettore Perazzoli | 2002-07-11 | 2 | -4/+8 |
* | Add accelerators. [#10068] | Ettore Perazzoli | 2002-07-11 | 2 | -3/+7 |
* | Add accelerator for "Print Preview", "Delete". | Ettore Perazzoli | 2002-07-11 | 3 | -3/+13 |
* | Pass zero as the @sorting_priority to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 17 | -56/+200 |
* | bleah, i hate this keyboard. | Chris Toshok | 2002-07-10 | 1 | -1/+1 |
* | add Book.getCompletionView. | Chris Toshok | 2002-07-10 | 10 | -110/+471 |
* | Added note about set status filter action. | Kevin Breit | 2002-07-10 | 2 | -0/+13 |
* | (load_icon): Ooops. Swapped the large/small | Ettore Perazzoli | 2002-07-10 | 2 | -6/+10 |
* | s/Edit as New Message/Resend - this was confusing people. Also moved it to | Jeffrey Stedfast | 2002-07-10 | 2 | -2/+4 |
* | Pass NULL @custom_icon_name to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 14 | -24/+75 |
* | fixed a compile warning | Jeffrey Stedfast | 2002-07-10 | 1 | -1/+1 |
* | #include <string.h> | Dan Winship | 2002-07-10 | 2 | -0/+5 |
* | If the custom_icon_name is not NULL, return the pixbuf for it. | Ettore Perazzoli | 2002-07-10 | 10 | -61/+154 |
* | s/Edit as New Message/Resend - this was confusing people. | Jeffrey Stedfast | 2002-07-10 | 2 | -1/+6 |
* | Remove debugging message. (impl_shortcut_drag_motion): Likewise. | Ettore Perazzoli | 2002-07-10 | 5 | -9/+11 |
* | Call e_icon_factory_init(). | Ettore Perazzoli | 2002-07-10 | 9 | -57/+330 |
* | (images_DATA): inbox-mini.png instead of | Ettore Perazzoli | 2002-07-10 | 6 | -4/+12 |
* | re-order nss and nspr flags | 9 | 2002-07-10 | 2 | -2/+6 |
* | (remove_folder): Remove unused variable. | Ettore Perazzoli | 2002-07-09 | 2 | -1/+4 |
* | Don't ever use the mail-display's current_message, this can cause | Jeffrey Stedfast | 2002-07-09 | 6 | -33/+53 |
* | Change the group icon size using e_shortcuts_set_group_uses_small_icons() | Ettore Perazzoli | 2002-07-09 | 6 | -33/+164 |
* | Make the sound type for (play-sound ) a "file" type rather than "string" | Jeffrey Stedfast | 2002-07-09 | 4 | -3/+20 |
* | removed the news editor widget since it sucked. | Jeffrey Stedfast | 2002-07-09 | 1 | -113/+0 |
* | New helper function. (e_folder_to_corba): Use it here. | Ettore Perazzoli | 2002-07-09 | 6 | -10/+67 |
* | Only queue a send operation if we are in Online mode, otherwise don't | Jeffrey Stedfast | 2002-07-06 | 2 | -2/+10 |
* | s/now// for "Send this message now" tooltip | Jeffrey Stedfast | 2002-07-06 | 1 | -1/+1 |
* | No longer need to pass a postpone_cb function into the composer | Jeffrey Stedfast | 2002-07-06 | 9 | -81/+138 |
* | oops, forgot to save | Jeffrey Stedfast | 2002-07-06 | 1 | -1/+1 |
* | Don't connect to the postpone signal, but do connect to the save-draft | Jeffrey Stedfast | 2002-07-06 | 5 | -58/+24 |
* | Removed the Send Later verb. | Jeffrey Stedfast | 2002-07-06 | 2 | -4/+4 |
* | (startup_wizard_cancel): Unref the | Ettore Perazzoli | 2002-07-06 | 2 | -0/+24 |
* | (e_timezone_dialog_init): | Ettore Perazzoli | 2002-07-06 | 2 | -0/+7 |
* | cleaned up mail-config.glade to remove the notebook tab for the accounts_tab | Jeffrey Stedfast | 2002-07-05 | 1 | -257/+100 |
* | Removed mail/mail-account-news-editor.c | Jeffrey Stedfast | 2002-07-05 | 2 | -1/+4 |
* | Removed. | Jeffrey Stedfast | 2002-07-05 | 3 | -265/+2 |
* | changed a comment | Jeffrey Stedfast | 2002-07-05 | 1 | -1/+2 |
* | Set the IS_SOURCE provider flag. | Jeffrey Stedfast | 2002-07-05 | 2 | -1/+5 |
* | Removed special-case code for NNTP support. | Jeffrey Stedfast | 2002-07-05 | 9 | -364/+31 |
* | Change all exceptions to report which POP server failed (and tried to make | Jeffrey Stedfast | 2002-07-05 | 2 | -21/+31 |
* | Updated Ukrainian translation | Yuri Syrota | 2002-07-04 | 1 | -3785/+2872 |
* | Convert back to native encoding. | Abel Cheung | 2002-07-04 | 2 | -4538/+4542 |
* | Pass TRUE as the auto_connect argument to mail_load_storage_from_uri(). | Jeffrey Stedfast | 2002-07-04 | 6 | -14/+32 |
* | Invoke e_folder_dnd_bridge_drop(). | Ettore Perazzoli | 2002-07-04 | 4 | -15/+82 |
* | Fix the URL for the DB 3.1.17 package; it's moved. | Peter Williams | 2002-07-04 | 2 | -1/+5 |
* | If we get an exception from the child sync, update the exception string so | Not Zed | 2002-07-03 | 5 | -31/+75 |
* | Take a void object arg. (camel_object_remove_event): " | Not Zed | 2002-07-03 | 3 | -12/+25 |