| Commit message (Expand) | Author | Age | Files | Lines |
* | save signature here to remember the changed name | Radek Doulik | 2002-07-31 | 2 | -0/+6 |
* | Use camel_medium_get_header to get the date header rather than getting the | Jeffrey Stedfast | 2002-07-31 | 2 | -11/+12 |
* | setup private data. (mail_display_destroy): cancel any outstanding | Not Zed | 2002-07-30 | 5 | -51/+238 |
* | (request_password): Left-align the check button's | Ettore Perazzoli | 2002-07-30 | 2 | -0/+6 |
* | Get the "Reset Defaults" folders button and connect to the clicked signal. | Jeffrey Stedfast | 2002-07-30 | 3 | -3/+56 |
* | 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 |
* | No real need for this to be an async function sync we are going to call | Jeffrey Stedfast | 2002-07-27 | 2 | -83/+5 |
* | Add a new menu item for posting to the New toolbar button thing. | Jeffrey Stedfast | 2002-07-27 | 2 | -4/+12 |
* | Add a new menu item for posting to the New toolbar button thing. | Jeffrey Stedfast | 2002-07-27 | 2 | -0/+12 |
* | Make the gtk label line-wrap instead of us forcing \n's in the label, that | Jeffrey Stedfast | 2002-07-26 | 3 | -11/+20 |
* | 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 |
* | Update to take argc and argv arguments since this is the new definition | Jeffrey Stedfast | 2002-07-25 | 4 | -13/+61 |
* | 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 |
* | 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 |
* | use mail_config_get_send_html for html format flag | Radek Doulik | 2002-07-25 | 3 | -2/+10 |
* | Propagate name changes or removes to the mail config. #15951. Doesn't | Not Zed | 2002-07-24 | 4 | -0/+78 |
* | Commit a fix that I thought I committed a while ago: | Jeffrey Stedfast | 2002-07-24 | 3 | -9/+31 |
* | Initialise the standard uri's before doing anything else. | Not Zed | 2002-07-24 | 3 | -13/+56 |
* | Don't use strncmp here or reply-all will match reply. | Jeffrey Stedfast | 2002-07-24 | 2 | -1/+6 |
* | Also perform a search on the query_changed signal, which is what gets | Peter Williams | 2002-07-24 | 2 | -0/+8 |
* | use uri_list before we set "uri-list" to NULL, which will automagically | Not Zed | 2002-07-23 | 2 | -2/+7 |
* | Disconnect from folderbroser signals when we unref it, so we dont get | Not Zed | 2002-07-23 | 2 | -0/+7 |
* | Check to make sure the script output is valid UTF-8, if not then attempt | Jeffrey Stedfast | 2002-07-23 | 2 | -18/+58 |
* | 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 |
* | recognize urls in plain text reply quoting logic (bug #27908). | Larry Ewing | 2002-07-21 | 2 | -1/+7 |
* | Try including gtkhtml/gtkhtml.h instead. Test really is a 4 letter word | Not Zed | 2002-07-19 | 2 | -1/+6 |
* | Removed bogus static pre-declaration. | Ettore Perazzoli | 2002-07-19 | 5 | -4/+18 |
* | 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 |
* | Install libversit.a so that people compiling against the addressbook can | Peter Williams | 2002-07-18 | 2 | -0/+5 |
* | use "saved" gtkhtml command | Radek Doulik | 2002-07-18 | 2 | -0/+8 |
* | Oops, Don't comment out the mail_note_store call. | Jeffrey Stedfast | 2002-07-18 | 2 | -2/+7 |
* | remove debug printf | Dan Winship | 2002-07-17 | 1 | -2/+0 |
* | Re-enable some #if 0'd code. | Jeffrey Stedfast | 2002-07-17 | 6 | -18/+32 |
* | Remove a stray conflict marker. | Peter Williams | 2002-07-17 | 1 | -1/+0 |
* | Lookup the label colour based on the label token, not an integer. | Not Zed | 2002-07-16 | 3 | -17/+19 |
* | 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 |
* | 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 | 3 | -2/+9 |
* | 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 |
* | ** fixes for #10781 | Not Zed | 2002-07-15 | 7 | -27/+139 |
* | Rename "Save to disk..." to "Save Attachment..." | Jeffrey Stedfast | 2002-07-12 | 3 | -7/+12 |
* | 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 |
* | Add include lines to get ebook headers relative to <ebook/foo.h>, not | Peter Williams | 2002-07-11 | 2 | -0/+6 |
* | Pass zero as the @sorting_priority to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 3 | -2/+10 |
* | Pass NULL @custom_icon_name to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 3 | -2/+11 |
* | fixed a compile warning | Jeffrey Stedfast | 2002-07-10 | 1 | -1/+1 |
* | Don't ever use the mail-display's current_message, this can cause | Jeffrey Stedfast | 2002-07-09 | 6 | -33/+53 |
* | removed the news editor widget since it sucked. | Jeffrey Stedfast | 2002-07-09 | 1 | -113/+0 |
* | Only queue a send operation if we are in Online mode, otherwise don't | Jeffrey Stedfast | 2002-07-06 | 2 | -2/+10 |
* | No longer need to pass a postpone_cb function into the composer | Jeffrey Stedfast | 2002-07-06 | 9 | -81/+138 |
* | cleaned up mail-config.glade to remove the notebook tab for the accounts_tab | Jeffrey Stedfast | 2002-07-05 | 1 | -257/+100 |
* | Removed. | Jeffrey Stedfast | 2002-07-05 | 3 | -265/+2 |
* | changed a comment | Jeffrey Stedfast | 2002-07-05 | 1 | -1/+2 |
* | Removed special-case code for NNTP support. | Jeffrey Stedfast | 2002-07-05 | 9 | -364/+31 |
* | Pass TRUE as the auto_connect argument to mail_load_storage_from_uri(). | Jeffrey Stedfast | 2002-07-04 | 6 | -14/+32 |
* | Increase the size of the escapped mlist buffer, we can't assume that there | Jeffrey Stedfast | 2002-07-03 | 2 | -0/+2 |
* | Increase the size of the escapped mlist buffer, we can't assume that there | Jeffrey Stedfast | 2002-07-03 | 2 | -1/+5 |
* | Fixes bug #27263. | Jeffrey Stedfast | 2002-07-03 | 4 | -15/+56 |
* | Remove Bcc headers too. | Jeffrey Stedfast | 2002-07-03 | 3 | -1/+10 |
* | (folder_browser_gui_init): Don't connect | Ettore Perazzoli | 2002-07-02 | 2 | -3/+8 |
* | New arg @tooltip; pass it to | Ettore Perazzoli | 2002-07-02 | 2 | -1/+7 |
* | remove dependency on removed file camel/camel-pgp-context.h | Sean Atkinson | 2002-07-02 | 2 | -2/+5 |
* | Make sure that cid is non-NULL. | Jeffrey Stedfast | 2002-07-02 | 2 | -1/+6 |
* | Removed some conflict indicators i missed. | Michael Zucci | 2002-07-01 | 1 | -1/+0 |
* | Removed. The folder's deleted event isn't needed since we're listening to | Not Zed | 2002-07-01 | 2 | -14/+12 |
* | Don't skip over disabled accounts - put them in the folder tree too. | Jeffrey Stedfast | 2002-06-29 | 3 | -9/+14 |
* | Fixes bug #27055. | Jeffrey Stedfast | 2002-06-29 | 3 | -3/+22 |
* | Recursively delete any subfolders. | Jeffrey Stedfast | 2002-06-28 | 2 | -12/+46 |
* | slight build fixes | Jeffrey Stedfast | 2002-06-27 | 3 | -19/+20 |
* | Don't allow the pgp type to be anything except NONE or GPG. | Jeffrey Stedfast | 2002-06-27 | 7 | -139/+80 |
* | Also handle https urls. | Jeffrey Stedfast | 2002-06-26 | 2 | -1/+3 |
* | Some compiler warning fixes. | Jeffrey Stedfast | 2002-06-26 | 9 | -63/+70 |
* | If the pgp type is gpg, then use the gpg context. | Jeffrey Stedfast | 2002-06-22 | 4 | -32/+88 |
* | New convenience function to find the first parent node that is visible and | Jeffrey Stedfast | 2002-06-19 | 3 | -11/+41 |
* | New convenience function to get a cached normalised string. | Jeffrey Stedfast | 2002-06-18 | 4 | -72/+164 |
* | If we dont support searching, dont try to. | Not Zed | 2002-06-17 | 3 | -2/+11 |
* | Move m->complete = TRUE; to within the cancel-check block, this way | Jeffrey Stedfast | 2002-06-12 | 2 | -2/+9 |
* | If we dont get a folder, dont try and get details off it. Should get rid | Not Zed | 2002-06-11 | 4 | -43/+102 |
* | Comment out the code to add/remove the store to the folder-tree when it | Jeffrey Stedfast | 2002-06-11 | 3 | -4/+11 |
* | call mail_config_init to be sure we have the db, save auto_signature as | Radek Doulik | 2002-06-11 | 3 | -1/+11 |
* | If we are doing Reply-to-All, do not include any of the user's email | Jeffrey Stedfast | 2002-06-11 | 2 | -55/+82 |
* | hook this to cancel button in signature script dialog | Radek Doulik | 2002-06-08 | 2 | -0/+10 |
* | fix some typos, set label usize to 500, -2 (menu_help): added help link to | Radek Doulik | 2002-06-08 | 2 | -2/+20 |
* | script signatures | Radek Doulik | 2002-06-08 | 6 | -191/+310 |
* | If this account is not a completely new account (ie, it is an edited | Jeffrey Stedfast | 2002-06-07 | 4 | -7/+92 |
* | disable edit and delete when there are no signatures defined | Radek Doulik | 2002-06-07 | 2 | -0/+9 |
* | enhanced signature editor | Radek Doulik | 2002-06-06 | 5 | -18/+88 |
* | Keep track of the regeneration request in a list. (regen_list_free): | Not Zed | 2002-06-06 | 3 | -18/+56 |
* | Don't forget to free the date string buffer. | Jeffrey Stedfast | 2002-06-06 | 2 | -1/+7 |
* | use gtk string instead of utf8 one | Radek Doulik | 2002-06-06 | 2 | -2/+8 |
* | signature editor reworked, WIP | Radek Doulik | 2002-06-05 | 7 | -585/+403 |
* | The following changes take a great leap toward fixing bug #1042. | Jeffrey Stedfast | 2002-06-05 | 4 | -34/+142 |
* | Added priorities. | Christopher James Lahey | 2002-06-05 | 2 | -2/+6 |
* | Set the title of our GalViewCollection. | Christopher James Lahey | 2002-06-04 | 2 | -0/+7 |
* | Duh, we want to set the news_edit/delete buttons for the news page, not | Not Zed | 2002-06-04 | 3 | -3/+11 |
* | Write the signature after the account has been added. (sig_new_html): | Jeffrey Stedfast | 2002-06-04 | 2 | -16/+16 |
* | Correctly get the GtkWindow ancestor of the prefs widget. | Jeffrey Stedfast | 2002-06-04 | 2 | -1/+9 |
* | Changed to check everything from the composer before the message is | Not Zed | 2002-06-04 | 3 | -66/+72 |
* | Prompt the user to see if he really wants to quit when there are queued | Jeffrey Stedfast | 2002-06-04 | 3 | -3/+27 |
* | Implement, return a text description of the localfolder. | Not Zed | 2002-06-03 | 5 | -2/+81 |
* | make these citations as well. | Larry Ewing | 2002-06-03 | 3 | -2/+10 |
* | Changed to handle new multipart-signed type. | Not Zed | 2002-05-31 | 2 | -51/+41 |
* | Noop if we are in offline mode. | Jeffrey Stedfast | 2002-05-31 | 3 | -11/+15 |
* | Protect against NULL stores. Fixes bug #25456. | Jeffrey Stedfast | 2002-05-31 | 2 | -2/+7 |
* | Oops, create a message-browser window here, not a folder-browser-window | Jeffrey Stedfast | 2002-05-31 | 2 | -2/+9 |
* | moved spell checking options to separate page, updated UI by Anna's design | Radek Doulik | 2002-05-30 | 5 | -166/+416 |
* | use _ instead of U_ for clist | Radek Doulik | 2002-05-30 | 2 | -1/+6 |
* | Revert a failed idea. | Jeffrey Stedfast | 2002-05-29 | 2 | -29/+5 |
* | ops, revert array size | Radek Doulik | 2002-05-25 | 2 | -1/+6 |
* | If we can't find the mailing list address in the recipients list, just | Jeffrey Stedfast | 2002-05-24 | 2 | -2/+24 |
* | Set the ui to be the evolution-mail-global.xml file thingy. Still broken | Jeffrey Stedfast | 2002-05-24 | 3 | -5/+18 |
* | (mail_composer_prefs_construct): add auto smiley check button | Radek Doulik | 2002-05-24 | 3 | -1/+8 |
* | If the folder-browser has a parent, reparent it. | Jeffrey Stedfast | 2002-05-24 | 6 | -38/+316 |
* | added smileys checkbutton | Radek Doulik | 2002-05-24 | 1 | -0/+14 |
* | be more careful about language_str{_orig} | Radek Doulik | 2002-05-24 | 2 | -4/+16 |
* | remove a #include "camel-remote-store.h" | Jeffrey Stedfast | 2002-05-23 | 1 | -1/+0 |
* | Only clear the text/html signature menus if they are non-NULL. | Jeffrey Stedfast | 2002-05-22 | 1 | -0/+4 |
* | Only clear the text/html signature menus if they are non-NULL. | Jeffrey Stedfast | 2002-05-22 | 2 | -2/+9 |
* | Use a new macro, STR_EQUAL, to tell if the 2 values are equal or not | Jeffrey Stedfast | 2002-05-22 | 2 | -1/+9 |
* | Forgot the changelog entry. | Not Zed | 2002-05-21 | 1 | -0/+6 |
* | New functions to add additional search strings one at a time. Maybe it | Not Zed | 2002-05-21 | 4 | -661/+896 |
* | Only get the contents of a mime part if it is marked as "inline". Fixes | Jeffrey Stedfast | 2002-05-21 | 3 | -2/+9 |
* | Fixed the "Overdue:" string to not contain any HTML tags. | Jeffrey Stedfast | 2002-05-21 | 3 | -9/+16 |
* | Set the can_sync_offline property on the EFolder based on the | Ettore Perazzoli | 2002-05-21 | 4 | -410/+126 |
* | Always unref the composer [even when we are destroying it], otherwise we | Ettore Perazzoli | 2002-05-20 | 2 | -1/+7 |
* | Check for a label tag when doing a lookup on the COLOR column. | Jeffrey Stedfast | 2002-05-17 | 6 | -45/+137 |
* | added folder-info.h to the build | Jeffrey Stedfast | 2002-05-17 | 1 | -0/+1 |
* | New. (create_component): Pass it as the @request_quit_fn to | Ettore Perazzoli | 2002-05-16 | 3 | -9/+16 |
* | Check with e_shell_prepare_for_quit() before quitting. | Ettore Perazzoli | 2002-05-16 | 2 | -1/+6 |
* | Implement prep_offline for an individual folder. (set_offline_do): Only | Not Zed | 2002-05-15 | 4 | -55/+234 |
* | Instead of g_assert()ing that the msg_info is not NULL, if it is NULL just | Jeffrey Stedfast | 2002-05-15 | 2 | -1/+9 |
* | added a missing header file | Jeffrey Stedfast | 2002-05-15 | 2 | -0/+46 |
* | Added #include "folder-info.h". | Christopher James Lahey | 2002-05-15 | 11 | -22/+35 |
* | Added search="string" where appropriate. | Christopher James Lahey | 2002-05-14 | 2 | -3/+7 |
* | Update for camel_folder_append_message / camel_folder_transfer_messages_to | Dan Winship | 2002-05-14 | 9 | -35/+58 |
* | Update for the new message-browser api. | Jeffrey Stedfast | 2002-05-11 | 4 | -278/+45 |
* | Don't add any shortcuts here. (mail_config_remove_account): And don't | Jeffrey Stedfast | 2002-05-11 | 4 | -194/+26 |
* | Simplify. Use transfer_messages_to instead of picking between copy and | Dan Winship | 2002-05-11 | 3 | -35/+12 |
* | Make sure that even if the new source url is NULL, that we preserve the | Jeffrey Stedfast | 2002-05-10 | 2 | -3/+10 |
* | Pass %FALSE as @has_shared_folders to evolution_storage_new(). | Ettore Perazzoli | 2002-05-10 | 2 | -1/+6 |
* | dist Spell.idl | JP Rosevear | 2002-05-09 | 2 | -0/+5 |
* | implemented (c'n'p-ed and updated) spell checking settings | Radek Doulik | 2002-05-09 | 8 | -38/+378 |
* | Change so there's no race conditions between the folder info and the session ... | Iain Holmes | 2002-05-08 | 3 | -44/+119 |
* | Changed for rule_context_rename_uri api changes. (mail_filter_delete_uri): | Not Zed | 2002-05-08 | 2 | -2/+39 |
* | propose spell checking settings UI | Radek Doulik | 2002-05-08 | 1 | -101/+98 |
* | fixed the glade file so that the management page would show up in the account... | Jeffrey Stedfast | 2002-05-08 | 2 | -4/+4 |
* | Flush the filter log to make Tuomas happy :-) | Jeffrey Stedfast | 2002-05-07 | 5 | -8/+29 |
* | Set the Seen flag as well since it's safe to assume that if the user has | Jeffrey Stedfast | 2002-05-07 | 2 | -2/+6 |
* | If we are in a Sent/Drafts/Outbox folder, don't show the "Add Sender to | Jeffrey Stedfast | 2002-05-07 | 2 | -4/+23 |
* | Check all threads are idle as well, using new e_thread_busy call. Should | Not Zed | 2002-05-06 | 2 | -2/+8 |
* | Update the code to actually work. (sig_new_html): Same. | Jeffrey Stedfast | 2002-05-02 | 3 | -14/+21 |
* | Fix the filter_menu static array to use the E_POPUP_MENU_CC macros since | Jeffrey Stedfast | 2002-05-02 | 2 | -1/+3 |
* | Fix the filter_menu static array to use the E_POPUP_MENU_CC macros since | Jeffrey Stedfast | 2002-05-02 | 2 | -9/+16 |
* | Also check folder!=NULL. Fixes race where folder isn't setup yet, and | Not Zed | 2002-05-01 | 3 | -2/+8 |
* | If the folder's permanent_flags don't include CAMEL_MESSAGE_DELETED, don't | Dan Winship | 2002-05-01 | 2 | -0/+8 |
* | Convert UTF-8 to gtkstrings since we are using a clist and not an E-widget | Jeffrey Stedfast | 2002-04-30 | 3 | -12/+43 |
* | Strip leading/trailing whitespace from the username because users | Jeffrey Stedfast | 2002-04-30 | 2 | -12/+29 |
* | Strip leading/trailing whitespace from the username because users | Jeffrey Stedfast | 2002-04-30 | 2 | -1/+8 |
* | clean up propmanager initialization code. | Larry Ewing | 2002-04-29 | 3 | -32/+26 |
* | handle requests for the font manager control. | Larry Ewing | 2002-04-29 | 10 | -430/+688 |
* | use the html reply logic even for plain parts so that we can test out the | Larry Ewing | 2002-04-29 | 2 | -2/+8 |
* | add const to silence warning. | Larry Ewing | 2002-04-29 | 3 | -1/+17 |
* | Don't link with libibex anymore, it's been deprecated. | Jeffrey Stedfast | 2002-04-27 | 2 | -1/+3 |
* | Do away with the goto-next-folder stuff, it's very annoying. | Jeffrey Stedfast | 2002-04-27 | 2 | -0/+5 |
* | After building the extra config options into a Gtk form, auto-detect any | Jeffrey Stedfast | 2002-04-27 | 4 | -6/+123 |
* | Add the font config dialog. | Larry Ewing | 2002-04-26 | 2 | -0/+193 |
* | Allow providers to override text entry boxes too. (source_type_changed): | Jeffrey Stedfast | 2002-04-25 | 2 | -31/+57 |
* | Update to use E_POPUP_MENU_PIXMAP_WIDGET_ITEM_CC so that our callback gets | Jeffrey Stedfast | 2002-04-25 | 2 | -6/+11 |
* | Set the default Username label and handle the new | Jeffrey Stedfast | 2002-04-25 | 2 | -6/+28 |
* | Added back the checkmark icon for enabled accounts. | Jeffrey Stedfast | 2002-04-24 | 3 | -7/+34 |
* | Plug-in Anna's html for the flag-for-followup stuff. Finishes up bug #90. | Jeffrey Stedfast | 2002-04-23 | 2 | -15/+34 |
* | Free the loading/pending/new/loaded_uid string buffers. | Jeffrey Stedfast | 2002-04-20 | 2 | -2/+10 |
* | Free some temporary path buffers. | Jeffrey Stedfast | 2002-04-20 | 2 | -8/+13 |
* | Ref the html object here, this is an async handler so it's possible for | Jeffrey Stedfast | 2002-04-20 | 2 | -1/+22 |
* | Added yet more accelerators for the new config dialog--this time for the | Anna Marie Dirks | 2002-04-20 | 2 | -13/+22 |
* | would help if I didn't name 2 widgets the same for the colour tab in the pref... | Jeffrey Stedfast | 2002-04-20 | 1 | -2/+2 |
* | Added a bunch of accelerators for the new config dialog | Anna Marie Dirks | 2002-04-20 | 2 | -109/+125 |
* | Removed all Delivered-To headers before redirecting. Fixes bug #23635. | Jeffrey Stedfast | 2002-04-19 | 2 | -0/+11 |
* | use default paper name in case of wrong translation | Radek Doulik | 2002-04-19 | 2 | -1/+10 |
* | Turn off the code which downloads the part if we can't identify it. See | Not Zed | 2002-04-18 | 2 | -0/+10 |
* | Bumped required gal version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 3 | -54/+52 |
* | Handle broken multipart/signed parts such as where the signature part is | Jeffrey Stedfast | 2002-04-18 | 2 | -9/+0 |
* | Handle broken multipart/signed parts such as where the signature part is | Jeffrey Stedfast | 2002-04-18 | 3 | -16/+57 |
* | Just use g_basename. (mlf_finalize): Free the real_path. | Jeffrey Stedfast | 2002-04-18 | 3 | -6/+14 |
* | Free the format string. | Jeffrey Stedfast | 2002-04-17 | 4 | -2/+15 |
* | Ref the prefs widget here since we unref in the destroy callback. Caught | Jeffrey Stedfast | 2002-04-17 | 3 | -5/+14 |
* | s/ENABLE_NEWS/ENABLE_NNTP | Jeffrey Stedfast | 2002-04-14 | 1 | -1/+1 |
* | compile fixes | Jeffrey Stedfast | 2002-04-14 | 3 | -19/+19 |
* | Build fixes for --enable-nntp. | Jeffrey Stedfast | 2002-04-14 | 2 | -4/+9 |
* | Updated French translation. | Christophe Merlet | 2002-04-13 | 2 | -1/+5 |
* | added a #include to fix a compile warning | Jeffrey Stedfast | 2002-04-13 | 1 | -0/+2 |
* | Make it so that unchecking the "Enable Advanced Options" in the signature | Jeffrey Stedfast | 2002-04-13 | 3 | -1/+27 |
* | Setup News preferences too if it is enabled. | Jeffrey Stedfast | 2002-04-13 | 5 | -1794/+262 |
* | Set the text of the reply-to. (mail_account_gui_save): Get the reply-to | Jeffrey Stedfast | 2002-04-12 | 8 | -127/+380 |
* | s/Sent/Date. This fixes bug #11159. | Jeffrey Stedfast | 2002-04-11 | 2 | -1/+5 |
* | Set the 'No' button as the default. | Jeffrey Stedfast | 2002-04-11 | 2 | -0/+8 |
* | Oops, put x_mailer_display_style in /Mail/Display, not /Mail/Format | Dan Winship | 2002-04-11 | 1 | -2/+2 |
* | Handle the X-Mailer display style. (There is currently no GUI for | Dan Winship | 2002-04-11 | 4 | -13/+102 |
* | removed an extra printf | Jeffrey Stedfast | 2002-04-10 | 1 | -1/+0 |
* | Kludge around the brokeness that is GtkOptionMenu just like we kludge | Jeffrey Stedfast | 2002-04-10 | 2 | -76/+87 |
* | Add view_info arg, but don't do anything with it. | Dan Winship | 2002-04-09 | 2 | -0/+6 |
* | Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn't | Not Zed | 2002-04-09 | 2 | -2/+7 |
* | oops, I forgot to update the ChangeLog to be accurate for my last commit | Jeffrey Stedfast | 2002-04-09 | 1 | -4/+3 |
* | Since bonobo doesn't seem to O_TRUNC the file stream before writing to it, | Jeffrey Stedfast | 2002-04-09 | 2 | -26/+49 |
* | Re-added the config wizard interfaces. Ettore accidently removed them | Jeffrey Stedfast | 2002-04-09 | 4 | -47/+38 |
* | add config_item:type | JP Rosevear | 2002-04-07 | 2 | -1/+9 |
* | Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons. | Dan Winship | 2002-04-05 | 9 | -170/+122 |
* | Set the window title/icon here instead. | Jeffrey Stedfast | 2002-04-04 | 10 | -88/+210 |
* | Changes to allow combined store/transport providers (like exchange and | Dan Winship | 2002-04-04 | 3 | -15/+94 |
* | Pass the UID of the message being edited to the save-draft signal handler. | Jeffrey Stedfast | 2002-04-03 | 2 | -9/+36 |
* | Removed an unused pixmap from Tools/Settings to avoid a big nasty bonobo | Jeffrey Stedfast | 2002-04-02 | 2 | -1/+3 |
* | Re-Implemented the signature editor stuff (mostly just copy/paste from | Jeffrey Stedfast | 2002-04-02 | 7 | -46/+479 |
* | Use -avoid-version -module. (From Max Horn <max@quendi.de>) | Dan Winship | 2002-04-02 | 2 | -2/+8 |
* | Don't shift the r, g and b values here either. | Jeffrey Stedfast | 2002-03-30 | 3 | -6/+18 |
* | Restore the labels & colours options from the grave. | Jeffrey Stedfast | 2002-03-30 | 4 | -3/+350 |
* | Added priorities for all the configuration pages | Ettore Perazzoli | 2002-03-30 | 2 | -0/+11 |
* | Same here. | Jeffrey Stedfast | 2002-03-30 | 3 | -8/+46 |
* | Cleaned up a bunch [removing duplicates ;-)], set up icons for all the | Ettore Perazzoli | 2002-03-30 | 2 | -89/+8 |
* | (account_cursor_change): Make sure that event is non-NULL here. | Jeffrey Stedfast | 2002-03-29 | 2 | -2/+3 |
* | Use a GtkCList instead of an ETable, for some reason the etable was | Jeffrey Stedfast | 2002-03-29 | 4 | -35/+183 |
* | Use gtk_container_add() to put the toplevel in the parent widget, instead | Ettore Perazzoli | 2002-03-28 | 3 | -5/+4 |
* | Use gtk_container_add() to put the toplevel in the parent widget, instead | Ettore Perazzoli | 2002-03-28 | 2 | -2/+12 |
* | Updated to respect the new mail-config options for default reply style | Jeffrey Stedfast | 2002-03-28 | 2 | -1/+21 |
* | unset GTK_CAN_FOCUS on the button so that it can't grab focus when you | Dan Winship | 2002-03-28 | 2 | -0/+9 |
* | Sync with yet-another-mail-config branch. | Jeffrey Stedfast | 2002-03-27 | 24 | -1599/+3629 |
* | Changed to get the address from the messageinfo of the current selected | Not Zed | 2002-03-26 | 6 | -79/+219 |
* | New version from anna, with fixed widget names. | Not Zed | 2002-03-26 | 2 | -165/+214 |
* | Move the ComponentActionsPlaceholder into the Actions menu, instead of the | Ettore Perazzoli | 2002-03-21 | 6 | -43/+51 |
* | Add accelerators for "Find Now" and "Clear". | Ettore Perazzoli | 2002-03-21 | 2 | -2/+10 |
* | add missing NULL closure data to popup menu initialization. | Larry Ewing | 2002-03-20 | 2 | -4/+9 |
* | more fixes for libversit.la -> libversit.a | Dan Winship | 2002-03-20 | 2 | -1/+5 |
* | Report a message before entering bonobo_main() to simplify debugging. | Ettore Perazzoli | 2002-03-19 | 2 | -0/+7 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 2 | -1/+4 |
* | Draw colour rectangles for each of the colour items and set a closure on | Jeffrey Stedfast | 2002-03-16 | 4 | -15/+108 |
* | New callback to set a colour on a message. | Jeffrey Stedfast | 2002-03-16 | 12 | -78/+667 |
* | expand the relative urls of the object at the point so that relative | Larry Ewing | 2002-03-16 | 3 | -3/+17 |
* | Commit ChangeLog. | Ettore Perazzoli | 2002-03-16 | 1 | -1/+0 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 2 | -0/+10 |