Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 237 | -806/+798 |
| | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | Bug 586809 – Enable "silent rules" automake 1.11 option | Matthew Barnes | 2009-06-24 | 1 | -0/+3 |
| | |||||
* | Bug 586806 – Fix iconv cflags/libs in configure.ac | H.Habighorst | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Bug 586629 – Fix whitespace in configure.ac | H.Habighorst | 2009-06-24 | 1 | -60/+60 |
| | |||||
* | Bug 586632 – Require automake 1.9 | H.Habighorst | 2009-06-24 | 2 | -6/+2 |
| | |||||
* | Bug 586631 – Rearrange autotool initialization in configure.ac | H.Habighorst | 2009-06-24 | 1 | -13/+12 |
| | |||||
* | Bug 586478 – Fix quoting in configure.ac | H.Habighorst | 2009-06-24 | 1 | -7/+8 |
| | |||||
* | More build cleanups. | H.Habighorst | 2009-06-24 | 1 | -19/+11 |
| | |||||
* | Bug 586378 - Various build cleanups | H.Habighorst | 2009-06-24 | 2 | -4/+7 |
| | |||||
* | Don't link against libsoftoken3 explicitly | Jeff Cai | 2009-06-24 | 1 | -3/+1 |
| | | | | Fixes bug 585523. | ||||
* | 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 |
| | |||||
* | Don't install libcal-gui.so. | Matthew Barnes | 2009-06-20 | 1 | -1/+1 |
| | |||||
* | 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 | 13 | -18673/+18449 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Updated Swedish translationEVOLUTION_2_27_3 | Daniel Nylander | 2009-06-15 | 1 | -4977/+4741 |
| | | |||||
| * | Don't link against libsoftoken3 explicitly | Jeff Cai | 2009-06-15 | 1 | -2/+2 |
| | | | | | | | | Fixes bug 585523. | ||||
| * | Bug 584902 – Disabled default account hides "From" in composer | Matthew Barnes | 2009-06-15 | 1 | -4/+43 |
| | | |||||
| * | Fix make check error. | Matthew Barnes | 2009-06-14 | 1 | -0/+1 |
| | | |||||
| * | Fix coding style. | Matthew Barnes | 2009-06-14 | 15 | -33/+34 |
| | | |||||
| * | Fix compiler warnings. | Matthew Barnes | 2009-06-14 | 1 | -3/+6 |
| | | |||||
| * | Bug 585554 – Opening PDF attachment crashes in ↵ | Matthew Barnes | 2009-06-13 | 1 | -30/+17 |
| | | | | | | | | e_attachment_open_handle_error() | ||||
| * | Updated Oriya Translation | Manoj Kumar Giri | 2009-06-11 | 1 | -103/+294 |
| | | |||||
| * | Changes for Anjal: Pack Send/Save draft, instead of the combo box for | Srinivasa Ragavan | 2009-06-11 | 1 | -54/+36 |
| | | | | | | | | Icon view. | ||||
| * | Added couple of APIS for EAttachmentPaned to hide combo and get the | Srinivasa Ragavan | 2009-06-11 | 2 | -0/+19 |
| | | | | | | | | widget's container. | ||||
| * | Merged translations with the current Bengali India file | Runa Bhattacharjee | 2009-06-11 | 1 | -5026/+5448 |
| | | |||||
| * | Updated French translation | Claude Paroz | 2009-06-11 | 1 | -4951/+4440 |
| | | | | | | | | Contributed by Jonathan Ernst and Claude Paroz | ||||
| * | Updated Oriya Translation | Manoj Kumar Giri | 2009-06-11 | 1 | -108/+49 |
| | | |||||
| * | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-06-10 | 1 | -1629/+1613 |
| | | |||||
| * | ** 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. | ||||
| * | Bug #573263 - Crash in reset_layout (text) at e-text.c | Milan Crha | 2009-06-09 | 1 | -49/+70 |
| | | |||||
* | | Fix similar weak pointer issues throughout. | Matthew Barnes | 2009-06-20 | 8 | -1/+43 |
| | | |||||
* | | Remove a weak pointer when disposing EAttachmentHandler. | Matthew Barnes | 2009-06-20 | 1 | -0/+18 |
| | | |||||
* | | Fix "make distcheck" errors. | Matthew Barnes | 2009-06-20 | 23 | -185/+80 |
| | | |||||
* | | Stop abusing forward declarations. | Matthew Barnes | 2009-06-19 | 61 | -436/+391 |
| | | |||||
* | | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-18 | 101 | -662/+201 |
| | | |||||
* | | Bug 345775 – Missing blank line between messages in saved mbox | Matthew Barnes | 2009-06-16 | 1 | -1/+3 |
| | | |||||
* | | Clean up EImageChooser. | Matthew Barnes | 2009-06-15 | 2 | -342/+311 |
| | | |||||
* | | Fix coding style. | Matthew Barnes | 2009-06-14 | 9 | -23/+23 |
| | | |||||
* | | Bug 531757 – "Mark folder as read" is bizarrely hard to get to | Matthew Barnes | 2009-06-14 | 1 | -1/+2 |
| | | |||||
* | | Thought of a better way to copy folder tree state. | Matthew Barnes | 2009-06-14 | 12 | -82/+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 | 29 | -773/+1022 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(). | ||||
* | | Makefile.am cleanups. | Matthew Barnes | 2009-06-13 | 3 | -16/+4 |
| | | |||||
* | | Bug 585554 – Opening PDF attachment crashes in ↵ | Matthew Barnes | 2009-06-13 | 1 | -30/+17 |
| | | | | | | | | e_attachment_open_handle_error() | ||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-06-09 | 0 | -0/+0 |
|\| | |||||
| * | Fix a runtime warning for zero-length attachments. | Matthew Barnes | 2009-06-09 | 1 | -4/+8 |
| | | |||||
| * | Added entries for Oriya Translation | Manoj Kumar Giri | 2009-06-09 | 1 | -0/+4 |
| | | |||||
| * | Updated Oriya Translation | Manoj Kumar Giri | 2009-06-09 | 1 | -51/+58 |
| | | |||||
| * | Fix build on Windows: link with needed libraries. | Tor Lillqvist | 2009-06-09 | 1 | -0/+2 |
| | | |||||
| * | Added entries for Oriya Translation update. | Manoj Kumar Giri | 2009-06-05 | 1 | -0/+4 |
| | | |||||
| * | Updated Oriya Translation. | Manoj Kumar Giri | 2009-06-05 | 1 | -1758/+1668 |
| | | |||||
| * | Avoid the console popping while evolution running on windows | Fridrich Strba | 2009-06-05 | 3 | -0/+12 |
| | | |||||
| * | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-05 | 19 | -66/+70 |
| | | |||||
| * | libevolution-mail-shared is a new library, so reflect its existence | Fridrich Strba | 2009-06-05 | 5 | -3/+543 |
| | | | | | | | | in the win32 bootstrap import libraries. | ||||
| * | Regenerate the def files according to the current state of the real | Fridrich Strba | 2009-06-05 | 5 | -594/+160 |
| | | | | | | | | exports. | ||||
| * | Bug #362907 - Give icons to Drafts/Sent/Templates folders | Milan Crha | 2009-06-05 | 1 | -3/+28 |
| | | |||||
| * | Added Entries for Oriya Translation. | Manoj Kumar Giri | 2009-06-04 | 1 | -0/+4 |
| | | |||||
| * | Updated Oriya Translation | Manoj Kumar Giri | 2009-06-04 | 1 | -7/+8 |
| | | |||||
| * | Fix Anjal's composer path. | Srinivasa Ragavan | 2009-06-04 | 1 | -1/+2 |
| | | |||||
| * | Bug 584733 – Cannot create new account | Srinivasa Ragavan | 2009-06-04 | 1 | -15/+18 |
| | | | | | | | | Broken stuffs post, Anjal migration. | ||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-06-04 | 1 | -26/+28 |
| | | |||||
| * | Bug #581780 - Remember passwords in keyring for web calendars too | Milan Crha | 2009-06-04 | 1 | -9/+75 |
| | | |||||
| * | 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 | ||||
| * | Add libraries to LIBADD so that -no-undefined on win32 works well. | Fridrich Strba | 2009-06-04 | 3 | -4/+29 |
| | | |||||
| * | Remove a horrible hack and stuff the localizable strings into if-zero-ed block | Fridrich Strba | 2009-06-04 | 1 | -16/+22 |
| | | |||||
| * | Whoops, forgot to remove a debug message. | Matthew Barnes | 2009-06-04 | 1 | -2/+0 |
| | | |||||
| * | Bug 572543 – Doesn't show correct application for pdf attachments | Matthew Barnes | 2009-06-04 | 2 | -6/+9 |
| | | | | | | | | | | | | This fix got dropped in the attachment rewrite. Also, ignore the application's NoDisplay setting when building the "open with" menu. That's mainly so "Document Viewer" shows up in the list. | ||||
| * | Anjal stuff's for Evo. | Srinivasa Ragavan | 2009-06-03 | 5 | -11/+31 |
| | | |||||
| * | Add option for Sender/Addresses contain. | Srinivasa Ragavan | 2009-06-03 | 1 | -4/+30 |
| | | |||||
| * | More Anjal stuff for trunk. | Srinivasa Ragavan | 2009-06-03 | 2 | -1/+25 |
| | | |||||
| * | It might help to install the evolution binary. | Matthew Barnes | 2009-06-03 | 1 | -8/+1 |
| | | | | | | | | | | I caused this in the "Drop support for CDE" commit. Nice little regression there. | ||||
| * | Remove libgnome include | Fridrich Strba | 2009-06-03 | 1 | -1/+0 |
| | | |||||
| * | Replace libgnome function with equivalent glib functions. | Fridrich Strba | 2009-06-03 | 1 | -1/+2 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-06-03 | 1 | -124/+127 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-06-03 | 1 | -1/+1 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-06-03 | 1 | -571/+538 |
| | | |||||
| * | Bug 581280 – Wrong attachment name in event | Matthew Barnes | 2009-06-03 | 3 | -82/+472 |
| | | |||||
| * | Fix distcheck errors. | Matthew Barnes | 2009-06-03 | 1 | -7/+3 |
| | | |||||
| * | Bug 582939 – Drop support for CDE | Matthew Barnes | 2009-06-03 | 22 | -1587/+1 |
| | | |||||
| * | Add MAINTAINERCLEANFILES based on Pango. | Matthew Barnes | 2009-06-02 | 2 | -9/+23 |
| | | |||||
| * | Use standard C types in iconv-detect.c | Matthew Barnes | 2009-06-02 | 1 | -9/+9 |
| | | |||||
| * | Fix more compiler warnings. | Matthew Barnes | 2009-06-02 | 3 | -38/+2 |
| | | |||||
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 270 | -992/+992 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update the address of the FSF | Tobias Mueller | 2009-05-31 | 4 | -7/+7 |
| | | | | | | | | This fixes bug 584304. | ||||
| * | Small update | Gabor Kelemen | 2009-05-31 | 1 | -1/+1 |
| | | |||||
| * | Updated Danish translation | Ask H. Larsen | 2009-05-31 | 1 | -5003/+5272 |
| | | |||||
| * | 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 |
| | | |||||
| * | Bug 583991 – "Suggest automatic display of attachment" does not work | Matthew Barnes | 2009-05-29 | 1 | -0/+1 |
| | | |||||
| * | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 239 | -1040/+1040 |
| | | |||||
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 799 | -13634/+13634 |
| | | |||||
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 1096 | -1793/+1793 |
| | | |||||
| * | Bug #583441 - bbdb plugin is getting information from composer now | Milan Crha | 2009-05-28 | 1 | -27/+31 |
| | | | | | | | | | | | | | | It used to ask composer for a message, a generated one, which asks for a password to the signing twice, once here and once when composer itself generates message for sending. bbdb crashed when user canceled password prompt for a key, as it didn't check for NULL returned. | ||||
| * | Bug #535516 - Crash in GConf Bridge while replying | Milan Crha | 2009-05-28 | 1 | -10/+16 |
| | | | | | | | | A test patch, maybe not fixing the bug fully, but let's try it. | ||||
| * | 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. | ||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-05-27 | 1 | -229/+170 |
| | | |||||
* | | Remove ESearchBar and EFilterBar. | Matthew Barnes | 2009-06-09 | 4 | -2721/+0 |
| | | |||||
* | | Fix whitespace errors in mail/Makefile.am | Matthew Barnes | 2009-06-09 | 2 | -2/+2 |
| | | |||||
* | | Added Entries for Oriya Translation. | Manoj Kumar Giri | 2009-06-09 | 1 | -0/+4 |
| | | |||||
* | | Avoid the console popping while evolution running on windows | Fridrich Strba | 2009-06-09 | 3 | -0/+12 |
| | | |||||
* | | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-09 | 17 | -63/+66 |
| | | |||||
* | | libevolution-mail-shared is a new library, so reflect its existence | Fridrich Strba | 2009-06-09 | 4 | -0/+546 |
| | | | | | | | | in the win32 bootstrap import libraries. | ||||
* | | Regenerate the def files according to the current state of the real | Fridrich Strba | 2009-06-09 | 5 | -594/+160 |
| | | | | | | | | exports. | ||||
* | | 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 | 13 | -91/+612 |
| | | | | | | | | | | Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space. | ||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-04 | 1 | -26/+28 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-04 | 1 | -124/+127 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-04 | 1 | -1/+1 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-04 | 1 | -571/+538 |
| | | |||||
* | | Fix a runtime warning for zero-length attachments. | Matthew Barnes | 2009-06-04 | 1 | -4/+8 |
| | | |||||
* | | Bug #581780 - Remember passwords in keyring for web calendars too | Milan Crha | 2009-06-04 | 1 | -9/+75 |
| | | |||||
* | | Whoops, forgot to remove a debug message. | Matthew Barnes | 2009-06-04 | 1 | -2/+0 |
| | | |||||
* | | Bug 572543 – Doesn't show correct application for pdf attachments | Matthew Barnes | 2009-06-04 | 2 | -6/+9 |
| | | | | | | | | | | | | This fix got dropped in the attachment rewrite. Also, ignore the application's NoDisplay setting when building the "open with" menu. That's mainly so "Document Viewer" shows up in the list. | ||||
* | | Remove libgnome include | Fridrich Strba | 2009-06-04 | 1 | -1/+0 |
| | | |||||
* | | Replace libgnome function with equivalent glib functions. | Fridrich Strba | 2009-06-04 | 1 | -1/+2 |
| | | |||||
* | | Use GtkEntry instead of EIconEntry in the main search bar. | Matthew Barnes | 2009-06-04 | 4 | -692/+127 |
| | | |||||
* | | It might help to install the evolution binary. | Matthew Barnes | 2009-06-04 | 1 | -8/+1 |
| | | | | | | | | | | I caused this in the "Drop support for CDE" commit. Nice little regression there. | ||||
* | | Fix crash when printing an email. | Matthew Barnes | 2009-06-03 | 1 | -0/+8 |
| | | |||||
* | | Bug 581280 – Wrong attachment name in event | Matthew Barnes | 2009-06-03 | 3 | -82/+472 |
| | | |||||
* | | Fix distcheck errors. | Matthew Barnes | 2009-06-03 | 1 | -7/+3 |
| | | |||||
* | | Bug 582939 – Drop support for CDE | Matthew Barnes | 2009-06-03 | 22 | -1587/+1 |
| | | |||||
* | | Add MAINTAINERCLEANFILES based on Pango. | Matthew Barnes | 2009-06-03 | 2 | -9/+23 |
| | | |||||
* | | Fix build break. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-02 | 1 | -229/+170 |
| | | |||||
* | | Bug #540269 - Do not crash in em_format_is_attachment | Milan Crha | 2009-06-02 | 1 | -0/+3 |
| | | | | | | | | Check if part contains data wrapper before accessing its members. | ||||
* | | Bug 584154 – custom icon folder hook does not work | Lucian Langa | 2009-06-02 | 3 | -4/+11 |
| | | |||||
* | | Updated Danish translation | Ask H. Larsen | 2009-06-02 | 1 | -5003/+5272 |
| | | |||||
* | | Small update | Gabor Kelemen | 2009-06-02 | 1 | -1/+1 |
| | | |||||
* | | Update the address of the FSF | Tobias Mueller | 2009-06-02 | 4 | -7/+7 |
| | | | | | | | | This fixes bug 584304. | ||||
* | | 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 | 249 | -899/+899 |
| | | |||||
* | | Fix more compiler warnings. | Matthew Barnes | 2009-06-02 | 3 | -38/+2 |
| | | |||||
* | | Branch maintenance. | Matthew Barnes | 2009-06-02 | 2 | -8/+10 |
| | | |||||
* | | Bug 323037 – Folder emblem to show new mail arrival | Milan Crha | 2009-06-01 | 3 | -19/+97 |
| | | |||||
* | | Bug 583991 – "Suggest automatic display of attachment" does not work | Matthew Barnes | 2009-05-29 | 1 | -0/+1 |
| | | |||||
* | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 213 | -997/+997 |
| | | |||||
* | | Bug #583441 - bbdb plugin is getting information from composer now | Milan Crha | 2009-05-29 | 1 | -26/+30 |
| | | | | | | | | | | | | | | It used to ask composer for a message, a generated one, which asks for a password to the signing twice, once here and once when composer itself generates message for sending. bbdb crashed when user canceled password prompt for a key, as it didn't check for NULL returned. | ||||
* | | Bug #535516 - Crash in GConf Bridge while replying | Milan Crha | 2009-05-29 | 1 | -9/+15 |
| | | | | | | | | A test patch, maybe not fixing the bug fully, but let's try it. | ||||
* | | Get the mailer's URI popup menu working. | Matthew Barnes | 2009-05-28 | 11 | -418/+717 |
| | | | | | | | | | | 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 | 705 | -11979/+11979 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1239 | -16597/+17613 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1096 | -1795/+1795 |
| |/ | |||||
| * | Fix composer header regression caused by Anjal merge. | Matthew Barnes | 2009-05-27 | 4 | -21/+22 |
| | | |||||
| * | Remove Attach toolbar button from composer. | Matthew Barnes | 2009-05-27 | 1 | -1/+0 |
| | | | | | | | | This was an oversight from the attachment UI rewrite. | ||||
| * | Merge branch 'warnings' | Matthew Barnes | 2009-05-27 | 227 | -1253/+1243 |
| |\ | |||||
| | * | Fix compiler warnings in plugins. | Matthew Barnes | 2009-05-27 | 45 | -162/+186 |
| | | | |||||
| | * | Fix compiler warnings in mail. | Matthew Barnes | 2009-05-26 | 39 | -403/+419 |
| | | | |||||
| | * | Fix compiler warnings in addressbook. | Matthew Barnes | 2009-05-26 | 21 | -106/+106 |
| | | | |||||
| | * | Fix compiler warnings in calendar. | Matthew Barnes | 2009-05-26 | 50 | -316/+324 |
| | | | |||||
| | * | Fix compiler warnings in smime. | Matthew Barnes | 2009-05-26 | 3 | -2/+4 |
| | | | |||||
| | * | Fix compiler warnings in composer. | Matthew Barnes | 2009-05-26 | 3 | -8/+1 |
| | | | |||||
| | * | Fix compiler warnings in filter. | Matthew Barnes | 2009-05-26 | 4 | -5/+3 |
| | | | |||||
| | * | Fix compiler warnings in shell. | Matthew Barnes | 2009-05-26 | 5 | -10/+13 |
| | | | |||||
| | * | Fix compiler warnings in widgets. | Matthew Barnes | 2009-05-26 | 52 | -181/+131 |
| | | | |||||
| | * | Fix compiler warnings in e-util. | Matthew Barnes | 2009-05-26 | 12 | -60/+56 |
| | | | |||||
| * | | Updated Hebrew translation | Yaron Shahrabani | 2009-05-26 | 1 | -6527/+5768 |
| | | | |||||
| * | | Bug #578335 - CalDAV - replace '@' in username to "%40" | Milan Crha | 2009-05-25 | 1 | -9/+46 |
| | | | |||||
| * | | itip-formatter - search for master object too | Milan Crha | 2009-05-25 | 1 | -3/+5 |
| |/ | | | | | | | | | | | When received a detached instance, and the calendar doesn't contain that exact instance, then try to search for the master object and use it, if found. | ||||
| * | Post-release version bump. | Matthew Barnes | 2009-05-25 | 1 | -1/+1 |
| | | |||||
| * | ** Evolution 2.27.2 Released | Matthew Barnes | 2009-05-25 | 1 | -0/+54 |
| | | |||||
| * | Updated Tamil translation | drtvasudevan | 2009-05-25 | 1 | -4894/+3467 |
| | | |||||
| * | Add very strict compiler warning flags. | Matthew Barnes | 2009-05-25 | 2 | -15/+89 |
| | | | | | | | | Lots of new warnings to clean up. Have fun. | ||||
| * | 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 | 29 | -254/+186 |
| | | |||||
| * | Prefer icons from GTK's cache instead of our own. | Matthew Barnes | 2009-05-24 | 1 | -4/+6 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-05-24 | 1 | -591/+835 |
| | | |||||
| * | Fix "make check" errors. | Matthew Barnes | 2009-05-24 | 1 | -1/+3 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-05-24 | 1 | -9/+5 |
| | | |||||
| * | Updated Thai translation. | Theppitak Karoonboonyanan | 2009-05-24 | 1 | -7/+7 |
| | | |||||
| * | Added figures for Greek documentation | Marios Zindilis | 2009-05-23 | 56 | -0/+0 |
| | | |||||
| * | Mail changes required for Anjal. | Srinivasa Ragavan | 2009-05-22 | 10 | -95/+378 |
| | | |||||
| * | Filter/Search bar changes for Anjal. | Srinivasa Ragavan | 2009-05-22 | 6 | -56/+134 |
| | | |||||
| * | Johnny's composer changes for Anjal. | Srinivasa Ragavan | 2009-05-22 | 12 | -29/+320 |
| | | |||||
| * | Install filter/ headers to filter/ for Anjal's usage. | Srinivasa Ragavan | 2009-05-22 | 1 | -0/+16 |
| | | |||||
| * | Fix EConfig bugs for Anjal's account setup. | Srinivasa Ragavan | 2009-05-22 | 1 | -9/+12 |
| | | |||||
| * | Updated Greek translation for documentation | Marios Zindilis | 2009-05-22 | 1 | -1440/+4039 |
| | | |||||
| * | Adding the new file which was missed in earlier commit for resend feature. | Chenthill Palanisamy | 2009-05-22 | 1 | -0/+44 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-05-22 | 1 | -3/+3 |
| | | |||||
| * | Updated Spanish translation | Jorge Gonzalez | 2009-05-22 | 1 | -324/+390 |
| | | |||||
* | | Fix "make check" errors. | Matthew Barnes | 2009-05-25 | 2 | -93/+114 |
| | | |||||
* | | Eliminate redundant E_ICON_SIZE_* enumeration. | Matthew Barnes | 2009-05-25 | 18 | -118/+50 |
| | | |||||
* | | Prefer icons from GTK's cache instead of our own. | Matthew Barnes | 2009-05-25 | 1 | -4/+6 |
| | | |||||
* | | Johnny's composer changes for Anjal. | Srinivasa Ragavan | 2009-05-24 | 12 | -29/+281 |
| | | |||||
* | | Filter/Search bar changes for Anjal. | Srinivasa Ragavan | 2009-05-24 | 7 | -112/+462 |
| | | |||||
* | | Mail changes required for Anjal. | Srinivasa Ragavan | 2009-05-24 | 12 | -44/+319 |
| | | |||||
* | | Install filter/ headers to filter/ for Anjal's usage. | Srinivasa Ragavan | 2009-05-24 | 1 | -0/+16 |
| | | |||||
* | | Fix EConfig bugs for Anjal's account setup. | Srinivasa Ragavan | 2009-05-24 | 1 | -9/+12 |
| | | |||||
* | | Fix some account UI glitches. | Matthew Barnes | 2009-05-24 | 2 | -2/+12 |
| | | |||||
* | | Bug 583339 – Edit->Preferences->Mail Accounts inconsistent | Matthew Barnes | 2009-05-24 | 14 | -2419/+2838 |
| | | |||||
* | | Fix what I assume are some merge errors. | Matthew Barnes | 2009-05-22 | 5 | -35/+40 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-22 | 39 | -57/+54 |
|\| | | | | | | | | | | | | | | | | | Conflicts: plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml plugins/select-one-source/org-gnome-select-one-source.eplug.xml | ||||
| * | Bug 523216 – User-oriented plugin descriptions | Matthew Barnes | 2009-05-22 | 42 | -62/+59 |
| | | |||||
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-22 | 47 | -982/+3862 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/gui/component/addressbook-view.c addressbook/gui/component/component-factory.c addressbook/gui/component/eab-composer-util.h addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/e-addressbook-model.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/e-addressbook-view.h addressbook/gui/widgets/eab-gui-util.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup.h calendar/gui/calendar-component.c calendar/gui/e-cal-event.h calendar/gui/e-calendar-table.c calendar/gui/e-calendar-view.c calendar/gui/e-calendar-view.h calendar/gui/e-memo-table.c calendar/gui/memos-component.c calendar/gui/tasks-component.c composer/e-composer-header-table.c composer/e-composer-private.h composer/e-msg-composer.c composer/e-msg-composer.h composer/evolution-composer.ui configure.ac data/icons/Makefile.am em-format/em-format.c em-format/em-format.h mail/Makefile.am mail/e-mail-shell-migrate.c mail/e-searching-tokenizer.c mail/e-searching-tokenizer.h mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html-display.h mail/em-mailer-prefs.c mail/em-message-browser.c plugins/vcard-inline/Makefile.am plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml plugins/vcard-inline/vcard-inline.c shell/e-component-registry.h shell/e-shell-window.c shell/es-menu.h widgets/misc/e-filter-bar.c widgets/misc/e-filter-bar.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h | ||||
| * | Update Win32 symbol export files. | Matthew Barnes | 2009-05-21 | 7 | -10/+2793 |
| | | |||||
| * | Relegate the "face" plugin to experimental | Matthew Barnes | 2009-05-21 | 1 | -2/+2 |
| | | | | | | | | Until the UI is fixed. See Bug 573878 – [face] Plugin is unusable | ||||
| * | Rename configure.in to configure.ac. | Matthew Barnes | 2009-05-21 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | GNU Autoconf manual states (section 3.1): Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred. | ||||
| * | Bug #579779 - No crash when updating repeating event | Milan Crha | 2009-05-21 | 1 | -2/+1 |
| | | |||||
| * | Bug #583360 - Be able to select UTC as day view's second timezone | Milan Crha | 2009-05-21 | 1 | -1/+9 |
| | | |||||
| * | Show a progress message if the calendar is taking sometime to open. | Chenthill Palanisamy | 2009-05-21 | 1 | -2/+5 |
| | | |||||
| * | Fixes bug 498712 (bnc) - deleting meetings sometimes does not work properly. | Chenthill Palanisamy | 2009-05-21 | 4 | -13/+10 |
| | | |||||
| * | Adds the resend feature to GroupWise features. | Chenthill Palanisamy | 2009-05-21 | 7 | -29/+281 |
| | | |||||
| * | Fixes bug 499107 (bnc) - delete all the recurring instances from the folder. | Chenthill Palanisamy | 2009-05-21 | 1 | -2/+10 |
| | | | | | | | | | | Reset the index properly so that all the recurring instances are deleted once the mail is processed. | ||||
| * | Bug 580925 – Better search bar for word searches | Matthew Barnes | 2009-05-21 | 18 | -414/+1013 |
| | | | | | | | | | | | | Make the word search bar more like Firefox and get rid of the "Current Message" search scope in the folder search bar. Shift+Ctrl+F now activates the word search bar. | ||||
| * | Merge branch 'vcard-inline' | Matthew Barnes | 2009-05-21 | 9 | -553/+343 |
| |\ | |||||
| | * | Use proper ngettext support in vcard-inline.c | Matthew Barnes | 2009-05-21 | 1 | -2/+5 |
| | | | |||||
| | * | Remove generated files from git. | Matthew Barnes | 2009-05-06 | 3 | -61/+0 |
| | | | |||||
| | * | Remove auto-generated files from git. | Matthew Barnes | 2009-05-06 | 2 | -1428/+0 |
| | | | |||||
| | * | Merge branch 'master' into vcard-inline | Matthew Barnes | 2009-05-06 | 2 | -11/+32 |
| | |\ | |||||
| | * | | Make vcard-inline actually work. | Matthew Barnes | 2009-05-06 | 7 | -52/+10 |
| | | | | |||||
| | * | | Merge branch 'master' into vcard-inline | Matthew Barnes | 2009-05-06 | 1 | -2/+2 |
| | |\ \ | |||||
| | * | | | Convert the vCard Bonobo control to an EMFormatHook plugin. | Matthew Barnes | 2009-05-06 | 18 | -553/+1871 |
| | | | | | |||||
| * | | | | Merge branch '274117-compoer-view-fields' | Matthew Barnes | 2009-05-21 | 17 | -781/+511 |
| |\ \ \ \ | |||||
| | * | | | | Bug 274117 – Difficult to post a new message to newsgroups | Matthew Barnes | 2009-05-21 | 17 | -781/+511 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely rewrite how composer headers are managed. There's now two sets of headers (with some overlap): one set is for sending an email message, the other is for posting to a newsgroup. The correct set of headers is chosen on-the-fly based on the currently selected account type. The user's "view" preferences for these two sets are stored separately, so that switching between an email account and a news account will no longer stomp on your preferences. This also eliminates the need for the "Post New Message to Folder" and "Post a Reply" actions, so they've been removed. Usenet users can now just highlight a newsgroup in the folder tree and click New or Reply, and the composer window will show the correct set of headers with the Post-To field filled in automatically. Comment #6 in the bug discusses other standard news reader behaviors we still don't get right, particularly the missing "Followup To" header. These will be dealt with separately. | ||||
| * | | | | | Updated Spanish translation | Jorge Gonzalez | 2009-05-19 | 1 | -247/+209 |
| |/ / / / | |||||
| * | | | | Add e-attachment-handler-sendto.c to POTFILES.in. | Matthew Barnes | 2009-05-17 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fix compiler warnings. | Matthew Barnes | 2009-05-17 | 3 | -18/+5 |
| | | | | | |||||
| * | | | | Bug 578176 – "Send message to contact" does not honor "always BCC" | Matthew Barnes | 2009-05-17 | 1 | -3/+5 |
| | | | | | |||||
| * | | | | Bug 582744 – CC field autofill doesn't work for replies | Matthew Barnes | 2009-05-17 | 5 | -8/+82 |
| | | | | | |||||
| * | | | | Move automatic CC/BCC handling to EComposerHeaderTable. | Matthew Barnes | 2009-05-17 | 2 | -93/+99 |
| | | | | | |||||
| * | | | | Bug 578478 – Composer shows not all "From" information | Matthew Barnes | 2009-05-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 109 | -187/+160 |
| | | | | | |||||
| * | | | | Bug 458491 – Remove useless "Call To..." popup menu option | Matthew Barnes | 2009-05-15 | 3 | -9/+1 |
| | | | | | |||||
| * | | | | Bug 582626 - Remove forgotten widgets from a glade file | Milan Crha | 2009-05-15 | 1 | -36/+0 |
| | | | | | |||||
| * | | | | Add e_attachment_store_get_attachments(). | Matthew Barnes | 2009-05-15 | 2 | -34/+44 |
| | | | | | |||||
| * | | | | Bug 582585 – Crash when deleting multiple attachments from composed mail | Matthew Barnes | 2009-05-14 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Remove an unnecessary variable from get_attachment_list(). | Matthew Barnes | 2009-05-14 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | Make the Calendar view scroll using the arrow keys | Marcel Stimberg | 2009-05-14 | 1 | -17/+74 |
| | | | | | | | | | | | | | | | | | | | | This fixes bug 559366. | ||||
| * | | | | Bug 582144 – Evolution not showing proper attachment filename | Matthew Barnes | 2009-05-13 | 2 | -9/+14 |
| | | | | | |||||
| * | | | | Bug 581424 - Personal folder tree appears besides Public folder in ↵ | Johnny Jacob | 2009-05-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subscription editor. mail/em-subscribe-editor.c (sub_folderinfo_exec): Use CAMEL_STORE_FOLDER_INFO_SUBSCRIPTION_LIST for requesting list of subscribable folders. | ||||
| * | | | | Bug 440919 – Evolution can't attach "zero length" files | Matthew Barnes | 2009-05-13 | 1 | -0/+10 |
| | | | | | |||||
| * | | | | Bug 582168 – Remove duplicated shebang and comment from autogen.sh | Damien Lespiau | 2009-05-11 | 1 | -3/+0 |
| | | | | | |||||
* | | | | | Kill obsolete menu items. | Matthew Barnes | 2009-05-21 | 5 | -258/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URI Popup Menu -> Call To... Message -> Post New Message to Folder Message -> Post a Reply | ||||
* | | | | | Fix a compiler warning. | Matthew Barnes | 2009-05-21 | 1 | -13/+14 |
| | | | | | |||||
* | | | | | Fix compiler warnings. | Matthew Barnes | 2009-05-21 | 3 | -18/+5 |
| | | | | | |||||
* | | | | | Bug 582744 – CC field autofill doesn't work for replies | Matthew Barnes | 2009-05-21 | 5 | -8/+82 |
| | | | | | |||||
* | | | | | Move automatic CC/BCC handling to EComposerHeaderTable. | Matthew Barnes | 2009-05-21 | 2 | -93/+99 |
| | | | | | |||||
* | | | | | Bug 578478 – Composer shows not all "From" information | Matthew Barnes | 2009-05-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 94 | -161/+142 |
| | | | | |