aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-101-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-03-082-2/+1
|
* Mark two strings as translatable that have been forgotten. Fixes bug 611975.Ulrich Schoepp2010-03-071-2/+4
|
* Migration from other versions is not supported on WindowsFridrich Strba2010-03-061-0/+16
|
* Remove a long lived win32 hackFridrich Strba2010-03-061-6/+0
| | | | | It seems that the dummy libraries are not needed anymore on windows nowadays.
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-055-0/+24
|
* Revert "Bug #597473 - Reply-all composes reply to wrong address"Matthew Barnes2010-03-031-6/+0
| | | | | | | | This reverts commit c9dcd2a9003c1f1f34e15698903149946994cd84, which breaks the use case of clicking "Reply All" on a message in your Sent folder which you yourself wrote. The commit causes your own email address to be included in the recipients list, which is undesired and a regression from 2.28.
* Allow retrieving multiple messages without cancelling if the store is asyncChenthill Palanisamy2010-03-021-15/+40
|
* Bug #610663 - Message receipts combo box is emptyMilan Crha2010-02-251-0/+6
|
* Bug 546551 - Dialog for deleting mail folders always mentions subfolders.Viswanath Sivakumar2010-02-222-1/+22
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-201-3/+3
|
* Bug 588833 - Improve account selection heuristics for repliesMatthew Barnes2010-02-191-45/+88
|
* Cleanup work prior to bug #588833 investigation.Matthew Barnes2010-02-191-37/+64
|
* Bug #610250 - '[' and ']' keyboard shortcuts are swappedMilan Crha2010-02-171-2/+2
|
* Bug #604306 - Crash in folder_tree_cell_edited_cbMilan Crha2010-02-161-8/+20
|
* Bug #599370 - Crash in e_activity_set_percentMilan Crha2010-02-161-1/+1
|
* Bug #609638 - Empty warning message on New vFolderMilan Crha2010-02-111-0/+11
|
* Bug #593700 - Opens folder on topMilan Crha2010-02-111-0/+2
|
* Fix bug #597082Jeff Cai2010-02-081-15/+30
| | | | | gtk_label_set_text should not be called in a thread function. This patch makes the UI operation is invoked in an idle function.
* Coding style and whitespace cleanup.Matthew Barnes2010-02-084-43/+70
|
* Bug #605596 - Do not crash on message change, attempt ][Milan Crha2010-02-051-0/+4
|
* Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-031-1/+15
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-3115-19/+19
|
* Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-302-11/+11
|
* Refactor the autoconfig stuff a bit.Srinivasa Ragavan2010-01-292-37/+68
|
* Revert patch for bug #605596, it was causing crashesMilan Crha2010-01-293-6/+4
|
* Don't show total attachment size if it's zero.Matthew Barnes2010-01-291-4/+9
|
* Bug #605596 - Crash on message changeMilan Crha2010-01-283-4/+6
|
* Bug #607595 - Do not auto-sign when replying to a signed messageMilan Crha2010-01-261-2/+3
|
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-3/+8
|
* Bug 607741 - Move folder to claims it's copying in status barMatthew Barnes2010-01-221-1/+4
|
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-201-4/+7
|
* Add focus tracking to EMailBrowser.Matthew Barnes2010-01-202-0/+96
|
* A bit less 'camel_exception_get_id called with NULL parameter' on consoleMilan Crha2010-01-201-1/+5
|
* Bug 607409 - ~/.evolution/mail/config not created on demandMatthew Barnes2010-01-202-8/+20
|
* Bug 607360 - [regression] Runtime warnings at exitMatthew Barnes2010-01-191-2/+2
|
* Give all preview panes a search bar.Matthew Barnes2010-01-186-2221/+10
| | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer.
* Improve clipboard behavior.Matthew Barnes2010-01-182-0/+68
| | | | | | | | | | | | | | | | | | | | | Add "copy-target-list" and "paste-target-list" to the ESelectable interface. These are underutilized for the moment, but will eventually be used to help integrate drag-and-drop support into ESelectable. Add cut and paste support to EWebView, along with a new "editable" property and new clipboard signals "copy-clipboard", "cut-clipboard" and "paste-clipboard". In EFocusTracker, listen for "owner-changed" signals from the default clipboard as another trigger to update actions, particularly the Paste action. (Unfortunately this doesn't work for EWebView since GtkHtml implements its own clipboard.) In EMsgComposer, convert GtkhtmlEditor's clipboard methods to empty stubs, since EFocusTracker will now trigger EWebView's clipboard actions. Also, intercept EWebView::paste-clipboard signals and improve the interaction between the HTML editor and the attachment bar based on use cases in bug #603715.
* Fix a potential uninitialized variable use in em-composer-utils.c.Matthew Barnes2010-01-161-1/+1
| | | | Caught by the Clang Static Analyzer.
* Fix a potential uninitialized variable use in emae_authtype_changed().Matthew Barnes2010-01-161-5/+10
| | | | Caught by the Clang Static Analyzer.
* Remove dead assignments found by clang.Matthew Barnes2010-01-1616-67/+7
|
* Bug #605633 - A little code inconsistency in em_utils_send_receiptMilan Crha2010-01-141-8/+6
|
* Bug #599794 - Set composer as not changed on reply or forward actionMilan Crha2010-01-091-4/+4
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-087-7/+7
| | | | Several GtkWidget macros were recently deprecated.
* Bug #606316 - Mail with an attachment in a Junk folder crashes EvoMilan Crha2010-01-081-9/+14
|
* Bug #604994 - Folder state not preserved in Copy/Move Folder dialogMilan Crha2010-01-0710-97/+191
|
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-071-76/+56
|
* Kill e_popup_menu().Matthew Barnes2010-01-052-2/+0
| | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch].
* Coding style and whitespace cleanup.Matthew Barnes2010-01-046-20/+42
|
* Bug 361145 - Evolution hangs when formatting message - fixes part of it.Chenthill Palanisamy2009-12-283-4/+20
|
* Remove more unneeded gunk from configure.ac.Matthew Barnes2009-12-281-2/+0
|
* Replace alloca() with g_alloca().Matthew Barnes2009-12-287-13/+13
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-265-10/+18
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-263-150/+150
| | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property.
* Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGPMilan Crha2009-12-241-19/+66
|
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-2/+4
|
* Bug #595501 - Crash on a changed mail filter action removalMilan Crha2009-12-231-2/+12
|
* Fix a bug in the prev commit. Handle cases specific for Anjal.Srinivasa Ragavan2009-12-231-1/+1
|
* Add 'Defaults' page to Anjal's edit stuff. Prevent it coming inSrinivasa Ragavan2009-12-231-2/+12
| | | | Evolution's account druid if the type is assistant.
* Cherry pick anjal changes from stable to master.Srinivasa Ragavan2009-12-231-4/+27
|
* Bug #600521 - Remove trailing spaces from particular account fieldsMilan Crha2009-12-221-3/+10
|
* Remove the EShellBackend parameter from mail_session_init()Jonathon Jongsma2009-12-213-4/+3
| | | | | | Last shell-related dep killed in MailSession https://bugzilla.gnome.org/show_bug.cgi?id=604952
* Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4Jonathon Jongsma2009-12-216-83/+24
| | | | | | | | Over time, extra includes have built up. I'm trying to get a good idea of what are actual dependencies for these files, so I'm cleaning out all of the unused ones. https://bugzilla.gnome.org/show_bug.cgi?id=604952
* Remove MailSession's last dep on EShellJonathon Jongsma2009-12-211-3/+4
| | | | | | | | When MailSession moves to a daemon process, there will be no shell object to query for the active window (and indeed there will often be no window in any case), so we can't specify a parent for the error dialog. https://bugzilla.gnome.org/show_bug.cgi?id=604952
* The shell backend is responsibile for setting the MailSession onlineJonathon Jongsma2009-12-212-6/+2
| | | | | | | | Previously the mail session set itself online inside mail_session_init() by checking whether the shell was online. This removes one more dependency from MailSession to EShell by moving that responsibility up one level. https://bugzilla.gnome.org/show_bug.cgi?id=604952
* Move the gross hack for EAccountComboBox up a levelJonathon Jongsma2009-12-212-2/+3
| | | | | | | | This hack really needs to be fixed correctly, but I can't think of a good solution for now. So at the very least, move the hack up a level where it won't cause dependency problems for the mail-to-eds split. https://bugzilla.gnome.org/show_bug.cgi?id=604952
* Move forward_to() implementation to MailSession (remove dep on composer)Jonathon Jongsma2009-12-214-189/+178
| | | | | | | | | | | | | | | | Previously, the CamelSesssion's forward_to vfunc was implemented in em-composer-utils. However, there wasn't really any composer-related functionality that this function depended on, so in order to remove MailSession's dependency on composer-related functionality, this function was moved into mail-session.c. So now, instead of calling em_utils_forward_message_raw(), you should just call camel_session_forward_to() instead. This change necessitated moving a couple of "guess_account"-related functions into em-utils, but that's ok for now -- it matches the existing em_utils_guess_account() function that's already there. https://bugzilla.gnome.org/show_bug.cgi?id=604952
* Coding style and whitespace cleanup.Matthew Barnes2009-12-205-6/+4
|
* Remove some obsolete GConf keys.Matthew Barnes2009-12-192-30/+0
| | | | | | | | | /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads.
* Implement get_data/config_dir vfuncs for mail backendJonathon Jongsma2009-12-192-15/+32
| | | | | | Now the backend specifies the data dir for the mail module. Obviously it uses the same directory as it previously used, it's just that the responsibility for defining that value has moved to a different place.
* Bug #593700 - Restore folder's last selected message as expectedMilan Crha2009-12-181-6/+6
|
* Add a way for Anjal to override shell_builtin_backend.Matthew Barnes2009-12-182-0/+9
| | | | Yes this is a horrible, nasty hack. It's temporary. Promise.
* Bug #553057 - Show signer's information in a message window/previewMatthew W. S. Bell2009-12-173-2/+69
|
* Kill MailSession's interactive flag.Matthew Barnes2009-12-173-39/+0
| | | | | | | | | | | | After analyzing this again I'm confident we really don't need it. The only state change is from FALSE to TRUE at startup, and that one-time event happens while the mail shell backend is starting up (see: e_shell_backend_start()). If a need arises to query for this in the future I'll extend the EShellBackend API with an e_shell_backend_started() function, but for now there's no need.
* Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-0/+87
| | | | | Move the MailFolderCache signal handlers from EMailShellBackend down to EMailBackend (in libevolution-mail.so) to share with Anjal.
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-1711-59/+44
| | | | | | | | This pushes the get_data_dir() API down to the right level. At present, it is still implemented by querying the shell backend for the data dir / config dir. But this should eventually be reversed (when mail is split off to EDS) so that the mail daemon is the one responsible for the storage locations and the shell backend queries the daemon for these values.
* Kill em_utils_adjustment_page().Matthew Barnes2009-12-162-31/+0
|
* Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-163-0/+489
| | | | | | | EMailBackend is an abstract subclass of EShellBackend that handles online and offline modes and application shutdown. Placing this in the shared mail library allows Anjal to reuse it. Evolution's mail module further extends this class as EMailShellBackend.
* Use the boxed CamelObject type for signal params in MailFolderCacheJonathon Jongsma2009-12-161-12/+13
| | | | | | Previously I was just using G_TYPE_POINTER. Use the boxed camel object type from e-util.h instead. When camel-gobject lands, we'll use G_TYPE_OBJECT instead.
* Add MailFolderCache::folder-changed signalJonathon Jongsma2009-12-161-32/+28
| | | | | | | | | Yes, this signal is kind of an ugly monster. I'm not sure how to improve this significantly. But this commit removes the last EMFolderTreeModel and EShell dependencies from MailFolderCache, which is a big step towards splitting off the backend. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* MailFolderCache: add signal for updated unread countsJonathon Jongsma2009-12-163-62/+88
| | | | | | | | Emit a signal when we have an updated unread count for a folder rather than pushing the update directly to a particular treemodel. This doesn't yet remove the dependency on EMFolderTreeModel, but it's a first step. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-165-163/+190
| | | | | | | | | | | | | | | | | | Instead of pushing the updates to the right places, the folder cache simply emits the appropriate signals and other objects are responsible for listening and handling them appropriately. This allows us to cut down the dependencies of MailFolderCache significantly, which is a huge step towards allowing us to split it off for the backend. Another nice thing about this is that it allows us to trim a lot of 'public' api from the filter, vfolder, and config classes that were only used by the cache. Now that stuff can all be internal since they're pulling changes rather than having the changes pushed. The last remaining problematic dependency in MailFolderCache is EmFolderTreeModel. That is next on the chopping block. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Add signals to MailFolderCache for common eventsJonathon Jongsma2009-12-161-0/+83
| | | | | | | | | | | This will allow us to decouple ourselves from some of the current dependencies, such as the folder treemodel, the shell, etc. This just defines the signals, the next step is to refactor things and actually make other classes use them. We need one additional signal yet related to indicating the new unread emails, but that one will require a little more thought I think. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Add documentation to clarify mail-folder-cache functionalityJonathon Jongsma2009-12-164-32/+119
| | | | | | | | | Added a bunch of gtk-doc documentation as well as a variety of small comments in the code. Also added documentation and renamed a couple of mail_vfolder_* functions that are only used by mail-folder-cache to make things a lot more understandable. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-168-163/+302
| | | | | | | | | | | mail-folder-cache previously was a bit of a pseudo object (sort of a singleton) that operated on some file static data. This commit re-factors things so that it is a proper class named MailFolderCache. At the moment, this doesn't gain us much, but in the future, it will allow us to add signals, etc so that we can de-couple a lot of the interdependencies in here. This is essentially a pre-requisite to splitting up a lot of the mail backend stuff. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Bug #602505 - Incorrect information in message windowMilan Crha2009-12-162-5/+40
|
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-163-0/+3139
| | | | So Anjal can reuse it.
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-2/+2
|
* Bug 604562 - Typo in gconf schemaChristophe Fergeau2009-12-151-1/+1
|
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-154-190/+900
| | | | | | EMailSidebar is a subclass of EMFolderTree that implements the state saving and restoration feature from EMailShellSidebar. Placing this in the shared mail library allows Anjal to reuse it.
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-101-5/+15
|
* Revert accidentally committed experimental codeJonathon Jongsma2009-12-091-143/+34
| | | | | | commit 2fa4ec1334a90d22c9a54d150d6e4722be9bfe1c accidentally included some unrelated changes from an experimental branch I was working on. This commit reverts that.
* rename e_alert_get_buttons -> e_alert_peek_buttonsJonathon Jongsma2009-12-091-34/+143
| | | | | Make it obvious that this does not need to be freed like the other things that use get_* (e.g. e_alert_get_title)
* Kill ETreeScrolled.Matthew Barnes2009-12-083-144/+146
| | | | | | | Kill ETreeScrolled and convert MessageList to an ETree subclass. ETreeScrolled is nothing but a GtkScrolledWindow containing an ETree. It adds nothing of value and actually makes customizing ETree harder.
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-0810-29/+29
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Revise a "to-do" comment that's done.Matthew Barnes2009-12-021-3/+1
|
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-025-169/+175
| | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader);
* Kill message_list_free_uids().Matthew Barnes2009-12-024-26/+16
| | | | Use em_utils_uids_free() instead.
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-018-171/+231
|
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-0115-68/+67
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port calendar/ to the new EError APIJonathon Jongsma2009-12-011-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port mail/ to use new EError APIJonathon Jongsma2009-12-0113-44/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug 602799 - "Mark for Follow Up" menu item glitchesMatthew Barnes2009-11-251-1/+24
|
* Fix a build error.Matthew Barnes2009-11-251-0/+1
|
* Bug #474502 - Don't check for contacts in broken address booksMilan Crha2009-11-241-4/+30
| | | | more than once
* Bug 602625 - Typos in translation messagesMatthew Barnes2009-11-222-2/+2
| | | | Caused by libglade to GtkBuilder migration.
* Bug 563555 - Confirm before forwarding many emails inlineRitesh Khadgaray2009-11-204-20/+47
|
* Assemble HTML code in a GString instead of a GtkHTMLStream.Matthew Barnes2009-11-201-2/+0
| | | | This helps further isolate direct GtkHTML API usage to EWebView.
* Bug #602178 - [regression] Missing widget in Search folder dialogMilan Crha2009-11-181-2/+2
|
* Prefer EWebView calls over direct GtkHTML calls.Matthew Barnes2009-11-181-23/+28
|
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-172-74/+148
| | | | | | GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities.
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1721-7465/+7348
|
* Fix a compiler warning.Matthew Barnes2009-11-151-1/+0
|
* Whitespace cleanup.Matthew Barnes2009-11-152-2/+2
|
* Bug 600714 - No label colors in popup menuMatthew Barnes2009-11-143-0/+230
|
* BUG 600217:Crashes in emfh_multipart_related_checkBharath Acharya2009-11-131-0/+6
| | | | Check for the link
* Further tweaks for the command-line importing.Matthew Barnes2009-11-131-4/+8
| | | | | Includes Bastien Nocera's patch to register our importable MIME types with the MIME database.
* Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-121-4/+35
|
* Enable building without Canberra-GTKTor Lillqvist2009-11-111-2/+6
|
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-113-82/+36
|
* Bug #250046 - Composer addresses reading fixesMilan Crha2009-11-102-7/+86
| | | | | | - Check for no addresses properly (in post-to only when shown) - Check for garbage addresses and warn user about those - Use garbage text in To/CC/Bcc fields when user typed them
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-1/+0
|
* Add zooming and drag-and-drop to the plugin.Matthew Barnes2009-11-106-682/+13
| | | | A bunch of crusty old code in em-format-html-display.c falls out.
* Prototype an inline image plugin.Matthew Barnes2009-11-102-0/+6
| | | | Uses GtkImageView to display the image.
* Bug 600926 - Fails to build due to missing dependenciesJonathon Jongsma2009-11-101-1/+3
|
* Bug 600926 - Fails to build due to missing dependenciesYan Li2009-11-101-0/+4
|
* Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb()Chenthill Palanisamy2009-11-091-3/+4
|
* Kill more redundant save functions.Matthew Barnes2009-11-082-242/+0
|
* Move EActivity and subclasses to e-util.Matthew Barnes2009-11-082-2/+2
| | | | | Planning to write some asynchronous utility functions in e-util that return EActivity objects.
* Support other forward types for Anjal.Srinivasa Ragavan2009-11-061-7/+9
|
* Bug #599792 - Anjal composer's Send button doesn't work after pressed Save ↵Yan Li2009-11-061-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Drafts button This is due to an old hack that hiding a composer means we're closing it so save_draft_done() destroys the composer after saved draft. But in Anjal, the composer widget is always hidden (since the editor is reparented to the tab), and will be wrongly destroyed by save_draft_done() when you clicked "Save Draft" button. This patch improved the old hack, by adding a new API e_msg_composer_request_close() that can be used to request closing a composer (so the old hack is no longer needed). Internally, composer->priv->application_exiting is used to store this exiting status. So by this we no longer use a composer's visibility to check whether we're to close it. When you no longer need a composer after saved draft, call e_msg_composer_request_close() before sending the save-draft signal. The e_msg_composer_is_exiting() (removed by 983bea9) has to be bring back, which is needed by other programs that use the composer (Anjal here). (forward ported from 08150f6 of gnome-2-28)
* Bug #598877 - Crash while sending mail, in report_status functionMilan Crha2009-11-062-4/+34
|
* Bug #573304 - Forward an email shouldn't strip signatureMilan Crha2009-11-061-1/+1
|
* Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-054-15/+90
|
* Bug #596027: In Anjal, although invalid mail address warning popup, mail's ↵Yan Li2009-11-051-0/+3
| | | | | | | | tab closed automatically A new field "mail_sent" is added to the Composer to indicate whether the mail is sent successfully or not. This is needed by Anjal to know whether it can destroy the composer or not.
* Fix a compiler errorSrinivasa Ragavan2009-11-051-1/+1
|
* Sync to disk the outbox, since if we crash, we endup sending mail again.Srinivasa Ragavan2009-11-051-1/+4
|
* Add support for Googlemail and hotmail/live/msn.com accounts.Srinivasa Ragavan2009-11-041-1/+5
|
* Bug #464400 - New mail notify should display sender and subjectMilan Crha2009-10-313-15/+56
|
* Bug 600019 - Menu glitches when an account name is selectedMatthew Barnes2009-10-291-0/+40
|
* Bug #268644 - unread mail shortcut collides with gtk tree searchMilan Crha2009-10-292-0/+17
| | | | Re-applied, as it got lost on kill-bonobo merge
* Bug 599896 - Flush outbox option is missingMatthew Barnes2009-10-291-7/+8
| | | | This also reverts commit f5165c618ae2defb310a0ed4eab06dac7346a2b0.
* Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottomMatthew Barnes2009-10-291-49/+82
| | | | | Also fixes a whole bunch of memory leaks caused by unfreed strings and unfreed GtkTreePaths.
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-282-5/+21
| | | | | | After the folder's context menu closes the folder tree selection jumps back to the folder whose contents are showing in the message list. Suggested by Philippe LeCavalier on evolution-list.
* Fix a regression caused by the Forward button feature.Matthew Barnes2009-10-281-12/+14
|
* Add a menu to the Forward toolbar button.Matthew Barnes2009-10-281-7/+55
| | | | | Allows users to choose different mail forwarding methods without navigating the main menu. Suggested by Ng Oon-Ee on evolution-list.
* Cleanup and rename filter classes.Matthew Barnes2009-10-2729-425/+428
|
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-277-22/+18
|
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-279-164/+191
|
* Remove some unfinished / unwanted bits from mail-mt.Matthew Barnes2009-10-272-76/+1
|
* Prefer GLib mutexes over pthread mutexes.Matthew Barnes2009-10-274-185/+118
|
* Bug #571039 - Shows all selected messages in a preview pane on a slow networkMilan Crha2009-10-274-15/+36
|
* Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-263-186/+315
|
* Coding style and whitespace cleanups.Matthew Barnes2009-10-243-5/+5
|
* Bug #575208 - Use complete template message with all attachmentsMilan Crha2009-10-241-129/+134
|
* Bug #484839 - Sort, when in threading mode, properlyMilan Crha2009-10-231-24/+240
|
* Bug #238879 - Use explicit text color in a Welcome messageMilan Crha2009-10-1921-21/+21
|
* Bug #552779 - Sort order of messages by "From" is case sensitiveMilan Crha2009-10-162-16/+10
|
* Bug #339628 - Non-default Draft folders are Draft folders tooMilan Crha2009-10-164-34/+21
|
* Bug #522783 - Signature separator for HTML E-mailsMilan Crha2009-10-161-0/+13
| | | | | | | | Reapplied patch from bug #551470, as this got dropped on merging. Be sure you all also gconftool-2 --install-schema-file=$PREFIX/etc/gconf/schemas/evolution-mail.schemas as new key had been added.
* Bug #372435 - Show SMIME cert info from mail, not from cert dbMilan Crha2009-10-161-11/+4
|
* Bug #597473 - Reply-all composes reply to wrong addressMilan Crha2009-10-161-0/+6
|
* Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-163-32/+42
|
* Bug #468736 - Prevent recursion in em-formatMilan Crha2009-10-161-1/+7
|
* Bug #336337 - Send & receive dialog shows the default smtp serverMilan Crha2009-10-152-4/+52
|
* Bug #542361 - Unhelpful error warningsMilan Crha2009-10-151-20/+15
|
* Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mailMilan Crha2009-10-153-6/+41
|
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-1310-86/+32
|
* Bug #498095 - Fixing mnemonicsMilan Crha2009-10-131-0/+2
|
* Check whether message-list is filtered properlyMilan Crha2009-10-121-1/+1
|
* Bug #596720 - Account assistance repeats itself after finishingMilan Crha2009-10-121-7/+18
|
* Bug #552552 - File/Empty Trash does not expunge maildir foldersMilan Crha2009-10-092-4/+16
|
* Bug 595092 - Remove option to skip offline syncrhonization dialogMatthew Barnes2009-10-081-16/+1
|
* Enable mail-next-unread and mail-prev-unread for multi-selections.Matthew Barnes2009-10-081-2/+2
|
* Bug #596824 - evolution hangs on start upMilan Crha2009-10-071-1/+10
|
* Remove unneeded composer autosave functions.Matthew Barnes2009-10-021-2/+0
|
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-1/+3
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-012-4/+7
|
* Bug #594015 - Keeps "Loading..." node on the first fetchMilan Crha2009-09-302-2/+13
|
* Bug #594005 - Mailer preview pane doesn't update on showMilan Crha2009-09-301-0/+5
|
* Whitespace cleanup in em-folder-tree.cMatthew Barnes2009-09-291-17/+18
|
* Added Romanian welcome messageAdi Roiban2009-09-293-1/+321
|
* Fix non-existent widget warning in account editor.Matthew Barnes2009-09-281-11/+3
|
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-264-93/+7
|
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-252-13/+13
|
* Bug 596157 - Use "Message-ID" instead of "Message-Id"Matthew Barnes2009-09-2421-24/+24
|
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-0/+4
|
* Bug 594864 - "Select Folder" is a too generic titlePaul Bolle2009-09-241-1/+3
| | | | Also for "Copy Folder To..." and "Move Folder To..." commands.
* Bug 594864 - "Select Folder" is a too generic titlePaul Bolle2009-09-242-3/+3
| | | | | | | | | A number of EMFolderSelector dialogs use a rather generic title: "Select Folder". Use more specific titles for three EMFolderSelector dialogs: - Move to Folder - Copy to Folder - Add Folder
* Bug 594989 - Drop some dialog titlesPaul Bolle2009-09-241-10/+0
| | | | | HIG suggests alerts (for which these titles are only used as far as I know) do not have a title.
* Fix few valgrind claimsMilan Crha2009-09-221-0/+1
|
* Whitespace cleanup.Matthew Barnes2009-09-211-1/+1
|
* Another attempt at fixing a label-related crash.Matthew Barnes2009-09-211-0/+6
| | | | | | | The reporter's label list in GConf had the default labels, but without the mnemonic underscores. So they weren't recognized as default labels. As a last ditch effort, generate a tag from the label name to ensure that e_mail_label_list_store_get_tag() never returns NULL.
* Typo fix.Andre Klapper2009-09-211-1/+1
|
* Typo fixAndre Klapper2009-09-211-1/+1
|
* Bug 595668 - Crash on startupMatthew Barnes2009-09-191-1/+2
| | | | | This is a partial solution to avoid the crash. Still don't understand why e_mail_label_list_store_get_tag() is returning NULL.
* Rename dead files to avoid fpeter's GNOME 2.99 scanner.Matthew Barnes2009-09-196-0/+0
| | | | Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead.
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-192-1/+5
|
* Remove a bunch of unused functions.Matthew Barnes2009-09-153-216/+0
|
* Bug 594528 - Crash when clicked on File->quitMatthew Barnes2009-09-151-11/+12
|
* Bug 594863 - Message body doesn't allow right click pop up menuMatthew Barnes2009-09-133-4/+70
|
* Followup fixes for inline folder renames.Matthew Barnes2009-09-131-8/+11
|
* Bug 217066 - Rename folders directly inside folder listMatthew Barnes2009-09-134-84/+149
|
* EMFolderTree code cleanup.Matthew Barnes2009-09-132-202/+218
|
* Bug 593899 - "Create Search Folder from Search" does not workMatthew Barnes2009-09-111-75/+67
|
* Bug 593892 - 'Find in message' issues when clearing searchMatthew Barnes2009-09-112-2/+47
|
* Bug 593905 - 'Subject or Addresses contains' search criteria missingMatthew Barnes2009-09-111-14/+10
|
* Require a parent window when creating an EMFolderSelector.Matthew Barnes2009-09-1112-169/+106
|
* Bug #594628 - Switching back from Outgoing filters to Incoming filters does notChenthill Palanisamy2009-09-101-1/+1
| | | | show existing incoming filters
* Bug 593659 - Missing UI error messagesMatthew Barnes2009-09-101-1/+1
|
* Bug #571881 - Make messages inherit labels from collapsed subtreeMatt McCutchen2009-09-091-198/+149
|
* Mark dead source files as such.Matthew Barnes2009-09-097-19/+0
| | | | | I still want to look through these before deleting them to make sure I didn't overlook anything.
* Finish killing Bonobo.Matthew Barnes2009-09-098-928/+157
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-053-258/+282
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Remove some obsolete utility functions.Matthew Barnes2009-09-051-1/+3
|
* Bug 594002 - Stuck mail activities when error occursMilan Crha2009-09-051-4/+4
|
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-055-12/+76
| | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning.
* Bug #593922 - Reply freezes evoMilan Crha2009-09-021-0/+2
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-023-26/+26
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Bug 592169 - "Checking for new mail" doesn't show which folderMilan Crha2009-09-011-0/+1
|
* Bug #593779 - re-committing patch from bug #214238Milan Crha2009-09-011-9/+20
|
* Bug 593614 - efh_format_secure() recurses foreverMatthew Barnes2009-09-011-1/+1
|
* Bug 593685 - Insensitive actions after startMatthew Barnes2009-09-011-2/+0
|
* Fix distcheck errors.Matthew Barnes2009-08-302-1269/+0
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-309-736/+99
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Fix return typesKjartan Maraas2009-08-271-3/+3
|
* Add menu item ellipsis according to bug #324492.Matthew Barnes2009-08-252-2/+2
|
* Bug 488409 - Remember size of filter/vfolder editor windowsMatthew Barnes2009-08-255-176/+295
|
* Stop killing evolution-data-server services.Matthew Barnes2009-08-231-2/+0
| | | | That includes startup and --force-shutdown.
* Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-233-3/+6
|
* Re-enable more calendar bits.Matthew Barnes2009-08-191-1/+1
|
* Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-184-237/+86
|
* Bug 591829 - Dragging mails to folder tree does not workMatthew Barnes2009-08-182-140/+7
|
* Bug 591830 - Inline attachments no longer shownMatthew Barnes2009-08-181-148/+6
|
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-184-21/+24
|
* Fix a duplicate mnemonic.Matthew Barnes2009-08-181-1/+1
|
* Bug 592034 - Reply to List doesn't workMatthew Barnes2009-08-182-27/+22
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-163-38/+1
|
* Fix the Labels tab in mail-config.glade.Matthew Barnes2009-08-121-1293/+807
| | | | | Also, explicitly specifiy GtkVBox orientations so Glade doesn't stupidly assume it's horizontal. Makes them kind of hard to edit otherwise.
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-124-719/+1315
|
* Clean up setup assistant stringsSeán de Búrca2009-08-111-1/+1
|
* Clean up setup assistant stringsSeán de Búrca2009-08-111-6/+6
|
* Make Port string only for Anjal.Srinivasa Ragavan2009-08-111-1/+1
|
* Bug #563041 - Template plugin doesn't work; added new variablesBharath Acharya2009-08-111-31/+47
| | | | $sender_name and $sender_email
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-109-1216/+22
| | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
* Seal up ESignature and add GObject properties.Matthew Barnes2009-08-072-5/+1101
|
* Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-061-1/+1
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-1/+42
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-2818-48/+84
|\