| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <camel/camel-file-utils.h> | Dan Winship | 2001-05-04 | 5 | -8/+25 |
* | Mockups of the inline send and receiving mail dialog; including one using ico... | Anna Dirks | 2001-05-01 | 1 | -0/+534 |
* | only remove event handlers if we set them up originally, to avoid | Dan Winship | 2001-04-30 | 1 | -4/+11 |
* | Unhook event handlers before syncing the folder, since the folder browser | Dan Winship | 2001-04-30 | 2 | -1/+15 |
* | Mojo this a bit so that "\n\n>" gets translated to "<br><blockquote>" | Dan Winship | 2001-04-30 | 2 | -8/+23 |
* | Renamed from session.c and made to be a subclass of CamelSession. | Dan Winship | 2001-04-28 | 5 | -226/+254 |
* | No need to camel_shutdown() anymore... | Jeffrey Stedfast | 2001-04-27 | 2 | -2/+2 |
* | helps to spell right ;-) | Jeffrey Stedfast | 2001-04-27 | 1 | -1/+1 |
* | Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): New | Jeffrey Stedfast | 2001-04-27 | 3 | -2/+30 |
* | Updated to use camel-file-util routines. (hide_save_1): Same. | Jeffrey Stedfast | 2001-04-27 | 2 | -17/+31 |
* | Remove UNICODE_CFLAGS | Dan Winship | 2001-04-26 | 2 | -2/+2 |
* | Use <font color=...> to mark citations rather than italicizing them, which | Dan Winship | 2001-04-26 | 2 | -4/+17 |
* | Added "MessageSearch" verb. | Jon Trowbridge | 2001-04-26 | 7 | -2/+339 |
* | New foot-shooting-prevention helper function. (edit_msg_internal, | Dan Winship | 2001-04-25 | 2 | -0/+36 |
* | signature changing | Radek Doulik | 2001-04-25 | 5 | -32/+36 |
* | Added a new signal, "message_loaded" that gets emitted when the message | Jeffrey Stedfast | 2001-04-25 | 4 | -13/+59 |
* | Add accelerators to the context menu. (on_right_click): Use | Dan Winship | 2001-04-25 | 3 | -28/+73 |
* | Removed attempts to use Radek's evil <DATA> hacks, which were just causing | Jon Trowbridge | 2001-04-24 | 3 | -37/+247 |
* | Use the message-browser widget rather than the mail-view window. | Jeffrey Stedfast | 2001-04-24 | 11 | -267/+425 |
* | Append a "/" to the result of g_get_home_dir so gets the default dir it | Dan Winship | 2001-04-24 | 2 | -2/+9 |
* | ugh, don't bother checking if the header values are non-NULL - it doesn't hur... | Jeffrey Stedfast | 2001-04-23 | 2 | -14/+3 |
* | Only set the X-Evolution-* header if that value is non-NULL. | Jeffrey Stedfast | 2001-04-23 | 3 | -12/+33 |
* | Make sure we have a context before we try and use it. | Jeffrey Stedfast | 2001-04-23 | 2 | -2/+10 |
* | use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. Rename | Gediminas Paulauskas | 2001-04-22 | 8 | -34/+41 |
* | Convert the result of g_get_real_name() from the locale charset to UTF8. | Dan Winship | 2001-04-21 | 2 | -1/+7 |
* | Use a CamelPgpType. (mail_config_get_pgp_type): Return a CamelPgpType. | Jeffrey Stedfast | 2001-04-21 | 3 | -6/+90 |
* | Fix a dumb thinko in my 04-11 patch. | Dan Winship | 2001-04-21 | 2 | -1/+6 |
* | Convert subject from utf8 before passing it on. | Dan Winship | 2001-04-20 | 2 | -5/+18 |
* | #if 0'd out my not-working selection code | Gediminas Paulauskas | 2001-04-20 | 2 | -0/+11 |
* | Make this more raw: don't do URLs and citations. | Dan Winship | 2001-04-19 | 2 | -3/+12 |
* | Don't need to dup the string: the relevant gnome-dialog routine already | Dan Winship | 2001-04-19 | 3 | -1/+17 |
* | Implemented. (resend_msg): Use is_sent_folder(). | Jeffrey Stedfast | 2001-04-19 | 2 | -2/+66 |
* | more memory leaks | Dan Winship | 2001-04-18 | 2 | -2/+7 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-18 | 2 | -1/+6 |
* | Mark the messages as seen, not unseen. (is_drafts_folder): New function to | Jeffrey Stedfast | 2001-04-16 | 3 | -14/+88 |
* | Mark the messages as seen, not unseen. | Jeffrey Stedfast | 2001-04-16 | 2 | -1/+6 |
* | Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same. | Jeffrey Stedfast | 2001-04-15 | 6 | -38/+72 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 1 | -0/+3 |
* | Remove some redundant LIBS variables... purify complained that the command | Dan Winship | 2001-04-14 | 7 | -18/+43 |
* | Only activate the message if the cursor has moved. | Christopher James Lahey | 2001-04-13 | 2 | -4/+18 |
* | Updated this function to be a correct full ordering. | Christopher James Lahey | 2001-04-13 | 3 | -72/+130 |
* | If the service is NULL, just use the item as the key. | Jeffrey Stedfast | 2001-04-13 | 2 | -3/+9 |
* | Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use a | Jeffrey Stedfast | 2001-04-13 | 4 | -18/+28 |
* | Don't printf NULL | Dan Winship | 2001-04-13 | 2 | -2/+5 |
* | Don't leak memory. | Dan Winship | 2001-04-13 | 2 | -1/+10 |
* | removed openpgp-utils | Jeffrey Stedfast | 2001-04-13 | 2 | -1370/+0 |
* | Updated for changes to PGP code. | Jeffrey Stedfast | 2001-04-13 | 7 | -479/+131 |
* | Only look for special pseudo-multipart-isms (binhex, uucode, old pgp, etc) | Dan Winship | 2001-04-12 | 2 | -1/+17 |
* | mark messages as seen when opening then in a separate window. | Dan Winship | 2001-04-12 | 2 | -0/+6 |
* | Don't g_free the recipient array members here because we free them in the | Jeffrey Stedfast | 2001-04-12 | 2 | -8/+10 |
* | Huh, somehow I forgot to apply the from filter when verifying signed | Jeffrey Stedfast | 2001-04-12 | 2 | -1/+10 |
* | Use the homedir as the default filename. | Jeffrey Stedfast | 2001-04-12 | 3 | -6/+3 |
* | Change to the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 3 | -1/+10 |
* | Save the expanded state using the ETree built in expanded state code. | Christopher James Lahey | 2001-04-11 | 2 | -109/+32 |
* | Merge from evolution-0-10 to evolution-0-10-merge-0 into head. | Not Zed | 2001-04-05 | 9 | -32/+258 |
* | Add prototype for service_changed(). Remove #include | Kjartan Maraas | 2001-04-05 | 3 | -1/+7 |
* | it seems it did not get into last commit | Gediminas Paulauskas | 2001-04-04 | 1 | -6/+28 |
* | set content type to utf8. fix warning. just call on_link_clicked(). | Gediminas Paulauskas | 2001-04-04 | 3 | -2/+14 |
* | Executive summary and Trash now have nice icons both in tree/folder title and | Gediminas Paulauskas | 2001-04-04 | 2 | -1/+5 |
* | Add --no-tty argument to gpg. | Jeffrey Stedfast | 2001-04-04 | 3 | -1/+14 |
* | Sync the folder on activate. | Dan Winship | 2001-04-04 | 2 | -0/+6 |
* | don't check the global variable, check the onje passed in. this really doesn'... | Jeffrey Stedfast | 2001-04-04 | 1 | -1/+1 |
* | Use the same URL-transforming rules we use when hashing the password so | Dan Winship | 2001-04-04 | 2 | -2/+16 |
* | Check for KMail files. | Iain Holmes | 2001-04-03 | 2 | -0/+71 |
* | Add a "provider_type" arg to MailAccountGuiService. | Dan Winship | 2001-04-03 | 3 | -2/+20 |
* | Blessed by Ettore. | Gediminas Paulauskas | 2001-04-02 | 4 | -98/+49 |
* | Register for cancellation. (mail_config_check_service): Pop up a modal | Dan Winship | 2001-03-31 | 2 | -3/+39 |
* | Fix a crash when the evolution-importer-client tries to pass NULL for the fol... | Iain Holmes | 2001-03-31 | 3 | -2/+9 |
* | Add support for converting e-mail addresses to links. (is_email_address): | Jon Trowbridge | 2001-03-31 | 3 | -10/+11 |
* | If the EvolutionShellComponent emits a "debug" signal, turn on | Dan Winship | 2001-03-31 | 2 | -0/+15 |
* | reset last_active | Radek Doulik | 2001-03-31 | 2 | -0/+5 |
* | Added #include <libgnome/gnome-paper.h> | Jon Trowbridge | 2001-03-30 | 5 | -11/+66 |
* | if called with a multipart that's really a 0-part, spew an error and | Dan Winship | 2001-03-30 | 2 | -0/+13 |
* | #include <camel/camel-vtrash-folder.h> | Dan Winship | 2001-03-30 | 3 | -0/+7 |
* | Ignore "funky" button clicks (like scroll wheel scrolls) | Dan Winship | 2001-03-30 | 2 | -0/+11 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 52 | -192/+360 |
* | Fix this so the "Receiving Options" page gets filled in again. | Dan Winship | 2001-03-30 | 2 | -1/+4 |
* | Doh! This was storing "struct _folder_info"s in the cache and then trying | Dan Winship | 2001-03-30 | 2 | -4/+9 |
* | Update call to camel_url_to_string. (Don't include the params in the | Dan Winship | 2001-03-30 | 6 | -6/+20 |
* | Create a vtrash folder, not a vee folder. | Not Zed | 2001-03-29 | 5 | -16/+88 |
* | Move the gtk_toggle_button_set_active outside the if. | Jeffrey Stedfast | 2001-03-29 | 2 | -6/+20 |
* | Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up the | Dan Winship | 2001-03-29 | 8 | -80/+255 |
* | Lets do some NULL checking here. First, make sure the gsrc isn't NULL and | Jeffrey Stedfast | 2001-03-28 | 3 | -9/+14 |
* | set the initial druid button state after doing the mail_account_gui_setup, | Dan Winship | 2001-03-28 | 2 | -2/+6 |
* | (save_service): Don't look at authtype if the widget is | Dan Winship | 2001-03-28 | 2 | -1/+4 |
* | Fill in signature and organization too. (mail_account_gui_save): Preserve | Dan Winship | 2001-03-27 | 2 | -0/+16 |
* | Use gnome-dialog-close instead of object_unref, for some reason it doesn't | Not Zed | 2001-03-27 | 2 | -1/+8 |
* | Probably the very last new config dialog ever. (Ha ha). From Anna, based | Dan Winship | 2001-03-27 | 13 | -4973/+3122 |
* | Kludge, copied+modified from mail_config_folder_to_cachename to deal with | Dan Winship | 2001-03-27 | 1 | -2/+22 |
* | Update this to reflect the CamelProvider structure change | Dan Winship | 2001-03-27 | 1 | -1/+1 |
* | Add "vtrash" as an allowed mail folder type. | Jeffrey Stedfast | 2001-03-27 | 2 | -1/+4 |
* | Updated to reflect changes made to the move/copy API in camel-folder.c | Jeffrey Stedfast | 2001-03-27 | 2 | -1/+2 |
* | oops, don't use uids->pdata[i], just use uids | Jeffrey Stedfast | 2001-03-27 | 1 | -2/+1 |
* | Updated to reflect changes made to the move/copy API in camel-folder.c | Jeffrey Stedfast | 2001-03-27 | 3 | -25/+21 |
* | Fixed vfolder_new api. | Not Zed | 2001-03-27 | 2 | -2/+5 |
* | Make the thumbnail cache global rather than per-MailDisplay, since | Dan Winship | 2001-03-27 | 1 | -1/+0 |
* | remove a debugging printf that got away | Dan Winship | 2001-03-27 | 1 | -1/+0 |
* | undo a boolean booboo | Dan Winship | 2001-03-27 | 1 | -1/+2 |
* | Make fake content-id URLs be guaranteed unique: the old way (with %p on | Dan Winship | 2001-03-26 | 3 | -22/+44 |
* | Simplify a bit using camel_session_get_provider. | Dan Winship | 2001-03-26 | 3 | -35/+41 |
* | clear name and email data after each address | Radek Doulik | 2001-03-26 | 2 | -8/+13 |
* | Fix a bug in this that probably would have been noticed sooner if ETree | Dan Winship | 2001-03-26 | 2 | -1/+7 |
* | Allow the authtype to be NULL. (transport_auth_init): If the provider | Jeffrey Stedfast | 2001-03-25 | 2 | -2/+31 |
* | Default to iso-8859-1 as the user's charset here if it is undefined. This | Jeffrey Stedfast | 2001-03-25 | 2 | -1/+7 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 5 | -51/+35 |
* | Turned on BROKEN_ETREE. | Christopher James Lahey | 2001-03-23 | 2 | -1/+5 |
* | Fix some warnings, Allow the importers to import into any folder. Update | Iain Holmes | 2001-03-23 | 5 | -6/+36 |
* | New callback to handle a double-click event in the account clist. | Jeffrey Stedfast | 2001-03-23 | 3 | -19/+32 |
* | (update_active): move to absolute coordinates | Radek Doulik | 2001-03-23 | 2 | -6/+12 |
* | (html_enter_notify_event): take care of enter event | Radek Doulik | 2001-03-23 | 2 | -13/+37 |
* | (html_motion_notify_event): new handler, highlights addresses by | Radek Doulik | 2001-03-23 | 3 | -0/+53 |
* | added simple debug g_print | Radek Doulik | 2001-03-23 | 1 | -0/+1 |
* | connect to button_press_event and iframe_created events of GtkHTML widget | Radek Doulik | 2001-03-23 | 3 | -9/+145 |
* | Don't fail at setting up all the toolbar icons if just one of the | Ettore Perazzoli | 2001-03-22 | 2 | -6/+8 |
* | Fix a bug in (illegal) 0-part messages | Dan Winship | 2001-03-22 | 1 | -0/+3 |
* | Use the new URL part macros | Dan Winship | 2001-03-22 | 5 | -26/+39 |
* | Added new icons. | Miguel de Icaza | 2001-03-21 | 2 | -1/+14 |
* | Step the parser so it imports more than one message. | Iain Holmes | 2001-03-21 | 2 | -0/+25 |
* | extra dist the oaf files | JP Rosevear | 2001-03-21 | 2 | -0/+6 |
* | set color in html citation | Radek Doulik | 2001-03-21 | 8 | -15/+184 |
* | Made this check if the control mask is set. | Christopher James Lahey | 2001-03-20 | 2 | -1/+6 |
* | Remove the node before freeing the data it points to. | Christopher James Lahey | 2001-03-20 | 2 | -5/+10 |
* | Bumped gal requirement to 0.5.99.8. | Christopher James Lahey | 2001-03-20 | 8 | -258/+319 |
* | Changes to the netscape importer for streamlining it and not creating silly f... | Iain Holmes | 2001-03-20 | 1 | -41/+40 |
* | Elm and Pine importers | Iain Holmes | 2001-03-20 | 6 | -2/+867 |
* | Removed gnome.h and ctype.h (send_queue_send): Don't remove the | Jeffrey Stedfast | 2001-03-20 | 2 | -19/+26 |
* | Write the date header. | Jeffrey Stedfast | 2001-03-20 | 2 | -2/+23 |
* | Call unref_standard_folders() here instead. | Jeffrey Stedfast | 2001-03-20 | 2 | -2/+5 |
* | pulled from the 0.9 release. | Jeffrey Stedfast | 2001-03-19 | 1 | -1/+1 |
* | Add Resend Message menu item. | Jeffrey Stedfast | 2001-03-19 | 5 | -1/+58 |
* | Unref the message. | Jeffrey Stedfast | 2001-03-19 | 2 | -0/+6 |
* | unref the standard folders. (owner_set_cb): Use g_atexit() to call | Jeffrey Stedfast | 2001-03-19 | 3 | -0/+23 |
* | Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu. | Miguel de Icaza | 2001-03-18 | 1 | -3/+3 |
* | Move the proxy event outside the lock (otherwise we always deadlock). | Not Zed | 2001-03-17 | 7 | -610/+379 |
* | New function to prepare the mime part and any subparts for pgp signing. | Jeffrey Stedfast | 2001-03-17 | 2 | -6/+79 |
* | Fix memory leak. | Miguel de Icaza | 2001-03-16 | 2 | -4/+13 |
* | ack | Jeffrey Stedfast | 2001-03-16 | 1 | -1/+1 |
* | We don't care about SSL, yea baby... (apply_changes): Don't care about | Jeffrey Stedfast | 2001-03-16 | 6 | -77/+39 |
* | Remove a stray camel_object_ref that was causing messages to never be | Dan Winship | 2001-03-15 | 2 | -1/+7 |
* | Added edit item to search-bar menu. | Not Zed | 2001-03-15 | 4 | -3/+19 |
* | Removed .oafinfo files -- they are obsolete. Moved pixmaps from | Gediminas Paulauskas | 2001-03-15 | 1 | -157/+0 |
* | Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminate | Jeffrey Stedfast | 2001-03-15 | 3 | -1/+5 |
* | Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminate | Jeffrey Stedfast | 2001-03-15 | 3 | -2/+8 |
* | Tell camel to init NSS. | Jeffrey Stedfast | 2001-03-15 | 2 | -1/+5 |
* | builddir != srcdir fixes. Yay! | Ettore Perazzoli | 2001-03-14 | 2 | -0/+7 |
* | Call gtk_html_end() on the stream so things happen. Fixes a problem with | Dan Winship | 2001-03-14 | 3 | -0/+22 |
* | Call camel_init with the evolution directory passed in. Also, abort if | Jeffrey Stedfast | 2001-03-14 | 3 | -10/+24 |
* | impl. (update_pixmaps): accelerate with cache. | Michael Meeks | 2001-03-13 | 2 | -33/+61 |
* | All my changes to get the folder creation working, and the magic Netscape | Iain Holmes | 2001-03-13 | 14 | -361/+1260 |
* | Make the transport save whether or not it's supposed to use SSL as well. | Jeffrey Stedfast | 2001-03-13 | 2 | -0/+19 |
* | Instead of always creating a new vTrash folder, if the store already has a | Jeffrey Stedfast | 2001-03-13 | 2 | -10/+28 |
* | Added protection. | Jeffrey Stedfast | 2001-03-12 | 5 | -51/+154 |
* | Remove our X-Evolution header before we send. Also don't send messages | Jeffrey Stedfast | 2001-03-12 | 3 | -14/+19 |
* | Remove our X-Evolution header before we send. | Jeffrey Stedfast | 2001-03-11 | 2 | -35/+44 |
* | New async function that will be used for SSL certs later. | Jeffrey Stedfast | 2001-03-10 | 5 | -21/+163 |
* | Set the Forward->Quoted callback. Also set the forward->Attachment | Jeffrey Stedfast | 2001-03-09 | 7 | -38/+167 |
* | Switched to use e_contact_quick_add_free_form. Removed debugging code, | Jon Trowbridge | 2001-03-09 | 3 | -12/+112 |
* | Removed from cvs | Jeffrey Stedfast | 2001-03-09 | 5 | -218/+6 |
* | Add "vtrash" as a folder type we support. (create_view): Kludgy-kludge | Jeffrey Stedfast | 2001-03-09 | 2 | -3/+7 |
* | Call open_msg here so that it does the Right Thing (tm). | Jeffrey Stedfast | 2001-03-09 | 3 | -5/+10 |
* | Override the default init_trash() with the our custom one (since | Jeffrey Stedfast | 2001-03-09 | 2 | -15/+70 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 2 | -1/+7 |
* | Add an action-part widget. (filter_rule_from_mlist): Same here. This | Jeffrey Stedfast | 2001-03-08 | 2 | -4/+16 |
* | New function to decide if a mime part is an S/MIME v3 signed part. | Jeffrey Stedfast | 2001-03-07 | 3 | -21/+107 |
* | Move the signal emittion to after the set_menu call so that it actually | Jeffrey Stedfast | 2001-03-07 | 4 | -1399/+1332 |
* | uh, emacs said it didn't save this | Jeffrey Stedfast | 2001-03-07 | 1 | -1/+1 |
* | Disable the NNTP code if NNTP is not enabled. This prevents some runtime | Jeffrey Stedfast | 2001-03-07 | 2 | -1/+6 |
* | Updated to have a transport auth page. | Jeffrey Stedfast | 2001-03-07 | 4 | -92/+554 |
* | Reorganize the menus to have entries always in a consistent fashion, as | Miguel de Icaza | 2001-03-07 | 6 | -86/+230 |
* | If the folderinfo has no URL (ie, can't contain messages), don't add it as | Dan Winship | 2001-03-07 | 2 | -4/+7 |
* | Don't access the `active` data member of a GtkToggleButton directly - bad | Jeffrey Stedfast | 2001-03-06 | 6 | -157/+37 |
* | Correcty set the mime type for the multipart. Hmmm, still doesn't wrap | Jeffrey Stedfast | 2001-03-06 | 2 | -8/+19 |
* | Remove very old camel lock stuff. | Not Zed | 2001-03-03 | 6 | -12/+121 |
* | Check the container is not NIL before trying to set thje prop. | Not Zed | 2001-03-02 | 2 | -0/+7 |
* | Fixes for changes to search bar. (search_save): Removed. (search_full): | Not Zed | 2001-03-01 | 8 | -290/+272 |
* | Return TRUE if the user configured his/her settings, else return FALSE. | Jeffrey Stedfast | 2001-02-28 | 2 | -11/+21 |
* | Set a "References" header no matter what if we are able to get a | Jeffrey Stedfast | 2001-02-27 | 2 | -10/+16 |
* | Confirm thatt he user REALLY wants to delete this account. (news_delete): | Jeffrey Stedfast | 2001-02-27 | 2 | -4/+42 |
* | Changed the product string - will change it to use User-Agent once I get | Jeffrey Stedfast | 2001-02-27 | 2 | -2/+8 |
* | Mark deleted messages as "seen" as well so they don't count towards the | Dan Winship | 2001-02-27 | 3 | -2/+9 |
* | Re-add the mail_vtrash_create() hack back in for LocalStores since there's | Jeffrey Stedfast | 2001-02-27 | 4 | -6/+50 |
* | New function to force the removal of a given password. | Jeffrey Stedfast | 2001-02-26 | 4 | -39/+82 |
* | Abort if the message is NULL (which is valid if an error occured). | Jeffrey Stedfast | 2001-02-26 | 2 | -0/+10 |
* | Toss the mail_tool_camel_lock* stuff. Same. Here too. | Jeffrey Stedfast | 2001-02-25 | 6 | -118/+14 |
* | This is a text file containing C source code that will eventually be an intel... | Iain Holmes | 2001-02-25 | 1 | -0/+277 |
* | No longer need to construct the vTrash here. (owner_set_cb): Don't make | Jeffrey Stedfast | 2001-02-25 | 3 | -7/+46 |
* | No longer need to do a vtrash_cleanup() (it also doesn't exist anymore). | Jeffrey Stedfast | 2001-02-24 | 7 | -211/+59 |
* | New stuff for the importer to create a new folder | Iain Holmes | 2001-02-23 | 5 | -6/+55 |
* | Come up with a unique store uri for each vtrash (using %p and the | Jeffrey Stedfast | 2001-02-23 | 2 | -11/+15 |
* | vfolder/filter on mailing list. Doesn't acutally work right yet. | Michael Zucci | 2001-02-23 | 7 | -57/+114 |
* | Only allow downloading if the source is enabled at this time. | Not Zed | 2001-02-23 | 3 | -7/+24 |
* | Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try to | Jeffrey Stedfast | 2001-02-23 | 4 | -2/+93 |
* | Make op cancellable/report internals. (get_folder_get): | Not Zed | 2001-02-23 | 7 | -31/+267 |
* | Fixed memory corruption bug. | Jeffrey Stedfast | 2001-02-23 | 11 | -41/+392 |
* | Updated to reflect changes to the filter-driver code. | Jeffrey Stedfast | 2001-02-23 | 2 | -1/+7 |
* | Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto. | Not Zed | 2001-02-22 | 4 | -7/+10 |
* | started hack for progress reporting, which is currently to the console. | Not Zed | 2001-02-22 | 4 | -1/+104 |
* | Changed to use PgpValidity. | Jeffrey Stedfast | 2001-02-22 | 6 | -32/+176 |
* | Fix for api changes to append_mail. | Not Zed | 2001-02-21 | 14 | -1825/+433 |
* | Pass NULL, not "/" for @top. | Dan Winship | 2001-02-21 | 3 | -8/+17 |
* | Include the camel-vee-store.h header from the uninstalled copy. | Not Zed | 2001-02-20 | 2 | -1/+6 |
* | Create vTrash folders for all remote stores as well. | Jeffrey Stedfast | 2001-02-20 | 2 | -0/+8 |
* | Add the auto-update flag to the folder open flags. | Not Zed | 2001-02-20 | 2 | -1/+7 |
* | New handy dandy function to ref and return the vfolder storage (will | Jeffrey Stedfast | 2001-02-20 | 12 | -332/+394 |
* | Unref the driver here, in the subthread, so we dont block the gui while it | Not Zed | 2001-02-20 | 2 | -5/+13 |
* | Dont do the thaw/freeze set here. (update_folders): " | Not Zed | 2001-02-20 | 3 | -31/+59 |
* | Not sure it makes any difference, but lets ref the folder while the hash | Jeffrey Stedfast | 2001-02-17 | 2 | -6/+14 |
* | Reverse the changes I made yesterday. | Jeffrey Stedfast | 2001-02-17 | 3 | -5/+10 |
* | Have the mail-config and openpgp initialize here instead. | Jeffrey Stedfast | 2001-02-16 | 3 | -4/+13 |
* | reverse the order of some command-line flags for verify | Jeffrey Stedfast | 2001-02-16 | 1 | -5/+5 |
* | Use mail_storage_create_folder | Jeffrey Stedfast | 2001-02-16 | 6 | -34/+125 |
* | Wrapped the address compare functions in a #ifdef (address_compare): | Jeffrey Stedfast | 2001-02-16 | 2 | -0/+17 |
* | Add the --no-tty flag. | Jeffrey Stedfast | 2001-02-15 | 2 | -0/+5 |
* | Ignore generated .oaf files | Dan Winship | 2001-02-15 | 1 | -0/+1 |
* | Rewrite explanatory comments to use normal regexps rather than procmail | Dan Winship | 2001-02-15 | 2 | -52/+68 |
* | Connect to the "create_folder" signal on the storage. | Dan Winship | 2001-02-15 | 2 | -0/+60 |
* | Setup the Trash folder. | Jeffrey Stedfast | 2001-02-15 | 5 | -43/+261 |
* | Fix some uninitialized variables. | Christopher James Lahey | 2001-02-14 | 2 | -4/+10 |
* | if doing a full update, save the cursor pos and restore it afterwards. | Not Zed | 2001-02-13 | 3 | -5/+64 |
* | Clean out the cruft in the Accounts section before writing the current | Jeffrey Stedfast | 2001-02-13 | 2 | -0/+5 |
* | Strip the leading "/" from the Namespace/Path entry if the provider | Jeffrey Stedfast | 2001-02-13 | 2 | -1/+38 |
* | xml-i18n-tools setup. Mark strings for translation. | Kjartan Maraas | 2001-02-13 | 3 | -14/+23 |
* | Re-add non-static forward_messages. mail-view.c needs it. | Dan Winship | 2001-02-12 | 3 | -1/+7 |
* | ack | Jeffrey Stedfast | 2001-02-11 | 1 | -0/+1 |
* | Don't leak memory. (forward_messages): change doinline to be a gboolean | Jeffrey Stedfast | 2001-02-11 | 4 | -11/+19 |
* | Check the full list of IDs instead of just the default id and if we find | Jeffrey Stedfast | 2001-02-11 | 2 | -19/+96 |
* | Getting almost full and proper use of xml-i18n-tools. | Gediminas Paulauskas | 2001-02-11 | 6 | -126/+7 |
* | Updates for CamelStore changes, small memory leak fixes. (lookup_folder): | Dan Winship | 2001-02-10 | 12 | -566/+443 |
* | New location for this function. | Jeffrey Stedfast | 2001-02-09 | 4 | -148/+148 |
* | Reworked some keep-mail-on-server logic so that we ALWAYS look for a | Jeffrey Stedfast | 2001-02-09 | 3 | -28/+38 |
* | only free driver, if set. (fetch_mail_fetched): Unref the driver here, so | Not Zed | 2001-02-09 | 5 | -89/+239 |
* | Set the sensitivity of the spin button based on the state of the checkbox. | Jeffrey Stedfast | 2001-02-09 | 2 | -0/+5 |
* | more reasonable default for the auto-check minutes spin box | Jeffrey Stedfast | 2001-02-09 | 1 | -1/+1 |
* | Properly do defaults here. (mail_config_write): Removed some of the | Jeffrey Stedfast | 2001-02-09 | 2 | -40/+58 |
* | Cast the CamelMedium to a CamelMimePart before performing actions on it as | Jeffrey Stedfast | 2001-02-09 | 8 | -1/+139 |
* | Use "contains" because the subject might be broken into subparts and using | Jeffrey Stedfast | 2001-02-08 | 2 | -1/+7 |
* | Init active_downloads hash if it hasn't been yet. | Not Zed | 2001-02-08 | 2 | -0/+11 |
* | Handle internal camel status return. (receive_done): Remove active | Not Zed | 2001-02-08 | 7 | -58/+186 |
* | Check current_message for NULL - this fixes a bug running under SunOS (not | Jeffrey Stedfast | 2001-02-08 | 2 | -1/+7 |
* | Oops, save the seen_timeout variable. | Jeffrey Stedfast | 2001-02-07 | 2 | -0/+11 |
* | Added libmenus.la. | Christopher James Lahey | 2001-02-07 | 5 | -2/+69 |
* | Change how the attachments are displayed. | Iain Holmes | 2001-02-07 | 3 | -5/+92 |
* | Updated to checkfor "(none)". | Jeffrey Stedfast | 2001-02-07 | 3 | -5/+68 |
* | added mail-send-recv.h | Jeffrey Stedfast | 2001-02-07 | 1 | -0/+1 |
* | We are now going to use a file descriptor and a CamelMimeParser rather | Jeffrey Stedfast | 2001-02-06 | 2 | -123/+110 |
* | oops, forgot to add this file | Jeffrey Stedfast | 2001-02-06 | 1 | -0/+39 |
* | Moved bonobo includes from the .c to the .h. Include | Christopher James Lahey | 2001-02-06 | 10 | -10/+44 |
* | fixed up the display a bit | Jeffrey Stedfast | 2001-02-06 | 1 | -3/+5 |
* | New function to handle inline pgp-signatures. | Jeffrey Stedfast | 2001-02-06 | 2 | -8/+58 |
* | Keep track of the CheckSettings check boxes. (transport_next): Connect if | Jeffrey Stedfast | 2001-02-06 | 5 | -43/+57 |