aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a function to return a useful name for a folder (not just "mbox" orDan Winship2000-08-111-14/+14
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-1/+0
* Add a "gboolean create" argument to pass to camel_store_get_folder.Dan Winship2000-08-111-2/+2
* Show 'no new mail' correctly.Peter Williams2000-08-111-9/+34
* Fix the infinite movemailPeter Williams2000-08-111-0/+1
* Merge with camel-async.Peter Williams2000-08-111-828/+1576
* Get the from address set in the composer, if that fails ONLY THEN get theJeffrey Stedfast2000-08-101-14/+15
* Changed to only take a FolderBrowser argumentJeffrey Stedfast2000-08-101-1/+1
* Create a new FolderBrowser for each message being opened in a new window.Jeffrey Stedfast2000-08-101-7/+10
* Nicify a little, add in a menu separator between VFolder and Filter stuff.Jeffrey Stedfast2000-08-101-2/+3
* Set the UID of the message that is being displayedJeffrey Stedfast2000-08-101-1/+2
* Fixed some warnings.Christopher James Lahey2000-08-091-0/+1
* New convenience function with params of a normal Gtk callback function. WeJeffrey Stedfast2000-08-091-11/+26
* Add "Don't delete messages from server" button to remote SOURCEs thatDan Winship2000-08-091-46/+90
* Fix build by allowing includes for e-table dirJP Rosevear2000-08-081-28/+17
* Redone to show a dialogue first, and show progress of whats happening asNot Zed2000-08-081-0/+10
* Added mail-view.cJeffrey Stedfast2000-08-081-0/+44
* Get rid of kludge around subject beginning with spaces.Jeffrey Stedfast2000-08-081-4/+2
* Clarify that the input row is a model row, and swap it to a view row whenDan Winship2000-08-081-1/+4
* Renamed from reply_body() so other functions can use itJeffrey Stedfast2000-08-071-3/+14
* New menu item under Actions to allow editing of messages.Jeffrey Stedfast2000-08-071-2/+33
* I pity da foo that committed this bug!Peter Williams2000-08-041-1/+1
* Yay, no more compiler warningsJeffrey Stedfast2000-08-041-9/+8
* Check for identity before sending ; remove gconf_init callPeter Williams2000-08-031-0/+11
* Emit "model_pre_change" where appropriate.Christopher James Lahey2000-08-031-0/+2
* Remove hack to pass the storage around.Not Zed2000-07-301-111/+66
* New function to create composer with sig file set.JP Rosevear2000-07-291-48/+43
* Added mark_all_seen(), to mark every message in the list withCody Russell2000-07-291-0/+17
* Don't create the tmp_mbox before calling movemail, because the externalDan Winship2000-07-271-18/+11
* s/struct refile_data/struct move_data (real_move_msg): Renamed fromJeffrey Stedfast2000-07-271-7/+7
* Fix crash on NULL current_message when replying.Peter Williams2000-07-261-1/+2
* Update for CamelFolder API changes. (Certain functions no longer take aDan Winship2000-07-251-8/+6
* Add a "Send HTML mail" toggle in the message composer.Ettore Perazzoli2000-07-231-3/+34
* Put the version number in the `X-Mailer:' header instead of justEttore Perazzoli2000-07-161-2/+14
* Back to the old way to avoid g_warnings, yay. Also fix append to send aJeffrey Stedfast2000-07-131-1/+2
* Back to the old way to avoid g_warnings, yayJeffrey Stedfast2000-07-131-2/+18
* Changed to use camel_folder_move_message_to () rather than get_message ()Jeffrey Stedfast2000-07-121-17/+2
* Set the post_send_data flag rather than toggling it. (Maybe we'll needDan Winship2000-07-121-5/+2
* kill more debugging messagesDan Winship2000-07-111-14/+0
* Don't multiply free dest_url.Dan Winship2000-07-111-2/+0
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-111-18/+11
* Fix an unitialized variable error.Ettore Perazzoli2000-07-111-0/+3
* Fixed broken POP fetchingJeffrey Stedfast2000-07-111-0/+10
* Fixed movemail so that it too would deliver to Inbox.Jeffrey Stedfast2000-07-101-38/+26
* Don't g_warn if the user selects a fake tree parent.Dan Winship2000-07-101-7/+4
* Always dump incoming messages to Inbox (assuming not filtered to anotherJeffrey Stedfast2000-07-091-25/+58
* Deal with having multiple selected messages.Dan Winship2000-07-091-2/+55
* fix warnings.Dan Winship2000-07-071-1/+0
* New function to select the first message on or after the given row thatDan Winship2000-07-071-7/+20
* Well, delete, expunge, appear broken, it sorts (initially) at least now.Michael Zucci2000-07-061-1/+2
* Remove hack to redisplay the inbox, since folder_changed signals will nowDan Winship2000-07-031-5/+0
* Pass mail_uri_to_folder and rules to filter_driver_new.Dan Winship2000-07-031-5/+2
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-1/+2
* Updated to reflect camel-folder changes.Jeffrey Stedfast2000-07-011-2/+2
* Use gnome-print to do a print preview.Dan Winship2000-07-011-0/+21
* New function, a wrapper around e_table_selected_row_foreach, which callsDan Winship2000-07-011-19/+76
* use the ETable row_selection signal to track how many rows are selected.Dan Winship2000-07-011-1/+1
* oops, corrected the gtk/gnome castsJeffrey Stedfast2000-06-301-4/+4
* Clean up compile warnings (real_fetch_mail): Fetching from IMAP should doJeffrey Stedfast2000-06-301-113/+111
* Handle multiple deletes (change by Peter Williams.)Christopher James Lahey2000-06-301-17/+27
* Changed "Send" to "Compose" to avoid user confusion. Compose is a littleJeffrey Stedfast2000-06-301-1/+1
* From mail:Christopher James Lahey2000-06-301-1/+1
* Make the broken threads optionalPeter Williams2000-06-271-0/+25
* Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im...Peter Williams2000-06-241-72/+191
* Revert Peter's change and Chris's fix to it, since it looks like PeterDan Winship2000-06-231-62/+23
* new function, passed as arg to mail_operation_try. (fetch_mail): addChris Toshok2000-06-231-1/+7
* Prettify the progress dialog a bit.Peter Williams2000-06-221-23/+56
* Add a confirmation dialog box for when the user tries to send aEttore Perazzoli2000-06-201-0/+28
* new function to do a uid to row mapping. (mark_msg_seen, select_msg,Dan Winship2000-06-171-33/+51
* Update for CamelFolder changes.Dan Winship2000-06-161-9/+2
* New function to revert back to non-searching mode.Dan Winship2000-06-161-0/+2
* if the document requests an unknown URL, it's not an error; just ignoreDan Winship2000-06-151-0/+8
* display error from camel_folder_expunge if there is one.Dan Winship2000-06-101-3/+0
* close and expunge the source folder after copying it to a local folder.Dan Winship2000-06-101-0/+3
* Update for folder creation/existence changes.Dan Winship2000-06-071-7/+4
* Leave the composer window around if the message doesn't get sent.Dan Winship2000-06-061-6/+9
* fix some function prototypesDan Winship2000-06-061-4/+7
* Use camel_service_connect, not connect_with_url, since we already passedDan Winship2000-06-031-2/+1
* Add a quick hack to move the selection down a row when you delete aDan Winship2000-06-021-1/+10
* started to add a camel provider configuration toolJeffrey Stedfast2000-05-311-4/+14
* don't put up an error message if the user cancels the password dialog.Dan Winship2000-05-291-1/+2
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-281-0/+92
* set CAMEL_MESSAGE_ANSWERED on a message after a successful reply.Dan Winship2000-05-271-8/+27
* connect to and disconnect from the transport.Dan Winship2000-05-251-3/+8
* Update for camel_folder_get_uids (folder_changed,Dan Winship2000-05-191-8/+9
* Ok, so all incoming mail comes through filters, yay!NotZed2000-05-171-64/+90
* New menu to bring up the filter editor, and edit filters. They dontNotZed2000-05-171-0/+38
* Use 6 X's to mkstemp, as required by the man page, just a temp fix, thisNotZed2000-05-131-1/+1
* make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-091-36/+16
* Don't hardcode "inbox" here.Dan Winship2000-05-071-4/+6
* New code to configure identity, mail source, and mail transport.Dan Winship2000-05-071-40/+114
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-5/+1
* Ok, you can now delete and expunge messages ... not really prettyMichael Zucci2000-05-021-0/+42
* This is no longer necessary.Dan Winship2000-04-301-13/+1
* Oops. Remove the part of the previous patch that wasn't supposed toDan Winship2000-04-281-24/+8
* Move text_to_html to e-util.Dan Winship2000-04-281-8/+36
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-241-1/+18
* #include "mail-format.h"Dan Winship2000-04-231-0/+1
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-231-0/+61
* Add some #includes for the non-HAVE_MKSTEMP caseDan Winship2000-04-101-0/+5
* use camel_movemail when fetching mail from an mbox store. This leavesDan Winship2000-04-101-14/+76
* new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't doDan Winship2000-04-081-0/+185