aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-114-1/+22
| * Post-release version bump.Matthew Barnes2009-08-111-1/+1
| * Remove debug messages.Matthew Barnes2009-08-101-4/+0
| * Kill EMMenu and EMPopup.Matthew Barnes2009-08-1024-2419/+283
| * More refactoring of settings management.Matthew Barnes2009-08-0940-3657/+1060
| * Fix a boo boo I made in the autosave code.Matthew Barnes2009-08-071-1/+2
| * Bug 590747 – Composer autosave can easily lose dataPhilip Withnall2009-08-073-119/+241
| * Seal up ESignature and add GObject properties.Matthew Barnes2009-08-0713-248/+1762
| * More refactoring of settings management.Matthew Barnes2009-08-067-210/+80
| * Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-064-8/+1
| * Fix a typo.Matthew Barnes2009-08-061-1/+1
| * Replace more "config" classes with property bindings.Matthew Barnes2009-08-0661-3533/+2620
| * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-0111-653/+392
| * Add properties to calendar classes.Matthew Barnes2009-07-3118-1613/+1343
| * Trimming redundancy.Matthew Barnes2009-07-2923-335/+344
| * Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-292-2/+42
| * Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-292-5/+10
| * Bug #579646 - Remember alarm's last notified per calendarMilan Crha2009-07-293-20/+46
| * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-2860-19660/+19513
| |\
| * | Fix distcheck errors.Matthew Barnes2009-07-286-5/+9
| * | Start re-enabling parts of the calendar.Matthew Barnes2009-07-283-84/+15
| * | Fix a crash on exit.Matthew Barnes2009-07-281-2/+0
| * | Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-2812-157/+119
| * | Kill CalSearchBar.Matthew Barnes2009-07-2810-1138/+178
| * | Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-267-244/+145
| * | Remove GtkVPaned stuff from GnomeCalendar.Matthew Barnes2009-07-253-101/+0
| * | Add EMonthView, a simple subclass of EWeekView.Matthew Barnes2009-07-245-281/+462
| * | Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-2410-114/+113
| * | Some minor fixes before I dive into calendar again.Matthew Barnes2009-07-243-19/+74
| * | More whitespace cleanup.Matthew Barnes2009-07-19129-593/+593
| * | Fix an activity cancellation crasher.Matthew Barnes2009-07-181-3/+10
| * | Make errors in taskbar clickable.Matthew Barnes2009-07-182-1/+6
| * | Remove unused EActivity properties and subclasses.Matthew Barnes2009-07-185-618/+0
| * | Bug 579702 – Contact changes not shown until restartMatthew Barnes2009-07-184-10/+18
| * | Kill a debug message.Matthew Barnes2009-07-181-2/+0
| * | Implement the mail backend's quit strategy.Matthew Barnes2009-07-172-151/+204
| * | Prompt when exiting with unsent messages.Matthew Barnes2009-07-172-2/+51
| * | Finish EggSMClient shell integration.Matthew Barnes2009-07-162-34/+105
| * | Fix some leftover merge artifacts.Matthew Barnes2009-07-162-8200/+0
| * | Update EShell API docs.Matthew Barnes2009-07-152-4/+9
| * | Fix some compiler warnings.Matthew Barnes2009-07-151-4/+4
| * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-1517-461/+8601
| |\ \
| * | | Fix excessive whitespace.Matthew Barnes2009-07-14444-1940/+249
| * | | Fix distcheck errors.Matthew Barnes2009-07-141-0/+2
| * | | Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-142-21/+3
| * | | Work around deprecation of g_mount_unmount().Matthew Barnes2009-07-141-0/+8
| * | | Fix compiler warnings in tnef-attachments plugin.Matthew Barnes2009-07-141-20/+20
| * | | Fix some build issues.Matthew Barnes2009-07-147-9/+12
| * | | Kill the global EMailShellBackend variable. Yay!Matthew Barnes2009-07-142-15/+0
| * | | Fix some issues when building Anjal.Matthew Barnes2009-07-134-16/+25
| * | | Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-1315-308/+489
| * | | Fix a problem with EShell initialization.Matthew Barnes2009-07-122-6/+5
| * | | Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-1125-336/+4371
| * | | Use an EShellSettings property for folder tree search.Matthew Barnes2009-07-113-3/+25
| * | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-1128-6686/+7618
| |\ \ \
| * | | | Kill EConfigListener.Matthew Barnes2009-07-038-729/+22
| * | | | Add missing files.Matthew Barnes2009-07-032-0/+497
| * | | | Revert the version bump until 2.27.4 is actually released.Matthew Barnes2009-07-031-1/+1
| * | | | Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-0315-810/+332
| * | | | Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-028-320/+368
| * | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-0186-6768/+7644
| |\ \ \ \
| * | | | | Fix up EShell API documentation.Matthew Barnes2009-07-019-7/+57
| * | | | | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-0186-97/+95
| * | | | | Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-3015-3260/+3573
| * | | | | Partial fix for bug #587014.Matthew Barnes2009-06-273-21/+75
| * | | | | Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-2611-229/+265
| * | | | | Kill the "folder-unsubscribe" plugin.Matthew Barnes2009-06-2611-212/+107
| * | | | | Get the "prefer-plain" plugin working again.Matthew Barnes2009-06-252-8/+7
| * | | | | Get the "templates" plugin working again.Matthew Barnes2009-06-252-11/+10
| * | | | | Get the "face" plugin working again.Matthew Barnes2009-06-251-2/+1
| * | | | | Get the "email-custom-header" plugin working again.Matthew Barnes2009-06-251-2/+1
| * | | | | Get the "default-mailer" plugin working again.Matthew Barnes2009-06-252-3/+2
| * | | | | Get the "mark-all-read" plugin working again.Matthew Barnes2009-06-252-8/+3
| * | | | | Radically reorganize source code.Matthew Barnes2009-06-25237-806/+798
| * | | | | Bug 586809 – Enable "silent rules" automake 1.11 optionMatthew Barnes2009-06-241-0/+3
| * | | | | Bug 586806 – Fix iconv cflags/libs in configure.acH.Habighorst2009-06-241-1/+1
| * | | | | Bug 586629 – Fix whitespace in configure.acH.Habighorst2009-06-241-60/+60
| * | | | | Bug 586632 – Require automake 1.9H.Habighorst2009-06-242-6/+2
| * | | | | Bug 586631 – Rearrange autotool initialization in configure.acH.Habighorst2009-06-241-13/+12
| * | | | | Bug 586478 – Fix quoting in configure.acH.Habighorst2009-06-241-7/+8
| * | | | | More build cleanups.H.Habighorst2009-06-241-19/+11
| * | | | | Bug 586378 - Various build cleanupsH.Habighorst2009-06-242-4/+7
| * | | | | Don't link against libsoftoken3 explicitlyJeff Cai2009-06-241-3/+1
| * | | | | Forgot to add new files.Matthew Barnes2009-06-244-0/+645
| * | | | | Split store and local folder management out from shell backend.Matthew Barnes2009-06-2435-1087/+321
| * | | | | Don't install libcal-gui.so.Matthew Barnes2009-06-201-1/+1
| * | | | | Bug 586343 – Search folder delete confirmation missing check boxMatthew Barnes2009-06-201-0/+1
| * | | | | EMFolderTree cleanups.Matthew Barnes2009-06-204-440/+469
| * | | | | Fix mislabeled button.Matthew Barnes2009-06-201-1/+1
| * | | | | Merge commit 'EVOLUTION_2_27_3' into kill-bonoboMatthew Barnes2009-06-2013-18673/+18449
| |\ \ \ \ \
| * | | | | | Fix similar weak pointer issues throughout.Matthew Barnes2009-06-208-1/+43
| * | | | | | Remove a weak pointer when disposing EAttachmentHandler.Matthew Barnes2009-06-201-0/+18
| * | | | | | Fix "make distcheck" errors.Matthew Barnes2009-06-2023-185/+80
| * | | | | | Stop abusing forward declarations.Matthew Barnes2009-06-1961-436/+391
| * | | | | | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-18101-662/+201
| * | | | | | Bug 345775 – Missing blank line between messages in saved mboxMatthew Barnes2009-06-161-1/+3
| * | | | | | Clean up EImageChooser.Matthew Barnes2009-06-152-342/+311
| * | | | | | Fix coding style.Matthew Barnes2009-06-149-23/+23
| * | | | | | Bug 531757 – "Mark folder as read" is bizarrely hard to get toMatthew Barnes2009-06-141-1/+2
| * | | | | | Thought of a better way to copy folder tree state.Matthew Barnes2009-06-1412-82/+162
| * | | | | | Clean up EMFolderTreeModel.Matthew Barnes2009-06-146-364/+424
| * | | | | | Use key files for tracking widget states.Matthew Barnes2009-06-1329-773/+1022
| * | | | | | Makefile.am cleanups.Matthew Barnes2009-06-133-16/+4
| * | | | | | Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_err...Matthew Barnes2009-06-131-30/+17
| * | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-06-090-0/+0
| |\ \ \ \ \ \
| * | | | | | | Remove ESearchBar and EFilterBar.Matthew Barnes2009-06-094-2721/+0
| * | | | | | | Fix whitespace errors in mail/Makefile.amMatthew Barnes2009-06-092-2/+2
| * | | | | | | Added Entries for Oriya Translation.Manoj Kumar Giri2009-06-091-0/+4
| * | | | | | | Avoid the console popping while evolution running on windowsFridrich Strba2009-06-093-0/+12
| * | | | | | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-0917-63/+66
| * | | | | | | libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-094-0/+546
| * | | | | | | Regenerate the def files according to the current state of the realFridrich Strba2009-06-095-594/+160
| * | | | | | | Bug #362907 - Give icons to Drafts/Sent/Templates foldersMilan Crha2009-06-091-2/+29
| * | | | | | | Search bar improvements.Matthew Barnes2009-06-0913-91/+612
| * | | | | | | Updated Spanish translationJorge Gonzalez2009-06-041-26/+28
| * | | | | | | Updated Spanish translationJorge Gonzalez2009-06-041-124/+127
| * | | | | | | Updated Spanish translationJorge Gonzalez2009-06-041-1/+1
| * | | | | | | Updated Spanish translationJorge Gonzalez2009-06-041-571/+538
| * | | | | | | Fix a runtime warning for zero-length attachments.Matthew Barnes2009-06-041-4/+8
| * | | | | | | Bug #581780 - Remember passwords in keyring for web calendars tooMilan Crha2009-06-041-9/+75
| * | | | | | | Whoops, forgot to remove a debug message.Matthew Barnes2009-06-041-2/+0
| * | | | | | | Bug 572543 – Doesn't show correct application for pdf attachmentsMatthew Barnes2009-06-042-6/+9
| * | | | | | | Remove libgnome includeFridrich Strba2009-06-041-1/+0
| * | | | | | | Replace libgnome function with equivalent glib functions.Fridrich Strba2009-06-041-1/+2
| * | | | | | | Use GtkEntry instead of EIconEntry in the main search bar.Matthew Barnes2009-06-044-692/+127
| * | | | | | | It might help to install the evolution binary.Matthew Barnes2009-06-041-8/+1
| * | | | | | | Fix crash when printing an email.Matthew Barnes2009-06-031-0/+8
| * | | | | | | Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-033-82/+472
| * | | | | | | Fix distcheck errors.Matthew Barnes2009-06-031-7/+3
| * | | | | | | Bug 582939 – Drop support for CDEMatthew Barnes2009-06-0322-1587/+1
| * | | | | | | Add MAINTAINERCLEANFILES based on Pango.Matthew Barnes2009-06-032-9/+23
| * | | | | | | Fix build break.Matthew Barnes2009-06-021-1/+1
| * | | | | | | Updated Spanish translationJorge Gonzalez2009-06-021-229/+170
| * | | | | | | Bug #540269 - Do not crash in em_format_is_attachmentMilan Crha2009-06-021-0/+3
| * | | | | | | Bug 584154 – custom icon folder hook does not workLucian Langa2009-06-023-4/+11
| * | | | | | | Updated Danish translationAsk H. Larsen2009-06-021-5003/+5272
| * | | | | | | Small updateGabor Kelemen2009-06-021-1/+1
| * | | | | | | Update the address of the FSFTobias Mueller2009-06-024-7/+7
| * | | | | | | Part of bug #580212 - Report inline parts only when found both tagsMilan Crha2009-06-021-0/+3
| * | | | | | | Bug #337082 - Do not produce unnamed folders in a folder treeMilan Crha2009-06-021-4/+6
| * | | | | | | More code cleanup.Matthew Barnes2009-06-02249-899/+899
| * | | | | | | Fix more compiler warnings.Matthew Barnes2009-06-023-38/+2
| * | | | | | | Branch maintenance.Matthew Barnes2009-06-022-8/+10
| * | | | | | | Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-013-19/+97
| * | | | | | | Bug 583991 – "Suggest automatic display of attachment" does not workMatthew Barnes2009-05-291-0/+1
| * | | | | | | Whitespace cleanup.Matthew Barnes2009-05-29213-997/+997
| * | | | | | | Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-291-26/+30
| * | | | | | | Bug #535516 - Crash in GConf Bridge while replyingMilan Crha2009-05-291-9/+15
| * | | | | | | Get the mailer's URI popup menu working.Matthew Barnes2009-05-2811-418/+717
| * | | | | | | Prefer GLib basic types over C types.Matthew Barnes2009-05-27705-11979/+11979
| * | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271239-16597/+17613
| |\ \ \ \ \ \ \
| | * | | | | | | Remove trailing whitespace, again.Matthew Barnes2009-05-271096-1795/+1795
| * | | | | | | | Fix "make check" errors.Matthew Barnes2009-05-252-93/+114
| * | | | | | | | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-2518-118/+50
| * | | | | | | | Prefer icons from GTK's cache instead of our own.Matthew Barnes2009-05-251-4/+6
| * | | | | | | | Johnny's composer changes for Anjal.Srinivasa Ragavan2009-05-2412-29/+281
| * | | | | | | | Filter/Search bar changes for Anjal.Srinivasa Ragavan2009-05-247-112/+462
| * | | | | | | | Mail changes required for Anjal.Srinivasa Ragavan2009-05-2412-44/+319
| * | | | | | | | Install filter/ headers to filter/ for Anjal's usage.Srinivasa Ragavan2009-05-241-0/+16
| * | | | | | | | Fix EConfig bugs for Anjal's account setup.Srinivasa Ragavan2009-05-241-9/+12
| * | | | | | | | Fix some account UI glitches.Matthew Barnes2009-05-242-2/+12
| * | | | | | | | Bug 583339 – Edit->Preferences->Mail Accounts inconsistentMatthew Barnes2009-05-2414-2419/+2838
| * | | | | | | | Fix what I assume are some merge errors.Matthew Barnes2009-05-225-35/+40
| * | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2239-57/+54
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2247-982/+3862
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Kill obsolete menu items.Matthew Barnes2009-05-215-258/+0
| * | | | | | | | | | Fix a compiler warning.Matthew Barnes2009-05-211-13/+14
| * | | | | | | | | | Fix compiler warnings.Matthew Barnes2009-05-213-18/+5
| * | | | | | | | | | Bug 582744 – CC field autofill doesn't work for repliesMatthew Barnes2009-05-215-8/+82
| * | | | | | | | | | Move automatic CC/BCC handling to EComposerHeaderTable.Matthew Barnes2009-05-212-93/+99
| * | | | | | | | | | Bug 578478 – Composer shows not all "From" informationMatthew Barnes2009-05-211-1/+1
| * | | | | | | | | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-2194-161/+142
| * | | | | | | | | | Remove useless "Call To..." popup menu option.Matthew Barnes2009-05-211-15/+0
| * | | | | | | | | | Bug 458491 – Remove useless "Call To..." popup menu optionMatthew Barnes2009-05-213-9/+1
| * | | | | | | | | | Bug 582626 - Remove forgotten widgets from a glade fileMilan Crha2009-05-211-36/+0
| * | | | | | | | | | Add e_attachment_store_get_attachments().Matthew Barnes2009-05-212-34/+44
| * | | | | | | | | | Bug 582585 – Crash when deleting multiple attachments from composed mailMatthew Barnes2009-05-211-0/+6
| * | | | | | | | | | Remove an unnecessary variable from get_attachment_list().Matthew Barnes2009-05-211-3/+1
| * | | | | | | | | | Make the Calendar view scroll using the arrow keysMarcel Stimberg2009-05-211-17/+74
| * | | | | | | | | | Bug 582144 – Evolution not showing proper attachment filenameMatthew Barnes2009-05-212-9/+14
| * | | | | | | | | | Bug 581424 - Personal folder tree appears besides Public folder in subscripti...Johnny Jacob2009-05-211-1/+2
| * | | | | | | | | | Bug 440919 – Evolution can't attach "zero length" filesMatthew Barnes2009-05-211-0/+10
| * | | | | | | | | | Bug 582168 – Remove duplicated shebang and comment from autogen.shDamien Lespiau2009-05-211-3/+0
| * | | | | | | | | | Use -no-undefined on Linux tooMilan Crha2009-05-20187-696/+601
| * | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-114-700/+613
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make the mail module resident until we can split it up.Matthew Barnes2009-05-111-0/+13
| * | | | | | | | | | | Add G_MODULE_EXPORT to exported module functions.Matthew Barnes2009-05-114-8/+8
| * | | | | | | | | | | Fix a compiler warning.Matthew Barnes2009-05-111-1/+1
| * | | | | | | | | | | Fudge translation issues in be.po.Matthew Barnes2009-05-111-14/+14
| * | | | | | | | | | | Use the proper idiom for loading types in a GTypeModule.Matthew Barnes2009-05-1179-791/+919
| * | | | | | | | | | | Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-1020-272/+411
| * | | | | | | | | | | Adapt tasks to EShellBackend changes.Matthew Barnes2009-05-0917-206/+494
| * | | | | | | | | | | Adapt memos to EShellBackend changes.Matthew Barnes2009-05-0911-94/+236
| * | | | | | | | | | | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-0833-310/+542
| * | | | | | | | | | | Fix most of the compiler warnings in mail.Matthew Barnes2009-05-0813-41/+80
| * | | | | | | | | | | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-0850-670/+909
| * | | | | | | | | | | Adapt addressbook to EShellBackend changes.Matthew Barnes2009-05-0713-188/+190
| * | | | | | | | | | | Convert EShellModule to EShellBackendMatthew Barnes2009-05-0730-1218/+1489
| * | | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-0713-915/+691
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Not sure how that file got lost...Matthew Barnes2009-05-071-0/+26065
| * | | | | | | | | | | | Use 'Open with "$foo"' instead of 'Open in $foo...'Matthew Barnes2009-05-061-1/+1
| * | | | | | | | | | | | Bug 581454 – Move nautilus-sendto integration to EvolutionMatthew Barnes2009-05-064-0/+314
| * | | | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-0628-4270/+3277
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-0433-58/+129
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Bug 575122 – "before every anniversary/birthday" is missing translator commentMatthew Barnes2009-05-041-1960/+1226
| * | | | | | | | | | | | | | Bug 575124 – Clarify "S_pecify the mailbox name" stringMatthew Barnes2009-05-041-1/+2
| * | | | | | | | | | | | | | Updated Spanish translationJorge Gonzalez2009-05-041-153/+103
| * | | | | | | | | | | | | | Bug 574781 – Bad e-send-options.glade stringsMatthew Barnes2009-05-041-1266/+808
| * | | | | | | | | | | | | | Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-044-18/+18
| * | | | | | | | | | | | | | Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.cMatthew Barnes2009-05-041-2/+2
| * | | | | | | | | | | | | | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-047-11/+11
| * | | | | | | | | | | | | | Bug 542685 – [default-mailer] Leaking GConfValueMatthew Barnes2009-05-041-2/+2
| * | | | | | | | | | | | | | Delist removed Glade files from POTFILES.in.Matthew Barnes2009-05-041-2/+0
| * | | | | | | | | | | | | | Remove obsolete Glade files.Matthew Barnes2009-05-043-413/+1
| * | | | | | | | | | | | | | Updated Spanish translationJorge Gonzalez2009-05-041-3/+3
| * | | | | | | | | | | | | | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-04163-43/+496
| * | | | | | | | | | | | | | Updated Spanish translationJorge Gonzalez2009-05-041-79/+68
| * | | | | | | | | | | | | | Updated Spanish translationJorge Gonzalez2009-05-041-2544/+2480
| * | | | | | | | | | | | | | Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-043-414/+0
| * | | | | | | | | | | | | | Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-041-27/+0
| * | | | | | | | | | | | | | External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-05-041-0/+3
| * | | | | | | | | | | | | | Merge changes from master.Matthew Barnes2009-05-028-3865/+3850
| * | | | | | | | | | | | | | Add a "Print Preview" menu item to CompEditor.Matthew Barnes2009-05-021-6/+21
| * | | | | | | | | | | | | | Merge in changes from master.Matthew Barnes2009-05-0137-1874/+147
| * | | | | | | | | | | | | | Fix a duplicate label.Matthew Barnes2009-05-011-1/+1
| * | | | | | | | | | | | | | Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-05-018-183/+321
| * | | | | | | | | | | | | | Updated Norwegian bokmål translation.Kjartan Maraas2009-05-011-3670/+2415
| * | | | | | | | | | | | | | Use the standard FAQ icon for Help -> Evolution FAQMatthew Barnes2009-05-011-1/+2
| * | | | | | | | | | | | | | BUGFIX: bug #579774 Use spamc to learn junk if availableDavid Ronis2009-05-011-8/+57
| * | | | | | | | | | | | | | Update POTFILES.in with removed and newly added filesMilan Crha2009-05-011-21/+15
| * | | | | | | | | | | | | | External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-05-017-163/+303
| * | | | | | | | | | | | | | Store username in a source URL in CalDAVMilan Crha2009-05-012-1/+21
| * | | | | | | | | | | | | | Further tweaking of the message search bar.Matthew Barnes2009-04-301-13/+16
| * | | | | | | | | | | | | | Clarify Firefox's license for the "wrapped" icon.Matthew Barnes2009-04-301-1/+8
| * | | | | | | | | | | | | | Make the message search bar more Firefoxy.Matthew Barnes2009-04-305-51/+161
| * | | | | | | | | | | | | | Add another .gitignoreMatthew Barnes2009-04-291-0/+15
| * | | | | | | | | | | | | | Fix compilation errors.Matthew Barnes2009-04-293-45/+2
| * | | | | | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2912-7/+86
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Get the "Hide Deleted Messages" option working.Matthew Barnes2009-04-297-6/+143
| * | | | | | | | | | | | | | | Bug 579269 – Non junk option (tool bar) is disabled in junk folderMatthew Barnes2009-04-291-8/+39
| * | | | | | | | | | | | | | | Resolve some differences between this branch and master.Matthew Barnes2009-04-286-200/+706
| * | | | | | | | | | | | | | | Add some initial .gitignore files.Matthew Barnes2009-04-283-0/+37
| * | | | | | | | | | | | | | | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-2821-2323/+57
| * | | | | | | | | | | | | | | Hide last junked message too from the non-junk folderMilan Crha2009-04-282-2/+10
| * | | | | | | | | | | | | | | Sanitize values from GConf before using themMilan Crha2009-04-282-4/+19
| * | | | | | | | | | | | | | | Allow Last Modified and Created columns for event tableMilan Crha2009-04-289-12/+116
| * | | | | | | | | | | | | | | Do not delete text lines on signature set in composerMilan Crha2009-04-282-5/+28
| * | | | | | | | | | | | | | | Define .error files correctly and external-editor crash fixMilan Crha2009-04-2815-86/+137
| * | | | | | | | | | | | | | | Fix email addresses in doap file.Matthew Barnes2009-04-281-4/+4
| * | | | | | | | | | | | | | | Do not crash on delete folderMilan Crha2009-04-281-0/+7