aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use bonobo_object_unref on the storage since it's a bonobo object.Peter Williams2001-08-081-4/+4
* Added key accelerators to a bunch of the config options and moved the BccJeffrey Stedfast2001-08-071-35/+16
* Set the message-display message to NULL if we can't get an info too.Jeffrey Stedfast2001-08-071-1/+1
* Make vtrash folders on other storages with a "vtrash" type, so they getJason Leach2001-08-071-4/+11
* Reimplement to be asynchronous and pretty, with progressive folder loadingPeter Williams2001-08-071-3/+4
* Yuck. Special case whether or not we want to expunge all the trash foldersJeffrey Stedfast2001-08-071-10/+25
* forgot to commit a fileJacob Leach2001-08-051-8/+10
* Raise the filter-editor window if it's already created.Jeffrey Stedfast2001-08-031-1/+1
* Don't move cursors around when deleting last message and Hide DeletedJason Leach2001-08-011-3/+5
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-2/+0
* Initialize `me' to NULL. (forward_attached): If we are only forwarding aJeffrey Stedfast2001-07-261-12/+37
* Initialize `me' to NULL.Jeffrey Stedfast2001-07-261-1/+1
* If we're the last row and we're deleting, select the previous message, notJason Leach2001-07-251-2/+8
* Do a case-insensitive comparison. (mail_generate_reply): Only resort toJeffrey Stedfast2001-07-251-15/+17
* Fixed the "Read" to be Read in the glade file per menesis' request.Jeffrey Stedfast2001-07-241-1/+1
* [Bug #5225: No UI way to mark as unimportant]Jason Leach2001-07-241-4/+10
* In camel:Peter Williams2001-07-201-6/+4
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-3/+3
* Merged mine and Peter's entries.Jeffrey Stedfast2001-07-141-1/+1
* Segfault prevention here if no uid is currently loaded.Peter Williams2001-07-141-4/+6
* Segfault prevention here if we lose the race withPeter Williams2001-07-141-1/+2
* Force-hide all deleted messages before expunging. (expunged_folder):Jeffrey Stedfast2001-07-131-10/+25
* Only blank the mail display if the message being viewed is one of those toJason Leach2001-07-131-1/+8
* Make sure that the reply-to addr i non-NULL before trying to add it to theJeffrey Stedfast2001-07-111-5/+5
* add a NULL check since that is a valid return.Larry Ewing2001-07-071-1/+4
* Freeze and Thaw the folder.Jeffrey Stedfast2001-07-071-5/+4
* Don't free the psd here -- it will be freed on the "destroy" signal.Peter Williams2001-07-071-4/+3
* Select the very next message after deleting, not the next undeleted (itJason Leach2001-07-071-1/+3
* Unset the message being displayed when expunging. This makes expungedJoe Shaw2001-07-041-0/+1
* If msg is NULL, fetch the message and requeue a mail_reply call. Fixes bugJoe Shaw2001-07-041-1/+14
* Forgot to save thisPeter Williams2001-07-041-2/+4
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-031-1/+2
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-031-11/+8
* Changed to return the created window. (find_socket): Added. Copied fromJon Trowbridge2001-07-011-0/+66
* make sure we show the sig file.Larry Ewing2001-06-301-3/+6
* fixed a logic mistake in the last commitJeffrey Stedfast2001-06-301-9/+9
* Throw up the confirmation dialog. (composer_get_message): If the user onlyJeffrey Stedfast2001-06-301-2/+47
* simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-291-19/+6
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-2/+77
* Don't pop up a progress dialog to say "I already finished this a whileDan Winship2001-06-271-5/+2
* sync folders after we've gotten mailjacob berkman2001-06-261-0/+49
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-4/+4
* Allow the message to be sent even if there are no To recipients but onlyJeffrey Stedfast2001-06-221-8/+19
* Use a nice switch statement and use the new enum values.Jeffrey Stedfast2001-06-191-2/+2
* Now takes a hash table of already-used-recipients so that we don't getJeffrey Stedfast2001-06-191-5/+14
* Add Reply-to-List bonobo verbs.Jeffrey Stedfast2001-06-151-23/+70
* Reattach X-Evolution-Account information to the message after sending it.Jon Trowbridge2001-06-091-1/+2
* spJeffrey Stedfast2001-05-301-1/+1
* Take another argument to ignore a certain address. (mail_generate_reply):Jeffrey Stedfast2001-05-301-29/+37
* Added callbacks for Next/Previous Unread and Next/Previous FlaggedJeffrey Stedfast2001-05-271-11/+37
* g_strdup the uid into the ml->cursor_uid.Jeffrey Stedfast2001-05-251-4/+4
* Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-241-2/+7
* mark Outbox messages as read.Dan Winship2001-05-181-1/+5
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-120/+3
* Load http images if the user has force-loaded images too.Dan Winship2001-05-161-0/+8
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-82/+48
* Don't allow multiple copies of this to be run at a time.Jeffrey Stedfast2001-05-121-17/+57
* If the cursor_uid is NULL, then we can't forward anything so just return.Jeffrey Stedfast2001-05-121-0/+6
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-111-4/+14
* Importer changesIain Holmes2001-05-091-0/+2
* Free the UIDs if the user decides to not go through with editing all theJeffrey Stedfast2001-05-091-5/+26
* Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): NewJeffrey Stedfast2001-04-271-2/+22
* Added "MessageSearch" verb.Jon Trowbridge2001-04-261-2/+18
* New foot-shooting-prevention helper function. (edit_msg_internal,Dan Winship2001-04-251-0/+27
* signature changingRadek Doulik2001-04-251-10/+8
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-241-6/+8
* Append a "/" to the result of g_get_home_dir so gets the default dir itDan Winship2001-04-241-2/+4
* ugh, don't bother checking if the header values are non-NULL - it doesn't hur...Jeffrey Stedfast2001-04-231-11/+3
* Only set the X-Evolution-* header if that value is non-NULL.Jeffrey Stedfast2001-04-231-3/+11
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-2/+1
* Implemented. (resend_msg): Use is_sent_folder().Jeffrey Stedfast2001-04-191-2/+61
* Mark the messages as seen, not unseen. (is_drafts_folder): New function toJeffrey Stedfast2001-04-161-13/+77
* Mark the messages as seen, not unseen.Jeffrey Stedfast2001-04-161-1/+1
* mark messages as seen when opening then in a separate window.Dan Winship2001-04-121-0/+1
* Use the homedir as the default filename.Jeffrey Stedfast2001-04-121-1/+1
* Change to the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-121-0/+1
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-4/+9
* #include <camel/camel-vtrash-folder.h>Dan Winship2001-03-301-0/+1
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-4/+9
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-48/+45
* Add "vtrash" as an allowed mail folder type.Jeffrey Stedfast2001-03-271-1/+1
* Simplify a bit using camel_session_get_provider.Dan Winship2001-03-261-12/+3
* New callback to handle a double-click event in the account clist.Jeffrey Stedfast2001-03-231-9/+8
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-4/+4
* Add Resend Message menu item.Jeffrey Stedfast2001-03-191-0/+39
* Unref the message.Jeffrey Stedfast2001-03-191-0/+2
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-1/+1
* Added edit item to search-bar menu.Not Zed2001-03-151-1/+7
* Added protection.Jeffrey Stedfast2001-03-121-2/+61
* Remove our X-Evolution header before we send. Also don't send messagesJeffrey Stedfast2001-03-121-13/+13
* Set the Forward->Quoted callback. Also set the forward->AttachmentJeffrey Stedfast2001-03-091-26/+68
* Call open_msg here so that it does the Right Thing (tm).Jeffrey Stedfast2001-03-091-3/+3
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-10/+28
* Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-061-1/+1
* Return TRUE if the user configured his/her settings, else return FALSE.Jeffrey Stedfast2001-02-281-11/+13
* Set a "References" header no matter what if we are able to get aJeffrey Stedfast2001-02-271-9/+11
* Mark deleted messages as "seen" as well so they don't count towards theDan Winship2001-02-271-1/+1
* Abort if the message is NULL (which is valid if an error occured).Jeffrey Stedfast2001-02-261-0/+4
* New stuff for the importer to create a new folderIain Holmes2001-02-231-1/+1
* Fix for api changes to append_mail.Not Zed2001-02-211-1/+1
* Pass NULL, not "/" for @top.Dan Winship2001-02-211-7/+8
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-0/+87
* Re-add non-static forward_messages. mail-view.c needs it.Dan Winship2001-02-121-1/+1
* Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-111-8/+10
* Check the full list of IDs instead of just the default id and if we findJeffrey Stedfast2001-02-111-19/+85
* New location for this function.Jeffrey Stedfast2001-02-091-17/+142
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-1/+1
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-0/+1
* (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-261-3/+6
* Fix spelling.Dan Winship2001-01-241-1/+1
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-1/+0
* remove a warning with conditional news compilation.Not Zed2001-01-221-73/+14
* Added the next/previous toolbar buttons.Jeffrey Stedfast2001-01-191-0/+24
* Update to use EMessageBox and to record if the user doesn't want to everJeffrey Stedfast2001-01-171-6/+33
* If the user hits "No", then don't destroy the filesel window.Jeffrey Stedfast2001-01-171-2/+1
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-161-0/+8
* Set the default button to `Yes' here.Miguel de Icaza2001-01-151-0/+6
* Get the X-Evolution-Transport URL and use that if it exists, else fallJeffrey Stedfast2001-01-131-2/+8
* Get the account by using the new e_msg_composer_get_preferred_account()Jeffrey Stedfast2001-01-131-4/+19
* Force finalization of the function before returning fixing the FIXME thatMiguel de Icaza2001-01-121-10/+23
* New function that explains to the user why he can't do the action heJeffrey Stedfast2001-01-111-24/+14
* Prevent Federico's segfault.Jeffrey Stedfast2001-01-111-1/+1
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-41/+52
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-52/+41
* More lovely fixes...Jeffrey Stedfast2001-01-091-1/+1
* A bunch of fixes.Jeffrey Stedfast2001-01-091-1/+1
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-2/+12
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-39/+40
* Removed old implementation.Not Zed2001-01-041-11/+32
* Call mail-callbacks.c:forward_messages(), so the behaviour is the same asNot Zed2001-01-031-38/+78
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-11/+54
* Merge from camel-mt-branch.Not Zed2000-12-241-72/+24
* Attach a signature when forwarding, fixes bug #826.Jeffrey Stedfast2000-12-131-1/+10
* Remove the never-once-used BonoboObject stuff and make MessageList be aDan Winship2000-12-121-11/+7
* Check to see if the file already exists, if it does prompt the user to forJeffrey Stedfast2000-12-091-5/+27
* Only do a message_list_foreach if we plan on attaching messages, otherwiseJeffrey Stedfast2000-12-081-3/+6
* Add some g_return_if_fail()s to protect from crashes until the code toDan Winship2000-12-081-8/+6
* Make inline forwarding not be the default anymore.Ettore Perazzoli2000-12-041-2/+2
* Added the SaveAs bonobo menu verb thingy.Jeffrey Stedfast2000-11-291-0/+61
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-14/+0
* Added a new Forward as Attachment bonobo menu item verb.Jeffrey Stedfast2000-11-161-7/+30
* likewiseRadek Doulik2000-11-091-6/+6
* Don't invert the flag. (undelete_msg): Same (when multiple messages areJeffrey Stedfast2000-11-071-8/+4
* Updated to have the same menu items as the new right-click menu -Jeffrey Stedfast2000-11-071-1/+1
* Added an "Undelete" option to the right-click menu and also set a mask soJeffrey Stedfast2000-11-061-1/+35
* Added new header files.Jeffrey Stedfast2000-11-041-0/+1
* ** Merged in camel-incremental-branch.Not Zed2000-11-021-1/+1
* Shouldn't we be strdup'ing the content? This seems to fix the memoryJeffrey Stedfast2000-11-011-2/+2
* Check to make sure that the recipient list is neither NULL nor a 0-lengthJeffrey Stedfast2000-10-281-1/+12
* Check for the TO recipient list being NULL and don't send.Jeffrey Stedfast2000-10-261-0/+6
* Don't forget to unref the FilterDriver.Jeffrey Stedfast2000-10-261-11/+13
* lots of i18n fixesDan Winship2000-10-241-6/+8
* Apply outgoing filters to the message.Jeffrey Stedfast2000-10-241-2/+2
* s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-211-13/+13
* #include "mail-vfolder.h" (vfolder_edit_vfolders): Don't call the dummyJeffrey Stedfast2000-10-201-3/+2
* Disable the optionmenu because it is empty. (service_page_item_auth_fill):Iain Holmes2000-10-181-2/+10
* New widget, full search dialogue for mail.Not Zed2000-10-091-1/+1
* fetch mail before sending, this is a temp fix for POP-before-SMTPJeffrey Stedfast2000-10-061-1/+2
* Use CamelInternetAddress instead of my quick hack (aka InternetAddress).Jeffrey Stedfast2000-10-051-1/+0
* Instead of UnSelectAll, we want InvertSelection.Jeffrey Stedfast2000-10-051-6/+7
* Added a comment to a piece of code that I was trying to "fix" just to findMiguel de Icaza2000-10-041-0/+8
* subscribe-control.[ch] -> subscribe_dialog.[ch]Chris Toshok2000-10-031-2/+2
* Add print preview verb here.Miguel de Icaza2000-09-301-20/+93
* nuked.Chris Toshok2000-09-301-0/+10
* Fix it so that "send later" will still mark a message as being replied,Jeffrey Stedfast2000-09-281-0/+10
* Added new menu itemsJeffrey Stedfast2000-09-261-8/+40
* Deal with NULL composer.Dan Winship2000-09-191-8/+15