Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable building without Canberra-GTK | Tor Lillqvist | 2009-11-11 | 1 | -2/+6 |
| | |||||
* | Kill more redundant save dialogs and related utilities. | Matthew Barnes | 2009-11-11 | 3 | -82/+36 |
| | |||||
* | Bug #250046 - Composer addresses reading fixes | Milan Crha | 2009-11-10 | 2 | -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 Barnes | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | Add zooming and drag-and-drop to the plugin. | Matthew Barnes | 2009-11-10 | 6 | -682/+13 |
| | | | | A bunch of crusty old code in em-format-html-display.c falls out. | ||||
* | Prototype an inline image plugin. | Matthew Barnes | 2009-11-10 | 2 | -0/+6 |
| | | | | Uses GtkImageView to display the image. | ||||
* | Bug 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -1/+3 |
| | |||||
* | Bug 600926 - Fails to build due to missing dependencies | Yan Li | 2009-11-10 | 1 | -0/+4 |
| | |||||
* | Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb() | Chenthill Palanisamy | 2009-11-09 | 1 | -3/+4 |
| | |||||
* | Kill more redundant save functions. | Matthew Barnes | 2009-11-08 | 2 | -242/+0 |
| | |||||
* | Move EActivity and subclasses to e-util. | Matthew Barnes | 2009-11-08 | 2 | -2/+2 |
| | | | | | Planning to write some asynchronous utility functions in e-util that return EActivity objects. | ||||
* | Support other forward types for Anjal. | Srinivasa Ragavan | 2009-11-06 | 1 | -7/+9 |
| | |||||
* | Bug #599792 - Anjal composer's Send button doesn't work after pressed Save ↵ | Yan Li | 2009-11-06 | 1 | -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 function | Milan Crha | 2009-11-06 | 2 | -4/+34 |
| | |||||
* | Bug #573304 - Forward an email shouldn't strip signature | Milan Crha | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | Bug #597582 - Original Date: header should be given precedence | David Woodhouse | 2009-11-05 | 4 | -15/+90 |
| | |||||
* | Bug #596027: In Anjal, although invalid mail address warning popup, mail's ↵ | Yan Li | 2009-11-05 | 1 | -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 error | Srinivasa Ragavan | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Sync to disk the outbox, since if we crash, we endup sending mail again. | Srinivasa Ragavan | 2009-11-05 | 1 | -1/+4 |
| | |||||
* | Add support for Googlemail and hotmail/live/msn.com accounts. | Srinivasa Ragavan | 2009-11-04 | 1 | -1/+5 |
| | |||||
* | Bug #464400 - New mail notify should display sender and subject | Milan Crha | 2009-10-31 | 3 | -15/+56 |
| | |||||
* | Bug 600019 - Menu glitches when an account name is selected | Matthew Barnes | 2009-10-29 | 1 | -0/+40 |
| | |||||
* | Bug #268644 - unread mail shortcut collides with gtk tree search | Milan Crha | 2009-10-29 | 2 | -0/+17 |
| | | | | Re-applied, as it got lost on kill-bonobo merge | ||||
* | Bug 599896 - Flush outbox option is missing | Matthew Barnes | 2009-10-29 | 1 | -7/+8 |
| | | | | This also reverts commit f5165c618ae2defb310a0ed4eab06dac7346a2b0. | ||||
* | Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottom | Matthew Barnes | 2009-10-29 | 1 | -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 Barnes | 2009-10-28 | 2 | -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 Barnes | 2009-10-28 | 1 | -12/+14 |
| | |||||
* | Add a menu to the Forward toolbar button. | Matthew Barnes | 2009-10-28 | 1 | -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 Barnes | 2009-10-27 | 29 | -425/+428 |
| | |||||
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 7 | -22/+18 |
| | |||||
* | Prefer GQueue (or GNode) over EDList. | Matthew Barnes | 2009-10-27 | 9 | -164/+191 |
| | |||||
* | Remove some unfinished / unwanted bits from mail-mt. | Matthew Barnes | 2009-10-27 | 2 | -76/+1 |
| | |||||
* | Prefer GLib mutexes over pthread mutexes. | Matthew Barnes | 2009-10-27 | 4 | -185/+118 |
| | |||||
* | Bug #571039 - Shows all selected messages in a preview pane on a slow network | Milan Crha | 2009-10-27 | 4 | -15/+36 |
| | |||||
* | Bug #397265 - Image loading for new contact requires restarting Evolution | Milan Crha | 2009-10-26 | 3 | -186/+315 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2009-10-24 | 3 | -5/+5 |
| | |||||
* | Bug #575208 - Use complete template message with all attachments | Milan Crha | 2009-10-24 | 1 | -129/+134 |
| | |||||
* | Bug #484839 - Sort, when in threading mode, properly | Milan Crha | 2009-10-23 | 1 | -24/+240 |
| | |||||
* | Bug #238879 - Use explicit text color in a Welcome message | Milan Crha | 2009-10-19 | 21 | -21/+21 |
| | |||||
* | Bug #552779 - Sort order of messages by "From" is case sensitive | Milan Crha | 2009-10-16 | 2 | -16/+10 |
| | |||||
* | Bug #339628 - Non-default Draft folders are Draft folders too | Milan Crha | 2009-10-16 | 4 | -34/+21 |
| | |||||
* | Bug #522783 - Signature separator for HTML E-mails | Milan Crha | 2009-10-16 | 1 | -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 db | Milan Crha | 2009-10-16 | 1 | -11/+4 |
| | |||||
* | Bug #597473 - Reply-all composes reply to wrong address | Milan Crha | 2009-10-16 | 1 | -0/+6 |
| | |||||
* | Bug #322261 - vCalendar replies are sent out using the default account | Milan Crha | 2009-10-16 | 3 | -32/+42 |
| | |||||
* | Bug #468736 - Prevent recursion in em-format | Milan Crha | 2009-10-16 | 1 | -1/+7 |
| | |||||
* | Bug #336337 - Send & receive dialog shows the default smtp server | Milan Crha | 2009-10-15 | 2 | -4/+52 |
| | |||||
* | Bug #542361 - Unhelpful error warnings | Milan Crha | 2009-10-15 | 1 | -20/+15 |
| | |||||
* | Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mail | Milan Crha | 2009-10-15 | 3 | -6/+41 |
| | |||||
* | Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' | Milan Crha | 2009-10-13 | 10 | -86/+32 |
| | |||||
* | Bug #498095 - Fixing mnemonics | Milan Crha | 2009-10-13 | 1 | -0/+2 |
| | |||||
* | Check whether message-list is filtered properly | Milan Crha | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Bug #596720 - Account assistance repeats itself after finishing | Milan Crha | 2009-10-12 | 1 | -7/+18 |
| | |||||
* | Bug #552552 - File/Empty Trash does not expunge maildir folders | Milan Crha | 2009-10-09 | 2 | -4/+16 |
| | |||||
* | Bug 595092 - Remove option to skip offline syncrhonization dialog | Matthew Barnes | 2009-10-08 | 1 | -16/+1 |
| | |||||
* | Enable mail-next-unread and mail-prev-unread for multi-selections. | Matthew Barnes | 2009-10-08 | 1 | -2/+2 |
| | |||||
* | Bug #596824 - evolution hangs on start up | Milan Crha | 2009-10-07 | 1 | -1/+10 |
| | |||||
* | Remove unneeded composer autosave functions. | Matthew Barnes | 2009-10-02 | 1 | -2/+0 |
| | |||||
* | Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. | Matthew Barnes | 2009-10-02 | 1 | -1/+3 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 2 | -4/+7 |
| | |||||
* | Bug #594015 - Keeps "Loading..." node on the first fetch | Milan Crha | 2009-09-30 | 2 | -2/+13 |
| | |||||
* | Bug #594005 - Mailer preview pane doesn't update on show | Milan Crha | 2009-09-30 | 1 | -0/+5 |
| | |||||
* | Whitespace cleanup in em-folder-tree.c | Matthew Barnes | 2009-09-29 | 1 | -17/+18 |
| | |||||
* | Added Romanian welcome message | Adi Roiban | 2009-09-29 | 3 | -1/+321 |
| | |||||
* | Fix non-existent widget warning in account editor. | Matthew Barnes | 2009-09-28 | 1 | -11/+3 |
| | |||||
* | Trim unused or unnecessary bits from the import framework. | Matthew Barnes | 2009-09-26 | 4 | -93/+7 |
| | |||||
* | Fix duplicate symbols in Glade files. | Matthew Barnes | 2009-09-25 | 2 | -13/+13 |
| | |||||
* | Bug 596157 - Use "Message-ID" instead of "Message-Id" | Matthew Barnes | 2009-09-24 | 21 | -24/+24 |
| | |||||
* | Bug #593633 - Runtime warnings trying to create a recurrence event | Milan Crha | 2009-09-24 | 1 | -0/+4 |
| | |||||
* | Bug 594864 - "Select Folder" is a too generic title | Paul Bolle | 2009-09-24 | 1 | -1/+3 |
| | | | | Also for "Copy Folder To..." and "Move Folder To..." commands. | ||||
* | Bug 594864 - "Select Folder" is a too generic title | Paul Bolle | 2009-09-24 | 2 | -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 titles | Paul Bolle | 2009-09-24 | 1 | -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 claims | Milan Crha | 2009-09-22 | 1 | -0/+1 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Another attempt at fixing a label-related crash. | Matthew Barnes | 2009-09-21 | 1 | -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 Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Typo fix | Andre Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Bug 595668 - Crash on startup | Matthew Barnes | 2009-09-19 | 1 | -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 Barnes | 2009-09-19 | 6 | -0/+0 |
| | | | | Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead. | ||||
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 2 | -1/+5 |
| | |||||
* | Remove a bunch of unused functions. | Matthew Barnes | 2009-09-15 | 3 | -216/+0 |
| | |||||
* | Bug 594528 - Crash when clicked on File->quit | Matthew Barnes | 2009-09-15 | 1 | -11/+12 |
| | |||||
* | Bug 594863 - Message body doesn't allow right click pop up menu | Matthew Barnes | 2009-09-13 | 3 | -4/+70 |
| | |||||
* | Followup fixes for inline folder renames. | Matthew Barnes | 2009-09-13 | 1 | -8/+11 |
| | |||||
* | Bug 217066 - Rename folders directly inside folder list | Matthew Barnes | 2009-09-13 | 4 | -84/+149 |
| | |||||
* | EMFolderTree code cleanup. | Matthew Barnes | 2009-09-13 | 2 | -202/+218 |
| | |||||
* | Bug 593899 - "Create Search Folder from Search" does not work | Matthew Barnes | 2009-09-11 | 1 | -75/+67 |
| | |||||
* | Bug 593892 - 'Find in message' issues when clearing search | Matthew Barnes | 2009-09-11 | 2 | -2/+47 |
| | |||||
* | Bug 593905 - 'Subject or Addresses contains' search criteria missing | Matthew Barnes | 2009-09-11 | 1 | -14/+10 |
| | |||||
* | Require a parent window when creating an EMFolderSelector. | Matthew Barnes | 2009-09-11 | 12 | -169/+106 |
| | |||||
* | Bug #594628 - Switching back from Outgoing filters to Incoming filters does not | Chenthill Palanisamy | 2009-09-10 | 1 | -1/+1 |
| | | | | show existing incoming filters | ||||
* | Bug 593659 - Missing UI error messages | Matthew Barnes | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Bug #571881 - Make messages inherit labels from collapsed subtree | Matt McCutchen | 2009-09-09 | 1 | -198/+149 |
| | |||||
* | Mark dead source files as such. | Matthew Barnes | 2009-09-09 | 7 | -19/+0 |
| | | | | | I still want to look through these before deleting them to make sure I didn't overlook anything. | ||||
* | Finish killing Bonobo. | Matthew Barnes | 2009-09-09 | 8 | -928/+157 |
| | |||||
* | Get the mailing-list-actions plugin working. | Matthew Barnes | 2009-09-05 | 3 | -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 Barnes | 2009-09-05 | 1 | -1/+3 |
| | |||||
* | Bug 594002 - Stuck mail activities when error occurs | Milan Crha | 2009-09-05 | 1 | -4/+4 |
| | |||||
* | Kill the default parent window hack in e-error.c. | Matthew Barnes | 2009-09-05 | 5 | -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 evo | Milan Crha | 2009-09-02 | 1 | -0/+2 |
| | |||||
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 3 | -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 folder | Milan Crha | 2009-09-01 | 1 | -0/+1 |
| | |||||
* | Bug #593779 - re-committing patch from bug #214238 | Milan Crha | 2009-09-01 | 1 | -9/+20 |
| | |||||
* | Bug 593614 - efh_format_secure() recurses forever | Matthew Barnes | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Bug 593685 - Insensitive actions after start | Matthew Barnes | 2009-09-01 | 1 | -2/+0 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2009-08-30 | 2 | -1269/+0 |
| | |||||
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 9 | -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 types | Kjartan Maraas | 2009-08-27 | 1 | -3/+3 |
| | |||||
* | Add menu item ellipsis according to bug #324492. | Matthew Barnes | 2009-08-25 | 2 | -2/+2 |
| | |||||
* | Bug 488409 - Remember size of filter/vfolder editor windows | Matthew Barnes | 2009-08-25 | 5 | -176/+295 |
| | |||||
* | Stop killing evolution-data-server services. | Matthew Barnes | 2009-08-23 | 1 | -2/+0 |
| | | | | That includes startup and --force-shutdown. | ||||
* | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 3 | -3/+6 |
| | |||||
* | Re-enable more calendar bits. | Matthew Barnes | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Bug 567260 - Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-18 | 4 | -237/+86 |
| | |||||
* | Bug 591829 - Dragging mails to folder tree does not work | Matthew Barnes | 2009-08-18 | 2 | -140/+7 |
| | |||||
* | Bug 591830 - Inline attachments no longer shown | Matthew Barnes | 2009-08-18 | 1 | -148/+6 |
| | |||||
* | Bug 592032 - Marks message as read when preview is off | Matthew Barnes | 2009-08-18 | 4 | -21/+24 |
| | |||||
* | Fix a duplicate mnemonic. | Matthew Barnes | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | Bug 592034 - Reply to List doesn't work | Matthew Barnes | 2009-08-18 | 2 | -27/+22 |
| | |||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 3 | -38/+1 |
| | |||||
* | Fix the Labels tab in mail-config.glade. | Matthew Barnes | 2009-08-12 | 1 | -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 components | Milan Crha | 2009-08-12 | 4 | -719/+1315 |
| | |||||
* | Clean up setup assistant strings | Seán de Búrca | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Clean up setup assistant strings | Seán de Búrca | 2009-08-11 | 1 | -6/+6 |
| | |||||
* | Make Port string only for Anjal. | Srinivasa Ragavan | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Bug #563041 - Template plugin doesn't work; added new variables | Bharath Acharya | 2009-08-11 | 1 | -31/+47 |
| | | | | $sender_name and $sender_email | ||||
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 9 | -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 Barnes | 2009-08-07 | 2 | -5/+1101 |
| | |||||
* | Remove some unnecessary Bonobo includes. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 1 | -1/+42 |
| | |||||
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 18 | -48/+84 |
|\ | |||||
| * | BUG #472079 (BNC) - Cannot Edit Account When Proxy | Bharath Acharya | 2009-07-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * em-account-prefs.c (account_edit_clicked), (account_cursor_change): Do not disable the option to edit accounts when proxy accounts are enabled. Bug Description: If you open a Groupwise proxy, and then go into Edit >> Preferences you cannot edit your own email account until the proxy is closed. The Edit button is grayed out. | ||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2009-07-26 | 6 | -11/+10 |
| | | |||||
| * | BUG #589494: Doesn't print full list of recipients | Bharath Acharya | 2009-07-24 | 1 | -0/+5 |
| | | | | | | | | Display all email addresses by default for the To, Cc and Bcc fields. | ||||
| * | Unref idle loops in finalize. | Srinivasa Ragavan | 2009-07-24 | 2 | -2/+10 |
| | | |||||
| * | Bug #339361 (bnc) - soap threading not working. | Chenthill Palanisamy | 2009-07-23 | 4 | -16/+25 |
| | | |||||
| * | Bug #589412 - Wrong notice in message list when messages are hidden | Milan Crha | 2009-07-23 | 1 | -0/+2 |
| | | |||||
| * | Hide signatures for Anjal. | Srinivasa Ragavan | 2009-07-22 | 1 | -1/+2 |
| | | |||||
| * | Make it possible to have send receive with out dialog | Srinivasa Ragavan | 2009-07-22 | 2 | -5/+13 |
| | | |||||
| * | Bug #588787 - Crash on search in an active account or all accounts | Milan Crha | 2009-07-22 | 2 | -10/+26 |
| | | |||||
| * | Change for Anjal to support forwarding of mails | Srinivasa Ragavan | 2009-07-20 | 2 | -7/+12 |
| | | |||||
| * | Add code to have optional status bar for Anjal. | Srinivasa Ragavan | 2009-07-20 | 1 | -7/+16 |
| | | |||||
| * | Add code to handle mail-mt's requirement. | Srinivasa Ragavan | 2009-07-20 | 2 | -0/+10 |
| | | |||||
| * | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 17 | -44/+44 |
| | | |||||
| * | Return account check flag. | Srinivasa Ragavan | 2009-07-16 | 2 | -3/+3 |
| | | |||||
| * | Remove obsolete part of translator comment | Claude Paroz | 2009-07-15 | 1 | -3/+0 |
| | | |||||
| * | Bug #214238 - Indicate unread emails in closed tree subfolders | Milan Crha | 2009-07-15 | 1 | -9/+20 |
| | | |||||
| * | Use reverse str lookup for email separation. | Srinivasa Ragavan | 2009-07-15 | 1 | -1/+1 |
| | | |||||
| * | Use reverse string lookup for domain/username sepration in email | Srinivasa Ragavan | 2009-07-15 | 1 | -1/+1 |
| | | | | | | | | breakdown. Gmail domain users have email as username. | ||||
* | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 14 | -29/+29 |
| | | |||||
* | | Fix an activity cancellation crasher. | Matthew Barnes | 2009-07-18 | 1 | -3/+10 |
| | | |||||
* | | Implement the mail backend's quit strategy. | Matthew Barnes | 2009-07-17 | 1 | -151/+1 |
| | | |||||
* | | Prompt when exiting with unsent messages. | Matthew Barnes | 2009-07-17 | 1 | -2/+3 |
| | | |||||
* | | Fix some leftover merge artifacts. | Matthew Barnes | 2009-07-16 | 1 | -8046/+0 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-15 | 2 | -0/+8053 |
|\| | |||||
| * | Add tip to specify port as part of the server name. String suggestion | Srinivasa Ragavan | 2009-07-14 | 2 | -83/+266 |
| | | | | | | | | from Matthew Barnes. | ||||
| * | Bug #586958 - Too long texts instartup wizard | Michael Terry | 2009-07-13 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | [PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm. | ||||
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 50 | -135/+0 |
| | | |||||
| * | Bug #587699 - Localize only local folder names | Milan Crha | 2009-07-07 | 1 | -1/+1 |
| | | |||||
| * | Kill EConfigListener. | Matthew Barnes | 2009-07-03 | 1 | -1/+1 |
| | | |||||
| * | Fix whitespace issues in em-account-editor.c. | Matthew Barnes | 2009-07-03 | 1 | -811/+811 |
| | | |||||
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 34 | -64/+0 |
| | | |||||
* | | Fix some issues when building Anjal. | Matthew Barnes | 2009-07-13 | 2 | -4/+8 |
| | | |||||
* | | Use an EShellSettings property for folder tree search. | Matthew Barnes | 2009-07-11 | 1 | -3/+0 |
| | | |||||
* | | Kill the last GtkOptionMenu instances. | Matthew Barnes | 2009-07-03 | 2 | -172/+22 |
| | | | | | | | | | | | | | | Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c. The widget provides a "charset" string property that allows us to bind to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions() to e-util/e-charset.c. Updated Glade files, #include lines, etc. | ||||
* | | Fix merge issues in EMAccountEditor. | Matthew Barnes | 2009-07-02 | 2 | -150/+257 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 8 | -19/+34 |
|\| | |||||
| * | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. | Matthew Barnes | 2009-07-01 | 2 | -2/+2 |
| | | |||||
| * | Hide proper widgets from filter.glade for searches | Milan Crha | 2009-07-01 | 1 | -1/+2 |
| | | |||||
| * | Bug #268644 - unread mail shortcut collides with gtk tree search | Milan Crha | 2009-06-25 | 3 | -1/+34 |
| | | |||||
| * | Fix some warnings | Srinivasa Ragavan | 2009-06-25 | 1 | -4/+4 |
| | | |||||
| * | Add more apis for Anjal to draft composer. | Srinivasa Ragavan | 2009-06-25 | 2 | -6/+12 |
| | | |||||
| * | Bug #568302 - Skip "noselect=yes" folders on Send/Receive | Milan Crha | 2009-06-24 | 1 | -2/+9 |
| | | |||||
| * | Fixes a bug where edit accounts are treated as new accounts and | Srinivasa Ragavan | 2009-06-24 | 1 | -1/+2 |
| | | | | | | | | acc/auto-config starts working. | ||||
| * | Bug 464131 – Allow inline view of application/mbox attachments | Matthew Barnes | 2009-06-21 | 1 | -0/+68 |
| | | |||||
| * | Stop abusing forward declarations. | Matthew Barnes | 2009-06-19 | 46 | -490/+439 |
| | | |||||
| * | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-19 | 32 | -228/+68 |
| | | |||||
| * | Re-arrange attachment bar files for Anjal's and webkit rendering. | Srinivasa Ragavan | 2009-06-17 | 2 | -5/+5 |
| | | |||||
| * | Bug 345775 – Missing blank line between messages in saved mbox | Matthew Barnes | 2009-06-16 | 1 | -1/+3 |
| | | |||||
| * | Leak a bit less. Use proper function prototype. | Milan Crha | 2009-06-15 | 1 | -0/+1 |
| | | | | | | | | The first is for mail, the second for publish-calendar plugin. | ||||
* | | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 2 | -2/+2 |
| | | |||||
* | | Get the "startup-wizard" plugin working again. | Matthew Barnes | 2009-06-30 | 3 | -0/+3509 |
| | | |||||
* | | Partial fix for bug #587014. | Matthew Barnes | 2009-06-27 | 2 | -21/+21 |
| | | | | | | | | Cursor now moves to the correct row, but row is not selected. | ||||
* | | Kill the "folder-unsubscribe" plugin. | Matthew Barnes | 2009-06-26 | 2 | -2/+68 |
| | | | | | | | | Feature is now integrated in core mailer, and has a main menu item. | ||||
* | | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 51 | -17258/+229 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets. | ||||
* | | Forgot to add new files. | Matthew Barnes | 2009-06-24 | 4 | -0/+645 |
| | | |||||
* | | Split store and local folder management out from shell backend. | Matthew Barnes | 2009-06-24 | 35 | -1087/+321 |
| | | |||||
* | | Bug 586343 – Search folder delete confirmation missing check box | Matthew Barnes | 2009-06-20 | 1 | -0/+1 |
| | | |||||
* | | EMFolderTree cleanups. | Matthew Barnes | 2009-06-20 | 4 | -440/+469 |
| | | |||||
* | | Fix mislabeled button. | Matthew Barnes | 2009-06-20 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'EVOLUTION_2_27_3' into kill-bonobo | Matthew Barnes | 2009-06-20 | 1 | -5/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer/e-composer-header-table.h composer/e-composer-header.c composer/e-composer-private.c configure.ac mail/em-account-editor.c po/POTFILES.in po/or.po widgets/misc/e-search-bar.c | ||||
| * | Fix coding style. | Matthew Barnes | 2009-06-14 | 2 | -5/+5 |
| | | |||||
| * | ** BUGFIX: #584733 - Fixed where account setup to work after Anjal merge | Srinivasa Ragavan | 2009-06-10 | 1 | -4/+5 |
| | | | | | | | | | | * em-account-editor.c: fixed where a memory corruption, invalid read was happening. | ||||
| * | Fix build on Windows: link with needed libraries. | Tor Lillqvist | 2009-06-09 | 1 | -0/+2 |
| | | |||||
| * | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-05 | 4 | -25/+24 |
| | | |||||
| * | libevolution-mail-shared is a new library, so reflect its existence | Fridrich Strba | 2009-06-05 | 1 | -1/+3 |
| | | | | | | | | in the win32 bootstrap import libraries. | ||||
| * | Bug #362907 - Give icons to Drafts/Sent/Templates folders | Milan Crha | 2009-06-05 | 1 | -3/+28 |
| | | |||||
| * | Bug 584733 – Cannot create new account | Srinivasa Ragavan | 2009-06-04 | 1 | -15/+18 |
| | | | | | | | | Broken stuffs post, Anjal migration. | ||||
| * | Don't declare x_mailer "extern" because it causes undefined symbols | Fridrich Strba | 2009-06-04 | 1 | -1/+1 |
| | | | | | | | | while linking. | ||||
| * | Cater for circular dependencies between libevolution-mail | Fridrich Strba | 2009-06-04 | 1 | -0/+6 |
| | | | | | | | | and libevolution-mail-shared | ||||
| * | Anjal stuff's for Evo. | Srinivasa Ragavan | 2009-06-03 | 2 | -4/+8 |
| | | |||||
| * | Add option for Sender/Addresses contain. | Srinivasa Ragavan | 2009-06-03 | 1 | -4/+30 |
| | | |||||
| * | Add MAINTAINERCLEANFILES based on Pango. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
| | | |||||
| * | Fix more compiler warnings. | Matthew Barnes | 2009-06-02 | 1 | -36/+0 |
| | | |||||
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 44 | -170/+170 |
| | | |||||
| * | Part of bug #574940 - Do not use freed memory in EMFolderView/Browser | Milan Crha | 2009-06-02 | 1 | -1/+5 |
| | | |||||
| * | Bug #337082 - Do not produce unnamed folders in a folder tree | Milan Crha | 2009-06-02 | 1 | -4/+6 |
| | | |||||
| * | Part of bug #580212 - Report inline parts only when found both tags | Milan Crha | 2009-06-02 | 1 | -0/+3 |
| | | | | | | | | | | When parsing inline parts, like inline signatures, report the part type only when found also the end tag for the part type. | ||||
| * | Bug 323037 – Folder emblem to show new mail arrival | Milan Crha | 2009-06-01 | 3 | -19/+97 |
| | | |||||
| * | Fix libevolution-mail-shared.la | Matthew Barnes | 2009-05-30 | 1 | -17/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | The shared library was being built as a libtool module instead of a normal libtool library, and was installed to the wrong directory. Fixing this created further automake-related problems which I had to hack around (see BIG NASTY AUTOMAKE HACK in the patch). This is NOT a permanent solution. A better approach is to split the source code into separate directories, like we do in all the other components. | ||||
| * | Bug 583446 – refresh folder hook | Lucian Langa | 2009-05-29 | 2 | -2/+10 |
| | | |||||
| * | Bug 584154 – custom icon folder hook does not work | Lucian Langa | 2009-05-29 | 3 | -4/+11 |
| | | |||||
| * | Fix whitespace errors in mail/Makefile.am | Matthew Barnes | 2009-05-29 | 1 | -3/+3 |
| | | |||||
| * | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 26 | -87/+87 |
| | | |||||
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 105 | -3187/+3187 |
| | | |||||
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 135 | -312/+312 |
| | | |||||
| * | Bug #540269 - Do not crash in em_format_is_attachment | Milan Crha | 2009-05-27 | 1 | -0/+3 |
| | | | | | | | | Check if part contains data wrapper before accessing its members. | ||||
* | | Fix similar weak pointer issues throughout. | Matthew Barnes | 2009-06-20 | 2 | -1/+7 |
| | | |||||
* | | Fix "make distcheck" errors. | Matthew Barnes | 2009-06-20 | 5 | -112/+61 |
| | | |||||
* | | Stop abusing forward declarations. | Matthew Barnes | 2009-06-19 | 35 | -276/+261 |
| | | |||||
* | | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-18 | 15 | -105/+30 |
| | | |||||
* | | Bug 345775 – Missing blank line between messages in saved mbox | Matthew Barnes | 2009-06-16 | 1 | -1/+3 |
| | | |||||
* | | Fix coding style. | Matthew Barnes | 2009-06-14 | 1 | -4/+4 |
| | | |||||
* | | Thought of a better way to copy folder tree state. | Matthew Barnes | 2009-06-14 | 10 | -80/+162 |
| | | | | | | | | | | | | Revert the expanded tree model column and add a "selection"property to EMFolderTreeModel, which the sidebar sets. If set, all new EMFolderTree instances will automatically mimic its expanded and selected state. | ||||
* | | Clean up EMFolderTreeModel. | Matthew Barnes | 2009-06-14 | 6 | -364/+424 |
| | | |||||
* | | Use key files for tracking widget states. | Matthew Barnes | 2009-06-13 | 16 | -765/+733 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each EShellView now maintains a GKeyFile for recording disposable widget state such as tree view path expansion, scroll bar positions, combo box selections, etc. The EShellView records changes to the key file to ~/.evolution/<shell-backend>/config/state, and automatically restores the GKeyFile at startup. Currently only the mailer uses the key file, but it's intended to serve all shell views. It replaces the use of Camel "cmeta" files, as well as "et-expanded-*" and "folder-tree-expand-state.xml" files. Also, the mailer's folder tree model now includes a column for tracking which sidebar folders are expanded. Folder tree widgets appearing in dialog windows can copy the sidebar's expanded state using em_folder_tree_clone_expanded(). | ||||
* | | Fix whitespace errors in mail/Makefile.am | Matthew Barnes | 2009-06-09 | 2 | -2/+2 |
| | | |||||
* | | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-09 | 2 | -15/+15 |
| | | |||||
* | | Bug #362907 - Give icons to Drafts/Sent/Templates folders | Milan Crha | 2009-06-09 | 1 | -2/+29 |
| | | |||||
* | | Search bar improvements. | Matthew Barnes | 2009-06-09 | 2 | -11/+26 |
| | | | | | | | | | | Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space. | ||||
* | | Fix crash when printing an email. | Matthew Barnes | 2009-06-03 | 1 | -0/+8 |
| | | |||||
* | | Add MAINTAINERCLEANFILES based on Pango. | Matthew Barnes | 2009-06-03 | 1 | -1/+1 |
| | | |||||
* | | Bug 584154 – custom icon folder hook does not work | Lucian Langa | 2009-06-02 | 3 | -4/+11 |
| | | |||||
* | | Part of bug #580212 - Report inline parts only when found both tags | Milan Crha | 2009-06-02 | 1 | -0/+3 |
| | | | | | | | | | | When parsing inline parts, like inline signatures, report the part type only when found also the end tag for the part type. | ||||
* | | Bug #337082 - Do not produce unnamed folders in a folder tree | Milan Crha | 2009-06-02 | 1 | -4/+6 |
| | | |||||
* | | More code cleanup. | Matthew Barnes | 2009-06-02 | 39 | -121/+121 |
| | | |||||
* | | Fix more compiler warnings. | Matthew Barnes | 2009-06-02 | 1 | -36/+0 |
| | | |||||
* | | Bug 323037 – Folder emblem to show new mail arrival | Milan Crha | 2009-06-01 | 3 | -19/+97 |
| | | |||||
* | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 21 | -73/+73 |
| | | |||||
* | | Get the mailer's URI popup menu working. | Matthew Barnes | 2009-05-28 | 5 | -225/+715 |
| | | | | | | | | | | Except for "Add to Address Book", which looks like a project unto itself. This also kills off another plugin (copy-tool). | ||||
* | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 90 | -2570/+2570 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 150 | -605/+715 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/component-factory.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/control-factory.c calendar/gui/dialogs/comp-editor.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-calendar-table.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-tasks.c calendar/gui/gnome-cal.c calendar/gui/gnome-cal.h calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/Makefile.am composer/e-composer-header-table.c composer/e-composer-header.c composer/e-composer-header.h composer/e-composer-name-header.c composer/e-composer-private.c composer/e-composer-text-header.c composer/e-msg-composer.c composer/e-msg-composer.h e-util/e-corba-utils.h e-util/e-logger.c e-util/e-logger.h e-util/e-util-labels.c e-util/e-util-labels.h em-format/em-format.c mail/Makefile.am mail/e-mail-shell-migrate.c mail/em-account-editor.c mail/em-account-editor.h mail/em-composer-prefs.c mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html.c mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-network-prefs.h mail/em-popup.c mail/em-utils.c mail/importers/Makefile.am mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-dialogs.glade mail/mail-types.h plugins/calendar-weather/calendar-weather.c plugins/mail-account-disable/mail-account-disable.c plugins/select-one-source/select-one-source.c po/POTFILES.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/intelligent.c shell/main.c shell/test/evolution-test-component.c shell/test/evolution-test-component.h widgets/menus/gal-view-instance.c widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.c widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/table/e-table-example-1.c | ||||
| * | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 135 | -312/+312 |
| |/ | |||||
| * | Fix compiler warnings in mail. | Matthew Barnes | 2009-05-26 | 35 | -397/+413 |
| | | |||||
| * | Fix compiler warnings in smime. | Matthew Barnes | 2009-05-26 | 1 | -0/+1 |
| | | |||||
| * | Remove obsolete dialog from mail-dialogs.glade. | Matthew Barnes | 2009-05-25 | 1 | -1499/+908 |
| | | |||||
| * | Use named icons in the folder tree instead of pixbufs. | Matthew Barnes | 2009-05-25 | 5 | -117/+107 |
| | | |||||
| * | Eliminate redundant E_ICON_SIZE_* enumeration. | Matthew Barnes | 2009-05-24 | 6 | -57/+57 |
| | | |||||
| * | Mail changes required for Anjal. | Srinivasa Ragavan | 2009-05-22 | 10 | -95/+378 |
| | | |||||
* | | Eliminate redundant E_ICON_SIZE_* enumeration. | Matthew Barnes | 2009-05-25 | 3 | -3/+3 |
| | |