aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright years.Jeffrey Stedfast2003-05-211-1/+1
* New async "empty trash" op.Dan Winship2003-05-191-16/+2
* gnome_font_get_descender returns negative valueRadek Doulik2003-05-191-1/+1
* Add #include to fix warning.Jeremy Katz2003-05-171-0/+1
* To be consistant with the message-list envelope toggle, undelete theJeffrey Stedfast2003-05-031-1/+1
* Only add the Organization: header if it is non-empty. Fixes bug #41730.Jeffrey Stedfast2003-04-241-1/+1
* ** See bug #40921Not Zed2003-04-091-1/+2
* Add a check for a NULL uid here. Don't see how it can happen, but it seemsJeffrey Stedfast2003-04-091-1/+1
* Update for e_notice move (apply_changes): Pass a parent_window to e_noticeDan Winship2003-03-251-1/+0
* pass FALSE for e_destination_get_textrep's include_email arg.Chris Toshok2003-03-231-2/+1
* e_msg_composer_get_subject() now returns a const char *, so updateJeffrey Stedfast2003-03-191-5/+2
* fix leak, cleanup variable name, and call gtk_window_set_transient_forLarry Ewing2003-03-191-6/+8
* use a hack to find out if the message-list was focussed before weNot Zed2003-03-181-2/+17
* Part of a fix for bug #39809Jeffrey Stedfast2003-03-181-1/+0
* Go back to using e_destination_get_address() but use the camel-addressJeffrey Stedfast2003-03-051-10/+24
* Redo this to not use the CORBA interfaces in the local case (inDan Winship2003-02-251-1/+1
* fixed a type-oJeffrey Stedfast2003-02-211-1/+1
* Use camel_folder_free_uids().Jeffrey Stedfast2003-02-211-6/+8
* ?Jeffrey Stedfast2003-02-201-5/+2
* Fixed a memory leak - make sure to free all uids.Jeffrey Stedfast2003-02-191-1/+3
* Use gtk_window_set_resizable() instead of gtk_window_set_policy().Jeffrey Stedfast2003-02-121-12/+6
* add EVOLUTION_PRIVDATADIRDan Winship2003-02-071-1/+1
* transfer the current acount info, which will be regarded as the sender ofleon.zhang2003-01-241-4/+17
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* put unrealized html widget into top level widget (gtk window) beforeRadek Doulik2003-01-231-3/+10
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-10/+10
* e_question returns a boolean, don't test for a specific value.Larry Ewing2003-01-191-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-40/+49
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-174/+90
* Use e_destination_get_email() instead of e_destination_get_address() whenJeffrey Stedfast2003-01-051-2/+2
* Fixed some build issues.Jeffrey Stedfast2003-01-041-7/+6
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-1/+1
* Make sure the folder-browser is not NULL or we'll crash.Jeffrey Stedfast2002-12-141-16/+23
* Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-141-54/+54
* Use the same logic as mail_generate_reply(). Fixes bug #34882Jeffrey Stedfast2002-12-041-2/+28
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-261/+129
* Duh idiot, "un-fixed" the memleak i added.Not Zed2002-11-261-13/+11
* gtk_widget_set_parent_window -> gtk_window_set_transient_for.Not Zed2002-11-261-1/+0
* removed e_messagebox, and use gtk_message_dialog directly.Not Zed2002-11-251-63/+37
* fix warning message, outlook->mbox.Not Zed2002-11-191-1/+1
* Use g_object_weak_ref rather than connecting to destroy.Jeffrey Stedfast2002-11-151-8/+8
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-3/+2
* destroy->weak ref. (owner_set_cb): shell client changes.Not Zed2002-11-131-1/+3
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-131-116/+82
* Half way ported. I'll finish the rest later.Jeffrey Stedfast2002-11-121-204/+164
* pass fb->uri to the folder selection dialog so the current folder isMike Kestner2002-10-241-1/+1
* If mode == REPLY_LIST and the mlist is "" (we only checked NULL before),Jeffrey Stedfast2002-10-171-6/+4
* If we are trying to reply to a list, first check that we can by gettingJeffrey Stedfast2002-10-171-20/+5
* If we are trying to reply to a list, first check that we can by gettingJeffrey Stedfast2002-10-171-44/+62
* Don't default 'me' to the source account until after we've tried to detectJeffrey Stedfast2002-10-051-13/+36
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-2/+2
* add "mail/public". Leave "vtrash" as it is rather than renaming it toDan Winship2002-09-261-1/+1
* Unset the changed bit on the composer and also drop any undo operationsJeffrey Stedfast2002-09-201-0/+2
* Handle file uri's too.Not Zed2002-09-111-4/+25
* Make sure that fb->message_list is non-NULL before checkingJeffrey Stedfast2002-09-101-2/+4
* All this snot is to fix bug #29930. What I think was happening was thatJeffrey Stedfast2002-09-061-81/+80
* Made sure account->id->address is not NULL before adding it to the hashJeffrey Stedfast2002-09-051-1/+2
* Logic change for when untoggling a message from deleted-dom.Peter Williams2002-08-271-2/+4
* be sure that widget is realized so that e_utf8_from_gtk_string worksRadek Doulik2002-08-211-0/+4
* Change this into a GnomeApp so we get a statusbar and the dialog is aPeter Williams2002-08-171-2/+0
* Removed an unused variable.Jeffrey Stedfast2002-08-141-2/+1
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-131-7/+9
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-131-31/+28
* If the ccd is NULL, create a new ccd, disconnect the old signal handlers,Jeffrey Stedfast2002-08-101-4/+46
* Handle the fact that ccd may be NULL (if the composer was created viaDan Winship2002-08-101-5/+5
* oops, forgot to save before I commit'd apparentlyJeffrey Stedfast2002-08-081-3/+0
* Don't check permanent_flags for the CAMEL_MESSAGE_DELETED bit here, if weJeffrey Stedfast2002-08-081-0/+1
* Delete the Draft item that this was edited from if that is the case asJeffrey Stedfast2002-08-081-59/+167
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-1/+0
* Updated to call post_to_url if the id is "post".Jeffrey Stedfast2002-08-061-8/+16
* Only reply to all or reply to list, set CAMEL_MESSAGE_ANSWERED_ALL too.Dan Winship2002-08-051-1/+3
* Updated to use the new Follow-Up tags. Instead of storing a stringJeffrey Stedfast2002-08-031-34/+39
* Removed folder-browser-window from the build.Jeffrey Stedfast2002-08-011-60/+0
* Make sure that the url isn't an empty string and also make sure to free itJeffrey Stedfast2002-07-261-5/+9
* Use mail_tools_folder_to_url().Jeffrey Stedfast2002-07-261-30/+125
* Check for whether current_message is NULL as well as preview_shown (if wePeter Williams2002-07-251-2/+3
* Try including gtkhtml/gtkhtml.h instead. Test really is a 4 letter wordNot Zed2002-07-191-1/+1
* Removed bogus static pre-declaration.Ettore Perazzoli2002-07-191-0/+2
* use "saved" gtkhtml commandRadek Doulik2002-07-181-0/+4
* Pass 'info' into mail_append_mail(), seems I created the info but forgotJeffrey Stedfast2002-07-161-11/+11
* use new save_header_state flagRadek Doulik2002-07-161-3/+3
* ** fixes for #10781Not Zed2002-07-151-0/+1
* fixed a compile warningJeffrey Stedfast2002-07-101-1/+1
* Don't ever use the mail-display's current_message, this can causeJeffrey Stedfast2002-07-091-13/+9
* Only queue a send operation if we are in Online mode, otherwise don'tJeffrey Stedfast2002-07-061-2/+4
* No longer need to pass a postpone_cb function into the composerJeffrey Stedfast2002-07-061-68/+19
* Remove Bcc headers too.Jeffrey Stedfast2002-07-031-1/+1
* Fixes bug #27055.Jeffrey Stedfast2002-06-291-1/+1
* If we dont support searching, dont try to.Not Zed2002-06-171-0/+1
* If we are doing Reply-to-All, do not include any of the user's emailJeffrey Stedfast2002-06-111-55/+75
* Changed to check everything from the composer before the message isNot Zed2002-06-041-64/+64
* Oops, create a message-browser window here, not a folder-browser-windowJeffrey Stedfast2002-05-311-2/+4
* If we can't find the mailing list address in the recipients list, justJeffrey Stedfast2002-05-241-2/+18
* If the folder-browser has a parent, reparent it.Jeffrey Stedfast2002-05-241-1/+2
* Fixed the "Overdue:" string to not contain any HTML tags.Jeffrey Stedfast2002-05-211-6/+7
* Always unref the composer [even when we are destroying it], otherwise weEttore Perazzoli2002-05-201-1/+1
* Added #include "folder-info.h".Christopher James Lahey2002-05-151-0/+2
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-21/+29
* Update for the new message-browser api.Jeffrey Stedfast2002-05-111-1/+1
* implemented (c'n'p-ed and updated) spell checking settingsRadek Doulik2002-05-091-0/+1
* Flush the filter log to make Tuomas happy :-)Jeffrey Stedfast2002-05-071-8/+8
* Set the Seen flag as well since it's safe to assume that if the user hasJeffrey Stedfast2002-05-071-2/+2
* If the folder's permanent_flags don't include CAMEL_MESSAGE_DELETED, don'tDan Winship2002-05-011-0/+2
* Do away with the goto-next-folder stuff, it's very annoying.Jeffrey Stedfast2002-04-271-0/+2
* Removed all Delivered-To headers before redirecting. Fixes bug #23635.Jeffrey Stedfast2002-04-191-0/+6
* use default paper name in case of wrong translationRadek Doulik2002-04-191-1/+5
* Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-131-5/+5
* Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-121-1/+1
* Set the 'No' button as the default.Jeffrey Stedfast2002-04-111-0/+3
* Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-051-18/+16
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-041-5/+8
* Pass the UID of the message being edited to the save-draft signal handler.Jeffrey Stedfast2002-04-031-9/+26
* Updated to respect the new mail-config options for default reply styleJeffrey Stedfast2002-03-281-1/+15
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-31/+1
* Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-261-41/+42
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-27/+0
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-4/+6
* Implemented.Jeffrey Stedfast2002-03-151-0/+11
* Set the folder on a folder-browser object.Jeffrey Stedfast2002-03-131-1/+59
* Update for storage changes: explicitly create a root folder.Dan Winship2002-03-081-1/+1
* Connect to the focus-in/out events on the message-list so that we canJeffrey Stedfast2002-03-051-3/+5
* Forward all selected messages. Fixes bug #21190.Jeffrey Stedfast2002-03-021-7/+13
* Prompt the user to find out if he/she wants to go to the next folder withJeffrey Stedfast2002-02-201-2/+149
* Default the from-account to the source account. If that fails, then guessJeffrey Stedfast2002-02-151-13/+13
* Set the followup icon to use the new flag icon rather than the exclamationJeffrey Stedfast2002-02-141-0/+10
* Fixed a bug.Jeffrey Stedfast2002-02-131-0/+9
* No longer need to call e_msg_composer_show_sig_file(). This gets handledJeffrey Stedfast2002-02-131-2/+0
* Show the signature.Jeffrey Stedfast2002-02-131-0/+1
* use reset undo in editorRadek Doulik2002-02-121-0/+7
* New flag-for-followup tag editor dialog.Jeffrey Stedfast2002-02-091-5/+134
* Base class for a message tag editor.Jeffrey Stedfast2002-02-091-17/+22
* call set_body later to allow ignored words to be sent to gtkhtml controlRadek Doulik2002-02-081-22/+22
* Bumped the required version of gal.Christopher James Lahey2002-02-071-23/+11
* Removed references to NEEDS_REPLY.Jeffrey Stedfast2002-02-071-20/+1
* Dont double-free the text body data.Not Zed2002-02-061-4/+0
* Add attachments after we've seen if the composer object is valid.Not Zed2002-02-041-17/+23
* Don't bother setting the auto-cc/bcc recipients here. I'm moving the codeJeffrey Stedfast2002-02-021-25/+0
* ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-011-6/+28
* Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-311-3/+3
* Changed the function signature so that we can pass in whom we want toDave West2002-01-301-6/+17
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-0/+83
* (footer_info_free): unref footer fontRadek Doulik2002-01-301-1/+9
* (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-301-21/+36
* initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-301-2/+2
* Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-291-41/+6
* print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-291-16/+30
* If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-251-3/+7
* Simplified.Jeffrey Stedfast2002-01-231-30/+30
* Don't remove any X-Evolution* headers here, the composer already knows toJeffrey Stedfast2002-01-111-3/+0
* Do proper refcounting on the draft folder.Jeffrey Stedfast2002-01-091-2/+7
* Add an Organization header.Jeffrey Stedfast2002-01-041-0/+2
* Simplified. Also no longer needs an "ignore_addr" argument as far as I canJeffrey Stedfast2002-01-031-38/+35
* remove e_gnome_dialog util functions and use e-util ones insteadJP Rosevear2002-01-031-44/+1
* Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-201-11/+37
* Connect to the save-draft signal. (send_to_url): Here too. (mail_reply):Jeffrey Stedfast2001-12-151-1/+100
* Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-121-7/+35
* Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-121-5/+82
* set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-111-2/+2
* Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-101-1/+1
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-4/+24
* Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-071-4/+10
* If the path exists, make sure it's a regular file (or we can't possiblyJeffrey Stedfast2001-12-041-11/+11
* If we already have the message loaded in the mail-display, don't botherJeffrey Stedfast2001-11-111-3/+9
* Override the Move/Copy handlers setup by the folder_browser_ui code, and52001-11-061-0/+3
* Renamed from mail_html_write_string.Jeffrey Stedfast2001-11-061-4/+14
* Disconnect from the message_list_built function so we dont do it every22001-11-031-0/+2
* Don't use a case-sensitive comparison.Jeffrey Stedfast2001-11-011-1/+1
* Move the message-list cursor to the next message. (transfer_msg): If weJeffrey Stedfast2001-10-291-2/+33
* fb = user_data, not fb = fb!, fixes 13844.82001-10-291-1/+1
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* Work around something that we think is a GtkHTML bug, where sometimes theDan Winship2001-10-271-1/+1
* Set the GdkWindow of the FolderBrowser, not the GtkWindow...Jeffrey Stedfast2001-10-271-2/+2
* Use a timeout not an idle handler.62001-10-261-3/+2
* No longer need to pass a settext argument. (do_forward_non_attached):Jeffrey Stedfast2001-10-251-2/+2
* fixed a logic mistake from my last commitJeffrey Stedfast2001-10-241-8/+5
* Make sure the fb and it's message-list exist. (reply_to_list): same.Jeffrey Stedfast2001-10-241-156/+240
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-14/+4
* Don't wrap error text with <blockquote>, this is done insideJeffrey Stedfast2001-10-231-3/+9
* Fix these functions so they don't crash evolution-mail. Too bad it stillDan Winship2001-10-221-7/+6
* Instead of select_all() then using the tree's selected nodes to iterate,22001-10-221-2/+14
* fixed bug #13151Jeffrey Stedfast2001-10-221-2/+14
* Update for e_msg_composer_add_messages_attachments arg change.Dan Winship2001-10-221-2/+2
* hook up zoom functions.Larry Ewing2001-10-211-0/+18
* Allow copy/move to/from vTrash folders as well.Jeffrey Stedfast2001-10-201-1/+1
* Update to reflect API changes to e_msg_composer_add_message_attachments().Jeffrey Stedfast2001-10-201-1/+2
* Update to reflect API changes to e_msg_composer_add_message_attachments().Jeffrey Stedfast2001-10-201-3/+3
* Don't make the mail settings dialog modal.Jeffrey Stedfast2001-10-191-3/+4
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-191-1/+3
* Helper macro.Jeffrey Stedfast2001-10-181-4/+6
* Don't use gnome_dialog_run_and_close() here, we can easily get away withJeffrey Stedfast2001-10-181-19/+35
* Only empty trash on enabled accounts, fixes #12821.72001-10-181-1/+1
* don't apply the body text in replys since we will just replace it anyway.Larry Ewing2001-10-161-1/+1
* Don't emit a gtk warning if the composer creation fails.Dan Winship2001-10-141-3/+3
* Listen for "destroy" events from the control, so that we don't leave strayJon Trowbridge2001-10-121-0/+19
* oops, and here tooJeffrey Stedfast2001-10-121-2/+2
* pass FALSE along to the add_message_attachments callJeffrey Stedfast2001-10-121-1/+1
* Attach the message attachments. Fixes bug #5439.Jeffrey Stedfast2001-10-121-1/+8
* Make sure the service/storage are non-NULL.Jeffrey Stedfast2001-10-121-46/+34
* use new function to copy the attachments from the source message. ThisLarry Ewing2001-10-111-0/+2
* Create a chaqrset picker submenu in the View menu.Jeffrey Stedfast2001-10-101-1/+1
* Use gtk_signal_connect_while_alive here so e_gnome_dialog_parent_destroyedDan Winship2001-10-101-2/+3
* Revert the change to use e_msg_composer_new_with_message. That hasDan Winship2001-10-101-1/+1
* reformatted the menu tables so they're a bit more bloody readable.52001-10-061-0/+8
* New convenience function that not only sets the gnome-dialog's parentJeffrey Stedfast2001-10-061-28/+94
* use e_msg_composer_new_with_message rather than e_msg_composer_new. ThisLarry Ewing2001-10-061-1/+1
* Set the parent window as the fb. This fixes bug #11723. (filter_edit): DoJeffrey Stedfast2001-10-051-9/+18
* If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-051-1/+6
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-031-1/+1
* strdup our "This message contains invalid recipients" string, since itJon Trowbridge2001-09-271-1/+2
* Decode our URL before extracting the address to pop up contact info.Jon Trowbridge2001-09-271-1/+1
* Only cache the password for the service if it has an entry in the accountJeffrey Stedfast2001-09-261-12/+20
* All made redundant by new mail-folder-cache code. (delete_folders,Michael Zucci2001-09-221-85/+0
* Convert all textual parts to 8bit before saving. Fixes bug #10388.Jeffrey Stedfast2001-09-211-1/+1
* don't free memory that we don't own.Jeffrey Stedfast2001-09-211-2/+2
* Truncate extremely long subjects. (inspired by bug #9158)Jon Trowbridge2001-09-201-3/+8
* Convert the names to the locale charset.Jeffrey Stedfast2001-09-201-14/+19
* Pass the actual unread message count, not just whether or not it's > 0.Dan Winship2001-09-201-2/+2
* General cleanup of mail debug printfs.92001-09-191-3/+0
* Don;t destroy the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-171-9/+9
* Fixed double-freeing of EDestination vector when sending html mail toJon Trowbridge2001-09-141-1/+0
* Don't use new_with_sig_file, that function no longer exists.Jeffrey Stedfast2001-09-111-2/+2
* Pass along the right string, this fixes bug #9518.Jeffrey Stedfast2001-09-111-1/+1
* Remove some mailer-set headers. Fixes bug #9462.Jeffrey Stedfast2001-09-111-3/+8
* Fix obvious dumb mistake in previous commit that made it *always* complainDan Winship2001-09-111-16/+18
* Complain if we are trying to send to invalid recipients. (Bug #8875)Jon Trowbridge2001-09-101-6/+46
* Added. Shows a (hopefully) informative dialog warning you that someJon Trowbridge2001-09-091-31/+113
* Fix a bunch of replying/forwarding-related formatting bugs.Dan Winship2001-09-071-8/+3
* Pass in FALSE as the 'sending' arg to e_msg_composer_get_message.Jon Trowbridge2001-08-301-1/+1
* Check if we are trying to reply to a message with no From: field, and tryJon Trowbridge2001-08-281-1/+6
* Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): NewJeffrey Stedfast2001-08-281-1/+1
* Revert fix for Ximian bug #6995.Christopher James Lahey2001-08-241-28/+6
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-231-5/+39
* camel_folder_create_folder can now return a heirachial tree so subscribeJeffrey Stedfast2001-08-201-6/+6
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-3/+4
* Made delete make the cursor go backwards if the user is sorting byChristopher James Lahey2001-08-201-6/+28
* Convert the date string to UTF-8. (do_forward_non_attached): Same here.Jeffrey Stedfast2001-08-201-12/+15
* Change the default values for "always-sign" to false.Jeffrey Stedfast2001-08-191-1/+2
* remove a cmpiler warningJeffrey Stedfast2001-08-181-1/+1
* Respect the user's desire to be prompted to confirm that he wants toJeffrey Stedfast2001-08-171-8/+20
* Re-added, at Ettore's request, the confirm-expunge dialog.Anna Marie Dirks2001-08-161-7/+8
* Don't confirm expunge.Not Zed2001-08-151-1/+1
* Make previous unread wrap around too.Peter Williams2001-08-151-1/+1
* Confirm that the user really wants to expunge. (save_msg_ok): Set theJeffrey Stedfast2001-08-141-1/+29
* Prepend the uri with evolution: to fix bug #6916.Jeffrey Stedfast2001-08-111-1/+1
* Since 'N' keypresses go through here now, use wrap-around selecting.Jason Leach2001-08-111-2/+2
* If marking messages as unread, remove the automatic mark-as-read timer.Jason Leach2001-08-111-1/+9
* Added a g_assert_not_reached() - I'm hoping this will help us track downJeffrey Stedfast2001-08-101-6/+6
* Save the pgp and smime always-sign options.Jeffrey Stedfast2001-08-101-6/+6
* Hide the app->window. (do_mail_print): Set the parent of the gnome-dialogJeffrey Stedfast2001-08-081-40/+25
* Hide the app->window.Jeffrey Stedfast2001-08-081-1/+1