├── .dir-locals.el ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .gitlab-ci.yml ├── .gitlab-ci ├── README.md ├── fedora.Dockerfile ├── run-docker.sh ├── run-tests.sh └── update-help.c ├── AUTHORS ├── CMakeLists.txt ├── COPYING ├── COPYING-DOCS ├── COPYING-DOCS.CCBYSA ├── COPYING-DOCS.GFDL ├── COPYING.LGPL2 ├── COPYING.LGPL3 ├── COPYING.OPENLDAP ├── ChangeLog ├── HACKING ├── MAINTAINERS ├── NEWS ├── NEWS-1.0 ├── README.md ├── README.translators ├── cmake ├── cmake_uninstall.cmake.in ├── modules │ ├── CheckTarget.cmake │ ├── CodeCoverageGCOV.cmake │ ├── DistTargets.cmake │ ├── EvolutionMacros.cmake │ ├── FindIntltool.cmake │ ├── FindLDAP.cmake │ ├── FindSMIME.cmake │ ├── GLibTools.cmake │ ├── GtkDoc.cmake │ ├── IconCache.cmake │ ├── InstalledTests.cmake │ ├── PkgConfigEx.cmake │ ├── PrintableOptions.cmake │ ├── SetupBuildFlags.cmake │ └── UninstallTarget.cmake ├── verify-news-file.sh └── verify-pre-dist.sh ├── config.h.in ├── data ├── CMakeLists.txt ├── emoji.data ├── evolution.convert ├── icons │ ├── CMakeLists.txt │ ├── hicolor_actions_16x16_folder-copy.png │ ├── hicolor_actions_16x16_folder-move.png │ ├── hicolor_actions_16x16_go-today.png │ ├── hicolor_actions_16x16_go-today.svg │ ├── hicolor_actions_16x16_mail-archive.png │ ├── hicolor_actions_16x16_mail-copy.png │ ├── hicolor_actions_16x16_mail-move.png │ ├── hicolor_actions_16x16_stock_bell.png │ ├── hicolor_actions_16x16_stock_contact-list.png │ ├── hicolor_actions_16x16_stock_insert-note.png │ ├── hicolor_actions_16x16_stock_insert-rule.png │ ├── hicolor_actions_16x16_stock_insert-table.png │ ├── hicolor_actions_16x16_stock_mail-filters-apply.png │ ├── hicolor_actions_16x16_stock_mail-flag-for-followup-done.png │ ├── hicolor_actions_16x16_stock_mail-flag-for-followup.png │ ├── hicolor_actions_16x16_stock_mail-open-multiple.png │ ├── hicolor_actions_16x16_stock_mail-unread-multiple.png │ ├── hicolor_actions_16x16_stock_new-24h-appointment.png │ ├── hicolor_actions_16x16_stock_notes.png │ ├── hicolor_actions_16x16_stock_people.png │ ├── hicolor_actions_16x16_stock_shared-by-me.png │ ├── hicolor_actions_16x16_stock_shared-to-me.png │ ├── hicolor_actions_16x16_stock_show-all.png │ ├── hicolor_actions_16x16_stock_task-assigned-to.png │ ├── hicolor_actions_16x16_stock_task-assigned.png │ ├── hicolor_actions_16x16_stock_task-recurring.png │ ├── hicolor_actions_16x16_stock_task.png │ ├── hicolor_actions_16x16_stock_text-monospaced.png │ ├── hicolor_actions_16x16_stock_timezone.png │ ├── hicolor_actions_16x16_stock_todo.png │ ├── hicolor_actions_16x16_stock_video-conferencing.png │ ├── hicolor_actions_16x16_stock_view-details.png │ ├── hicolor_actions_16x16_view-calendar-day.png │ ├── hicolor_actions_16x16_view-calendar-day.svg │ ├── hicolor_actions_16x16_view-calendar-list.png │ ├── hicolor_actions_16x16_view-calendar-list.svg │ ├── hicolor_actions_16x16_view-calendar-month.png │ ├── hicolor_actions_16x16_view-calendar-month.svg │ ├── hicolor_actions_16x16_view-calendar-week.png │ ├── hicolor_actions_16x16_view-calendar-week.svg │ ├── hicolor_actions_16x16_view-calendar-workweek.png │ ├── hicolor_actions_16x16_view-calendar-workweek.svg │ ├── hicolor_actions_16x16_view-calendar-year.png │ ├── hicolor_actions_16x16_view-calendar-year.svg │ ├── hicolor_actions_16x16_x-office-address-book.png │ ├── hicolor_actions_16x16_x-office-calendar.png │ ├── hicolor_actions_22x22_go-today.png │ ├── hicolor_actions_22x22_go-today.svg │ ├── hicolor_actions_22x22_view-calendar-day.png │ ├── hicolor_actions_22x22_view-calendar-day.svg │ ├── hicolor_actions_22x22_view-calendar-list.png │ ├── hicolor_actions_22x22_view-calendar-list.svg │ ├── hicolor_actions_22x22_view-calendar-month.png │ ├── hicolor_actions_22x22_view-calendar-month.svg │ ├── hicolor_actions_22x22_view-calendar-week.png │ ├── hicolor_actions_22x22_view-calendar-week.svg │ ├── hicolor_actions_22x22_view-calendar-workweek.png │ ├── hicolor_actions_22x22_view-calendar-workweek.svg │ ├── hicolor_actions_22x22_view-calendar-year.png │ ├── hicolor_actions_22x22_view-calendar-year.svg │ ├── hicolor_actions_22x22_x-office-address-book.png │ ├── hicolor_actions_22x22_x-office-calendar.png │ ├── hicolor_actions_24x24_go-today.png │ ├── hicolor_actions_24x24_mail-archive.png │ ├── hicolor_actions_24x24_query-free-busy.png │ ├── hicolor_actions_24x24_stock_contact-list.png │ ├── hicolor_actions_24x24_stock_insert-note.png │ ├── hicolor_actions_24x24_stock_insert-rule.png │ ├── hicolor_actions_24x24_stock_insert-table.png │ ├── hicolor_actions_24x24_stock_mail-filters-apply.png │ ├── hicolor_actions_24x24_stock_mail-open-multiple.png │ ├── hicolor_actions_24x24_stock_mail-unread-multiple.png │ ├── hicolor_actions_24x24_stock_new-24h-appointment.png │ ├── hicolor_actions_24x24_stock_notes.png │ ├── hicolor_actions_24x24_stock_people.png │ ├── hicolor_actions_24x24_stock_shared-by-me.png │ ├── hicolor_actions_24x24_stock_shared-to-me.png │ ├── hicolor_actions_24x24_stock_show-all.png │ ├── hicolor_actions_24x24_stock_task-assigned-to.png │ ├── hicolor_actions_24x24_stock_task-assigned.png │ ├── hicolor_actions_24x24_stock_task-recurring.png │ ├── hicolor_actions_24x24_stock_task.png │ ├── hicolor_actions_24x24_stock_text-monospaced.png │ ├── hicolor_actions_24x24_stock_timezone.png │ ├── hicolor_actions_24x24_stock_todo.png │ ├── hicolor_actions_24x24_stock_video-conferencing.png │ ├── hicolor_actions_24x24_view-calendar-day.png │ ├── hicolor_actions_24x24_view-calendar-list.png │ ├── hicolor_actions_24x24_view-calendar-month.png │ ├── hicolor_actions_24x24_view-calendar-week.png │ ├── hicolor_actions_24x24_view-calendar-workweek.png │ ├── hicolor_actions_24x24_view-calendar-year.png │ ├── hicolor_actions_24x24_x-office-address-book.png │ ├── hicolor_actions_24x24_x-office-calendar.png │ ├── hicolor_actions_32x32_view-calendar-day.png │ ├── hicolor_actions_32x32_view-calendar-day.svg │ ├── hicolor_actions_32x32_view-calendar-list.png │ ├── hicolor_actions_32x32_view-calendar-list.svg │ ├── hicolor_actions_32x32_view-calendar-month.png │ ├── hicolor_actions_32x32_view-calendar-month.svg │ ├── hicolor_actions_32x32_view-calendar-week.png │ ├── hicolor_actions_32x32_view-calendar-week.svg │ ├── hicolor_actions_32x32_view-calendar-workweek.png │ ├── hicolor_actions_32x32_view-calendar-workweek.svg │ ├── hicolor_actions_32x32_view-calendar-year.png │ ├── hicolor_actions_32x32_view-calendar-year.svg │ ├── hicolor_actions_32x32_x-office-address-book.png │ ├── hicolor_actions_32x32_x-office-calendar.png │ ├── hicolor_actions_48x48_stock_alarm.png │ ├── hicolor_actions_48x48_stock_mail-flag-for-followup-done.png │ ├── hicolor_actions_48x48_stock_mail-flag-for-followup.png │ ├── hicolor_actions_48x48_stock_new-24h-appointment.png │ ├── hicolor_actions_48x48_stock_notes.png │ ├── hicolor_actions_48x48_stock_people.png │ ├── hicolor_actions_48x48_stock_timezone.png │ ├── hicolor_actions_48x48_stock_todo.png │ ├── hicolor_actions_48x48_x-office-address-book.png │ ├── hicolor_actions_48x48_x-office-calendar.png │ ├── hicolor_actions_scalable_accessories-text-editor-symbolic.svg │ ├── hicolor_actions_scalable_edit-clear-all-symbolic.svg │ ├── hicolor_actions_scalable_folder-saved-search-symbolic.svg │ ├── hicolor_actions_scalable_go-today-symbolic.svg │ ├── hicolor_actions_scalable_mail-archive-symbolic.svg │ ├── hicolor_actions_scalable_mail-inbox-symbolic.svg │ ├── hicolor_actions_scalable_mail-mark-junk-symbolic.svg │ ├── hicolor_actions_scalable_mail-mark-not-junk-symbolic.svg │ ├── hicolor_actions_scalable_mail-outbox-symbolic.svg │ ├── hicolor_actions_scalable_mail-sent-symbolic.svg │ ├── hicolor_actions_scalable_markdown-bold-dark.svg │ ├── hicolor_actions_scalable_markdown-bold.svg │ ├── hicolor_actions_scalable_markdown-bullets-dark.svg │ ├── hicolor_actions_scalable_markdown-bullets.svg │ ├── hicolor_actions_scalable_markdown-code-dark.svg │ ├── hicolor_actions_scalable_markdown-code.svg │ ├── hicolor_actions_scalable_markdown-emoji-dark.svg │ ├── hicolor_actions_scalable_markdown-emoji.svg │ ├── hicolor_actions_scalable_markdown-header-dark.svg │ ├── hicolor_actions_scalable_markdown-header.svg │ ├── hicolor_actions_scalable_markdown-help-dark.svg │ ├── hicolor_actions_scalable_markdown-help.svg │ ├── hicolor_actions_scalable_markdown-italic-dark.svg │ ├── hicolor_actions_scalable_markdown-italic.svg │ ├── hicolor_actions_scalable_markdown-link-dark.svg │ ├── hicolor_actions_scalable_markdown-link.svg │ ├── hicolor_actions_scalable_markdown-numbers-dark.svg │ ├── hicolor_actions_scalable_markdown-numbers.svg │ ├── hicolor_actions_scalable_markdown-preview-dark.svg │ ├── hicolor_actions_scalable_markdown-preview.svg │ ├── hicolor_actions_scalable_markdown-quote-dark.svg │ ├── hicolor_actions_scalable_markdown-quote.svg │ ├── hicolor_actions_scalable_stock_bell-symbolic.svg │ ├── hicolor_actions_scalable_stock_insert-note-symbolic.svg │ ├── hicolor_actions_scalable_stock_insert-rule-symbolic.svg │ ├── hicolor_actions_scalable_stock_insert-table-symbolic.svg │ ├── hicolor_actions_scalable_stock_people-symbolic.svg │ ├── hicolor_actions_scalable_stock_shared-by-me-symbolic.svg │ ├── hicolor_actions_scalable_stock_shared-to-me-symbolic.svg │ ├── hicolor_actions_scalable_stock_signature-bad-symbolic.svg │ ├── hicolor_actions_scalable_stock_signature-ok-symbolic.svg │ ├── hicolor_actions_scalable_stock_signature-symbolic.svg │ ├── hicolor_actions_scalable_stock_task-assigned-symbolic.svg │ ├── hicolor_actions_scalable_stock_task-assigned-to-symbolic.svg │ ├── hicolor_actions_scalable_stock_task-recurring.svg │ ├── hicolor_actions_scalable_stock_task-symbolic.svg │ ├── hicolor_actions_scalable_stock_timezone-symbolic.svg │ ├── hicolor_actions_scalable_user-trash-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-day-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-day.svg │ ├── hicolor_actions_scalable_view-calendar-list-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-list.svg │ ├── hicolor_actions_scalable_view-calendar-month-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-month.svg │ ├── hicolor_actions_scalable_view-calendar-week-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-week.svg │ ├── hicolor_actions_scalable_view-calendar-workweek-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-workweek.svg │ ├── hicolor_actions_scalable_view-calendar-year-symbolic.svg │ ├── hicolor_actions_scalable_view-calendar-year.svg │ ├── hicolor_actions_scalable_view-pin-symbolic.svg │ ├── hicolor_actions_scalable_view-pin.svg │ ├── hicolor_actions_scalable_x-office-address-book-symbolic.svg │ ├── hicolor_actions_scalable_x-office-calendar-symbolic.svg │ ├── hicolor_apps_128x128_contact-editor.png │ ├── hicolor_apps_16x16_contact-editor.png │ ├── hicolor_apps_16x16_evolution-mail.png │ ├── hicolor_apps_16x16_evolution-memos.png │ ├── hicolor_apps_16x16_evolution-tasks.png │ ├── hicolor_apps_16x16_im-aim.png │ ├── hicolor_apps_16x16_im-icq.png │ ├── hicolor_apps_16x16_im-jabber.png │ ├── hicolor_apps_16x16_im-matrix.png │ ├── hicolor_apps_16x16_im-msn.png │ ├── hicolor_apps_16x16_im-nov.png │ ├── hicolor_apps_16x16_im-yahoo.png │ ├── hicolor_apps_22x22_contact-editor.png │ ├── hicolor_apps_22x22_evolution-mail.png │ ├── hicolor_apps_22x22_evolution-memos.png │ ├── hicolor_apps_22x22_evolution-tasks.png │ ├── hicolor_apps_22x22_im-aim.png │ ├── hicolor_apps_22x22_im-icq.png │ ├── hicolor_apps_22x22_im-jabber.png │ ├── hicolor_apps_22x22_im-matrix.png │ ├── hicolor_apps_22x22_im-msn.png │ ├── hicolor_apps_22x22_im-nov.png │ ├── hicolor_apps_22x22_im-yahoo.png │ ├── hicolor_apps_24x24_contact-editor.png │ ├── hicolor_apps_24x24_evolution-mail.png │ ├── hicolor_apps_24x24_evolution-memos.png │ ├── hicolor_apps_24x24_evolution-tasks.png │ ├── hicolor_apps_24x24_im-aim.png │ ├── hicolor_apps_24x24_im-icq.png │ ├── hicolor_apps_24x24_im-jabber.png │ ├── hicolor_apps_24x24_im-matrix.png │ ├── hicolor_apps_24x24_im-msn.png │ ├── hicolor_apps_24x24_im-nov.png │ ├── hicolor_apps_24x24_im-yahoo.png │ ├── hicolor_apps_32x32_contact-editor.png │ ├── hicolor_apps_32x32_evolution-mail.png │ ├── hicolor_apps_32x32_evolution-memos.png │ ├── hicolor_apps_32x32_evolution-tasks.png │ ├── hicolor_apps_48x48_contact-editor.png │ ├── hicolor_apps_48x48_evolution-mail.png │ ├── hicolor_apps_48x48_evolution-memos.png │ ├── hicolor_apps_48x48_evolution-tasks.png │ ├── hicolor_apps_scalable_evolution-mail-symbolic.svg │ ├── hicolor_apps_scalable_evolution-memos-symbolic.svg │ ├── hicolor_apps_scalable_evolution-symbolic.svg │ ├── hicolor_apps_scalable_evolution-tasks-symbolic.svg │ ├── hicolor_apps_scalable_evolution.svg │ ├── hicolor_apps_scalable_gcr-gnupg.svg │ ├── hicolor_apps_scalable_im-aim.svg │ ├── hicolor_apps_scalable_im-icq.svg │ ├── hicolor_apps_scalable_im-jabber.svg │ ├── hicolor_apps_scalable_im-matrix.svg │ ├── hicolor_apps_scalable_im-msn.svg │ ├── hicolor_apps_scalable_im-nov.svg │ ├── hicolor_apps_scalable_im-yahoo.svg │ ├── hicolor_categories_24x24_preferences-calendar-and-tasks.svg │ ├── hicolor_categories_24x24_preferences-certificates.svg │ ├── hicolor_categories_24x24_preferences-composer.svg │ ├── hicolor_categories_24x24_preferences-contact.svg │ ├── hicolor_categories_24x24_preferences-mail-accounts.svg │ ├── hicolor_categories_24x24_preferences-mail.svg │ ├── hicolor_categories_24x24_preferences-system-network-proxy.svg │ ├── hicolor_categories_48x48_preferences-autocompletion.png │ ├── hicolor_categories_48x48_preferences-calendar-and-tasks.png │ ├── hicolor_categories_48x48_preferences-certificates.png │ ├── hicolor_categories_48x48_preferences-composer.png │ ├── hicolor_categories_48x48_preferences-mail-accounts.png │ ├── hicolor_categories_48x48_preferences-mail.png │ ├── hicolor_categories_48x48_preferences-plugins.svg │ ├── hicolor_categories_48x48_preferences-system-network-proxy.png │ ├── hicolor_emblems_scalable_emblem-new.svg │ ├── hicolor_places_16x16_folder-templates.png │ ├── hicolor_places_16x16_mail-inbox.png │ ├── hicolor_places_16x16_mail-inbox.svg │ ├── hicolor_places_16x16_mail-outbox.png │ ├── hicolor_places_16x16_mail-outbox.svg │ ├── hicolor_places_16x16_mail-sent.png │ ├── hicolor_places_16x16_mail-sent.svg │ ├── hicolor_places_22x22_folder-templates.png │ ├── hicolor_places_22x22_mail-inbox.png │ ├── hicolor_places_22x22_mail-inbox.svg │ ├── hicolor_places_22x22_mail-outbox.png │ ├── hicolor_places_22x22_mail-outbox.svg │ ├── hicolor_places_22x22_mail-sent.png │ ├── hicolor_places_22x22_mail-sent.svg │ ├── hicolor_places_24x24_folder-templates.png │ ├── hicolor_places_24x24_mail-inbox.png │ ├── hicolor_places_24x24_mail-outbox.png │ ├── hicolor_places_24x24_mail-sent.png │ ├── hicolor_places_32x32_folder-templates.png │ ├── hicolor_places_48x48_folder-templates.png │ ├── hicolor_places_512x512_folder-templates.png │ ├── hicolor_status_16x16_accessories-text-editor.png │ ├── hicolor_status_16x16_address-book-new.png │ ├── hicolor_status_16x16_application-exit.png │ ├── hicolor_status_16x16_applications-internet.png │ ├── hicolor_status_16x16_appointment-new.png │ ├── hicolor_status_16x16_contact-new.png │ ├── hicolor_status_16x16_dialog-error.png │ ├── hicolor_status_16x16_dialog-information.png │ ├── hicolor_status_16x16_dialog-question.png │ ├── hicolor_status_16x16_document-new.png │ ├── hicolor_status_16x16_document-open.png │ ├── hicolor_status_16x16_document-page-setup.png │ ├── hicolor_status_16x16_document-print-preview.png │ ├── hicolor_status_16x16_document-print.png │ ├── hicolor_status_16x16_document-properties.png │ ├── hicolor_status_16x16_document-save-as.png │ ├── hicolor_status_16x16_document-save.png │ ├── hicolor_status_16x16_edit-clear.png │ ├── hicolor_status_16x16_edit-copy.png │ ├── hicolor_status_16x16_edit-cut.png │ ├── hicolor_status_16x16_edit-delete.png │ ├── hicolor_status_16x16_edit-find-replace.png │ ├── hicolor_status_16x16_edit-find.png │ ├── hicolor_status_16x16_edit-paste.png │ ├── hicolor_status_16x16_edit-redo.png │ ├── hicolor_status_16x16_edit-select-all.png │ ├── hicolor_status_16x16_edit-undo.png │ ├── hicolor_status_16x16_emblem-default.png │ ├── hicolor_status_16x16_emblem-downloads.png │ ├── hicolor_status_16x16_emblem-important.png │ ├── hicolor_status_16x16_emblem-new.png │ ├── hicolor_status_16x16_emblem-photos.png │ ├── hicolor_status_16x16_emblem-web.png │ ├── hicolor_status_16x16_face-angel.png │ ├── hicolor_status_16x16_face-angry.png │ ├── hicolor_status_16x16_face-cool.png │ ├── hicolor_status_16x16_face-crying.png │ ├── hicolor_status_16x16_face-devilish.png │ ├── hicolor_status_16x16_face-embarrassed.png │ ├── hicolor_status_16x16_face-kiss.png │ ├── hicolor_status_16x16_face-laugh.png │ ├── hicolor_status_16x16_face-monkey.png │ ├── hicolor_status_16x16_face-plain.png │ ├── hicolor_status_16x16_face-raspberry.png │ ├── hicolor_status_16x16_face-sad.png │ ├── hicolor_status_16x16_face-sick.png │ ├── hicolor_status_16x16_face-smile-big.png │ ├── hicolor_status_16x16_face-smile.png │ ├── hicolor_status_16x16_face-smirk.png │ ├── hicolor_status_16x16_face-surprise.png │ ├── hicolor_status_16x16_face-tired.png │ ├── hicolor_status_16x16_face-uncertain.png │ ├── hicolor_status_16x16_face-wink.png │ ├── hicolor_status_16x16_face-worried.png │ ├── hicolor_status_16x16_folder-new.png │ ├── hicolor_status_16x16_format-indent-less.png │ ├── hicolor_status_16x16_format-indent-more.png │ ├── hicolor_status_16x16_format-justify-center.png │ ├── hicolor_status_16x16_format-justify-fill.png │ ├── hicolor_status_16x16_format-justify-left.png │ ├── hicolor_status_16x16_format-justify-right.png │ ├── hicolor_status_16x16_format-text-bold.png │ ├── hicolor_status_16x16_format-text-italic.png │ ├── hicolor_status_16x16_format-text-strikethrough.png │ ├── hicolor_status_16x16_format-text-underline.png │ ├── hicolor_status_16x16_go-down.png │ ├── hicolor_status_16x16_go-jump.png │ ├── hicolor_status_16x16_go-next.png │ ├── hicolor_status_16x16_go-previous.png │ ├── hicolor_status_16x16_go-top.png │ ├── hicolor_status_16x16_go-up.png │ ├── hicolor_status_16x16_help-about.png │ ├── hicolor_status_16x16_help-browser.png │ ├── hicolor_status_16x16_image-missing.png │ ├── hicolor_status_16x16_insert-image.png │ ├── hicolor_status_16x16_insert-link.png │ ├── hicolor_status_16x16_insert-text.png │ ├── hicolor_status_16x16_list-add.png │ ├── hicolor_status_16x16_list-remove.png │ ├── hicolor_status_16x16_mail-attachment.png │ ├── hicolor_status_16x16_mail-forward.png │ ├── hicolor_status_16x16_mail-mark-important.png │ ├── hicolor_status_16x16_mail-mark-junk.png │ ├── hicolor_status_16x16_mail-mark-notjunk.png │ ├── hicolor_status_16x16_mail-mark-read.png │ ├── hicolor_status_16x16_mail-mark-unread.png │ ├── hicolor_status_16x16_mail-message-new.png │ ├── hicolor_status_16x16_mail-read.png │ ├── hicolor_status_16x16_mail-replied.png │ ├── hicolor_status_16x16_mail-reply-all.png │ ├── hicolor_status_16x16_mail-reply-sender.png │ ├── hicolor_status_16x16_mail-send-receive.png │ ├── hicolor_status_16x16_mail-send.png │ ├── hicolor_status_16x16_mail-unread.png │ ├── hicolor_status_16x16_media-playback-start.png │ ├── hicolor_status_16x16_media-record.png │ ├── hicolor_status_16x16_preferences-system.png │ ├── hicolor_status_16x16_process-stop.png │ ├── hicolor_status_16x16_security-high.png │ ├── hicolor_status_16x16_security-low.png │ ├── hicolor_status_16x16_security-medium.png │ ├── hicolor_status_16x16_stock_score-high.png │ ├── hicolor_status_16x16_stock_score-higher.png │ ├── hicolor_status_16x16_stock_score-highest.png │ ├── hicolor_status_16x16_stock_score-low.png │ ├── hicolor_status_16x16_stock_score-lower.png │ ├── hicolor_status_16x16_stock_score-lowest.png │ ├── hicolor_status_16x16_stock_score-normal.png │ ├── hicolor_status_16x16_stock_signature-bad.png │ ├── hicolor_status_16x16_stock_signature-ok.png │ ├── hicolor_status_16x16_stock_signature.png │ ├── hicolor_status_16x16_system-run.png │ ├── hicolor_status_16x16_tools-check-spelling.png │ ├── hicolor_status_16x16_view-refresh.png │ ├── hicolor_status_16x16_window-close.png │ ├── hicolor_status_16x16_window-new.png │ ├── hicolor_status_16x16_wrapped.png │ ├── hicolor_status_16x16_zoom-in.png │ ├── hicolor_status_16x16_zoom-original.png │ ├── hicolor_status_16x16_zoom-out.png │ ├── hicolor_status_22x22_accessories-text-editor.png │ ├── hicolor_status_22x22_address-book-new.png │ ├── hicolor_status_22x22_application-exit.png │ ├── hicolor_status_22x22_applications-internet.png │ ├── hicolor_status_22x22_appointment-new.png │ ├── hicolor_status_22x22_contact-new.png │ ├── hicolor_status_22x22_dialog-error.png │ ├── hicolor_status_22x22_dialog-information.png │ ├── hicolor_status_22x22_dialog-question.png │ ├── hicolor_status_22x22_document-new.png │ ├── hicolor_status_22x22_document-open.png │ ├── hicolor_status_22x22_document-page-setup.png │ ├── hicolor_status_22x22_document-print-preview.png │ ├── hicolor_status_22x22_document-print.png │ ├── hicolor_status_22x22_document-properties.png │ ├── hicolor_status_22x22_document-save-as.png │ ├── hicolor_status_22x22_document-save.png │ ├── hicolor_status_22x22_edit-clear.png │ ├── hicolor_status_22x22_edit-copy.png │ ├── hicolor_status_22x22_edit-cut.png │ ├── hicolor_status_22x22_edit-delete.png │ ├── hicolor_status_22x22_edit-find-replace.png │ ├── hicolor_status_22x22_edit-find.png │ ├── hicolor_status_22x22_edit-paste.png │ ├── hicolor_status_22x22_edit-redo.png │ ├── hicolor_status_22x22_edit-select-all.png │ ├── hicolor_status_22x22_edit-undo.png │ ├── hicolor_status_22x22_emblem-default.png │ ├── hicolor_status_22x22_emblem-downloads.png │ ├── hicolor_status_22x22_emblem-important.png │ ├── hicolor_status_22x22_emblem-new.png │ ├── hicolor_status_22x22_emblem-photos.png │ ├── hicolor_status_22x22_emblem-web.png │ ├── hicolor_status_22x22_face-angel.png │ ├── hicolor_status_22x22_face-angry.png │ ├── hicolor_status_22x22_face-cool.png │ ├── hicolor_status_22x22_face-crying.png │ ├── hicolor_status_22x22_face-devilish.png │ ├── hicolor_status_22x22_face-embarrassed.png │ ├── hicolor_status_22x22_face-kiss.png │ ├── hicolor_status_22x22_face-laugh.png │ ├── hicolor_status_22x22_face-monkey.png │ ├── hicolor_status_22x22_face-plain.png │ ├── hicolor_status_22x22_face-raspberry.png │ ├── hicolor_status_22x22_face-sad.png │ ├── hicolor_status_22x22_face-sick.png │ ├── hicolor_status_22x22_face-smile-big.png │ ├── hicolor_status_22x22_face-smile.png │ ├── hicolor_status_22x22_face-smirk.png │ ├── hicolor_status_22x22_face-surprise.png │ ├── hicolor_status_22x22_face-tired.png │ ├── hicolor_status_22x22_face-uncertain.png │ ├── hicolor_status_22x22_face-wink.png │ ├── hicolor_status_22x22_face-worried.png │ ├── hicolor_status_22x22_folder-new.png │ ├── hicolor_status_22x22_format-indent-less.png │ ├── hicolor_status_22x22_format-indent-more.png │ ├── hicolor_status_22x22_format-justify-center.png │ ├── hicolor_status_22x22_format-justify-fill.png │ ├── hicolor_status_22x22_format-justify-left.png │ ├── hicolor_status_22x22_format-justify-right.png │ ├── hicolor_status_22x22_format-text-bold.png │ ├── hicolor_status_22x22_format-text-italic.png │ ├── hicolor_status_22x22_format-text-strikethrough.png │ ├── hicolor_status_22x22_format-text-underline.png │ ├── hicolor_status_22x22_go-down.png │ ├── hicolor_status_22x22_go-jump.png │ ├── hicolor_status_22x22_go-next.png │ ├── hicolor_status_22x22_go-previous.png │ ├── hicolor_status_22x22_go-top.png │ ├── hicolor_status_22x22_go-up.png │ ├── hicolor_status_22x22_help-about.png │ ├── hicolor_status_22x22_help-browser.png │ ├── hicolor_status_22x22_image-missing.png │ ├── hicolor_status_22x22_insert-image.png │ ├── hicolor_status_22x22_insert-link.png │ ├── hicolor_status_22x22_insert-text.png │ ├── hicolor_status_22x22_list-add.png │ ├── hicolor_status_22x22_list-remove.png │ ├── hicolor_status_22x22_mail-attachment.png │ ├── hicolor_status_22x22_mail-forward.png │ ├── hicolor_status_22x22_mail-mark-important.png │ ├── hicolor_status_22x22_mail-mark-junk.png │ ├── hicolor_status_22x22_mail-mark-notjunk.png │ ├── hicolor_status_22x22_mail-mark-read.png │ ├── hicolor_status_22x22_mail-mark-unread.png │ ├── hicolor_status_22x22_mail-message-new.png │ ├── hicolor_status_22x22_mail-read.png │ ├── hicolor_status_22x22_mail-replied.png │ ├── hicolor_status_22x22_mail-reply-all.png │ ├── hicolor_status_22x22_mail-reply-sender.png │ ├── hicolor_status_22x22_mail-send-receive.png │ ├── hicolor_status_22x22_mail-send.png │ ├── hicolor_status_22x22_mail-unread.png │ ├── hicolor_status_22x22_media-playback-start.png │ ├── hicolor_status_22x22_media-record.png │ ├── hicolor_status_22x22_preferences-system.png │ ├── hicolor_status_22x22_process-stop.png │ ├── hicolor_status_22x22_security-high.png │ ├── hicolor_status_22x22_security-low.png │ ├── hicolor_status_22x22_security-medium.png │ ├── hicolor_status_22x22_system-run.png │ ├── hicolor_status_22x22_tools-check-spelling.png │ ├── hicolor_status_22x22_view-refresh.png │ ├── hicolor_status_22x22_window-close.png │ ├── hicolor_status_22x22_window-new.png │ ├── hicolor_status_22x22_zoom-in.png │ ├── hicolor_status_22x22_zoom-original.png │ ├── hicolor_status_22x22_zoom-out.png │ ├── hicolor_status_24x24_accessories-text-editor.png │ ├── hicolor_status_24x24_address-book-new.png │ ├── hicolor_status_24x24_application-exit.png │ ├── hicolor_status_24x24_applications-internet.png │ ├── hicolor_status_24x24_appointment-new.png │ ├── hicolor_status_24x24_contact-new.png │ ├── hicolor_status_24x24_dialog-error.png │ ├── hicolor_status_24x24_dialog-information.png │ ├── hicolor_status_24x24_dialog-question.png │ ├── hicolor_status_24x24_document-new.png │ ├── hicolor_status_24x24_document-open.png │ ├── hicolor_status_24x24_document-page-setup.png │ ├── hicolor_status_24x24_document-print-preview.png │ ├── hicolor_status_24x24_document-print.png │ ├── hicolor_status_24x24_document-properties.png │ ├── hicolor_status_24x24_document-save-as.png │ ├── hicolor_status_24x24_document-save.png │ ├── hicolor_status_24x24_edit-copy.png │ ├── hicolor_status_24x24_edit-cut.png │ ├── hicolor_status_24x24_edit-delete.png │ ├── hicolor_status_24x24_edit-find-replace.png │ ├── hicolor_status_24x24_edit-find.png │ ├── hicolor_status_24x24_edit-paste.png │ ├── hicolor_status_24x24_edit-redo.png │ ├── hicolor_status_24x24_edit-select-all.png │ ├── hicolor_status_24x24_edit-undo.png │ ├── hicolor_status_24x24_emblem-default.png │ ├── hicolor_status_24x24_emblem-downloads.png │ ├── hicolor_status_24x24_emblem-important.png │ ├── hicolor_status_24x24_emblem-new.png │ ├── hicolor_status_24x24_emblem-photos.png │ ├── hicolor_status_24x24_emblem-web.png │ ├── hicolor_status_24x24_face-angel.png │ ├── hicolor_status_24x24_face-angry.png │ ├── hicolor_status_24x24_face-cool.png │ ├── hicolor_status_24x24_face-crying.png │ ├── hicolor_status_24x24_face-devilish.png │ ├── hicolor_status_24x24_face-embarrassed.png │ ├── hicolor_status_24x24_face-kiss.png │ ├── hicolor_status_24x24_face-laugh.png │ ├── hicolor_status_24x24_face-monkey.png │ ├── hicolor_status_24x24_face-plain.png │ ├── hicolor_status_24x24_face-raspberry.png │ ├── hicolor_status_24x24_face-sad.png │ ├── hicolor_status_24x24_face-sick.png │ ├── hicolor_status_24x24_face-smile-big.png │ ├── hicolor_status_24x24_face-smile.png │ ├── hicolor_status_24x24_face-smirk.png │ ├── hicolor_status_24x24_face-surprise.png │ ├── hicolor_status_24x24_face-tired.png │ ├── hicolor_status_24x24_face-uncertain.png │ ├── hicolor_status_24x24_face-wink.png │ ├── hicolor_status_24x24_face-worried.png │ ├── hicolor_status_24x24_folder-new.png │ ├── hicolor_status_24x24_format-indent-less.png │ ├── hicolor_status_24x24_format-indent-more.png │ ├── hicolor_status_24x24_format-justify-center.png │ ├── hicolor_status_24x24_format-justify-fill.png │ ├── hicolor_status_24x24_format-justify-left.png │ ├── hicolor_status_24x24_format-justify-right.png │ ├── hicolor_status_24x24_format-text-bold.png │ ├── hicolor_status_24x24_format-text-italic.png │ ├── hicolor_status_24x24_format-text-strikethrough.png │ ├── hicolor_status_24x24_format-text-underline.png │ ├── hicolor_status_24x24_go-down.png │ ├── hicolor_status_24x24_go-jump.png │ ├── hicolor_status_24x24_go-next.png │ ├── hicolor_status_24x24_go-previous.png │ ├── hicolor_status_24x24_go-top.png │ ├── hicolor_status_24x24_go-up.png │ ├── hicolor_status_24x24_help-about.png │ ├── hicolor_status_24x24_help-browser.png │ ├── hicolor_status_24x24_image-missing.png │ ├── hicolor_status_24x24_insert-image.png │ ├── hicolor_status_24x24_insert-link.png │ ├── hicolor_status_24x24_insert-text.png │ ├── hicolor_status_24x24_list-add.png │ ├── hicolor_status_24x24_list-remove.png │ ├── hicolor_status_24x24_mail-attachment.png │ ├── hicolor_status_24x24_mail-forward.png │ ├── hicolor_status_24x24_mail-mark-important.png │ ├── hicolor_status_24x24_mail-mark-junk.png │ ├── hicolor_status_24x24_mail-mark-notjunk.png │ ├── hicolor_status_24x24_mail-mark-read.png │ ├── hicolor_status_24x24_mail-mark-unread.png │ ├── hicolor_status_24x24_mail-message-new.png │ ├── hicolor_status_24x24_mail-read.png │ ├── hicolor_status_24x24_mail-replied.png │ ├── hicolor_status_24x24_mail-reply-all.png │ ├── hicolor_status_24x24_mail-reply-sender.png │ ├── hicolor_status_24x24_mail-send-receive.png │ ├── hicolor_status_24x24_mail-send.png │ ├── hicolor_status_24x24_mail-unread.png │ ├── hicolor_status_24x24_media-playback-start.png │ ├── hicolor_status_24x24_media-record.png │ ├── hicolor_status_24x24_preferences-system.png │ ├── hicolor_status_24x24_process-stop.png │ ├── hicolor_status_24x24_security-high.png │ ├── hicolor_status_24x24_security-low.png │ ├── hicolor_status_24x24_security-medium.png │ ├── hicolor_status_24x24_stock_signature-bad.png │ ├── hicolor_status_24x24_stock_signature-ok.png │ ├── hicolor_status_24x24_stock_signature.png │ ├── hicolor_status_24x24_system-run.png │ ├── hicolor_status_24x24_tools-check-spelling.png │ ├── hicolor_status_24x24_view-refresh.png │ ├── hicolor_status_24x24_window-close.png │ ├── hicolor_status_24x24_window-new.png │ ├── hicolor_status_24x24_zoom-in.png │ ├── hicolor_status_24x24_zoom-original.png │ ├── hicolor_status_24x24_zoom-out.png │ ├── hicolor_status_32x32_accessories-text-editor.png │ ├── hicolor_status_32x32_address-book-new.png │ ├── hicolor_status_32x32_application-exit.png │ ├── hicolor_status_32x32_applications-internet.png │ ├── hicolor_status_32x32_appointment-new.png │ ├── hicolor_status_32x32_aspect-ratio-lock.png │ ├── hicolor_status_32x32_aspect-ratio-unlock.png │ ├── hicolor_status_32x32_contact-new.png │ ├── hicolor_status_32x32_dialog-error.png │ ├── hicolor_status_32x32_dialog-information.png │ ├── hicolor_status_32x32_dialog-question.png │ ├── hicolor_status_32x32_document-new.png │ ├── hicolor_status_32x32_document-open.png │ ├── hicolor_status_32x32_document-page-setup.png │ ├── hicolor_status_32x32_document-print-preview.png │ ├── hicolor_status_32x32_document-print.png │ ├── hicolor_status_32x32_document-properties.png │ ├── hicolor_status_32x32_document-save-as.png │ ├── hicolor_status_32x32_document-save.png │ ├── hicolor_status_32x32_edit-clear.png │ ├── hicolor_status_32x32_edit-copy.png │ ├── hicolor_status_32x32_edit-cut.png │ ├── hicolor_status_32x32_edit-delete.png │ ├── hicolor_status_32x32_edit-find-replace.png │ ├── hicolor_status_32x32_edit-find.png │ ├── hicolor_status_32x32_edit-paste.png │ ├── hicolor_status_32x32_edit-redo.png │ ├── hicolor_status_32x32_edit-select-all.png │ ├── hicolor_status_32x32_edit-undo.png │ ├── hicolor_status_32x32_emblem-default.png │ ├── hicolor_status_32x32_emblem-downloads.png │ ├── hicolor_status_32x32_emblem-important.png │ ├── hicolor_status_32x32_emblem-new.png │ ├── hicolor_status_32x32_emblem-photos.png │ ├── hicolor_status_32x32_emblem-web.png │ ├── hicolor_status_32x32_face-angel.png │ ├── hicolor_status_32x32_face-angry.png │ ├── hicolor_status_32x32_face-cool.png │ ├── hicolor_status_32x32_face-crying.png │ ├── hicolor_status_32x32_face-devilish.png │ ├── hicolor_status_32x32_face-embarrassed.png │ ├── hicolor_status_32x32_face-kiss.png │ ├── hicolor_status_32x32_face-laugh.png │ ├── hicolor_status_32x32_face-monkey.png │ ├── hicolor_status_32x32_face-plain.png │ ├── hicolor_status_32x32_face-raspberry.png │ ├── hicolor_status_32x32_face-sad.png │ ├── hicolor_status_32x32_face-sick.png │ ├── hicolor_status_32x32_face-smile-big.png │ ├── hicolor_status_32x32_face-smile.png │ ├── hicolor_status_32x32_face-smirk.png │ ├── hicolor_status_32x32_face-surprise.png │ ├── hicolor_status_32x32_face-tired.png │ ├── hicolor_status_32x32_face-uncertain.png │ ├── hicolor_status_32x32_face-wink.png │ ├── hicolor_status_32x32_face-worried.png │ ├── hicolor_status_32x32_folder-new.png │ ├── hicolor_status_32x32_format-indent-less.png │ ├── hicolor_status_32x32_format-indent-more.png │ ├── hicolor_status_32x32_format-justify-center.png │ ├── hicolor_status_32x32_format-justify-fill.png │ ├── hicolor_status_32x32_format-justify-left.png │ ├── hicolor_status_32x32_format-justify-right.png │ ├── hicolor_status_32x32_format-text-bold.png │ ├── hicolor_status_32x32_format-text-italic.png │ ├── hicolor_status_32x32_format-text-strikethrough.png │ ├── hicolor_status_32x32_format-text-underline.png │ ├── hicolor_status_32x32_go-down.png │ ├── hicolor_status_32x32_go-jump.png │ ├── hicolor_status_32x32_go-next.png │ ├── hicolor_status_32x32_go-previous.png │ ├── hicolor_status_32x32_go-top.png │ ├── hicolor_status_32x32_go-up.png │ ├── hicolor_status_32x32_help-about.png │ ├── hicolor_status_32x32_help-browser.png │ ├── hicolor_status_32x32_image-missing.png │ ├── hicolor_status_32x32_insert-image.png │ ├── hicolor_status_32x32_insert-link.png │ ├── hicolor_status_32x32_insert-text.png │ ├── hicolor_status_32x32_list-add.png │ ├── hicolor_status_32x32_list-remove.png │ ├── hicolor_status_32x32_mail-attachment.png │ ├── hicolor_status_32x32_mail-forward.png │ ├── hicolor_status_32x32_mail-mark-important.png │ ├── hicolor_status_32x32_mail-mark-junk.png │ ├── hicolor_status_32x32_mail-mark-notjunk.png │ ├── hicolor_status_32x32_mail-mark-read.png │ ├── hicolor_status_32x32_mail-mark-unread.png │ ├── hicolor_status_32x32_mail-message-new.png │ ├── hicolor_status_32x32_mail-read.png │ ├── hicolor_status_32x32_mail-replied.png │ ├── hicolor_status_32x32_mail-reply-all.png │ ├── hicolor_status_32x32_mail-reply-sender.png │ ├── hicolor_status_32x32_mail-send-receive.png │ ├── hicolor_status_32x32_mail-send.png │ ├── hicolor_status_32x32_mail-unread.png │ ├── hicolor_status_32x32_media-playback-start.png │ ├── hicolor_status_32x32_media-record.png │ ├── hicolor_status_32x32_offline.svg │ ├── hicolor_status_32x32_online.svg │ ├── hicolor_status_32x32_preferences-system.png │ ├── hicolor_status_32x32_process-stop.png │ ├── hicolor_status_32x32_security-high.png │ ├── hicolor_status_32x32_security-low.png │ ├── hicolor_status_32x32_security-medium.png │ ├── hicolor_status_32x32_system-run.png │ ├── hicolor_status_32x32_tools-check-spelling.png │ ├── hicolor_status_32x32_view-refresh.png │ ├── hicolor_status_32x32_window-close.png │ ├── hicolor_status_32x32_window-new.png │ ├── hicolor_status_32x32_zoom-in.png │ ├── hicolor_status_32x32_zoom-original.png │ ├── hicolor_status_32x32_zoom-out.png │ ├── hicolor_status_48x48_accessories-text-editor.png │ ├── hicolor_status_48x48_address-book-new.png │ ├── hicolor_status_48x48_application-exit.png │ ├── hicolor_status_48x48_applications-internet.png │ ├── hicolor_status_48x48_appointment-new.png │ ├── hicolor_status_48x48_contact-new.png │ ├── hicolor_status_48x48_dialog-error.png │ ├── hicolor_status_48x48_dialog-information.png │ ├── hicolor_status_48x48_dialog-question.png │ ├── hicolor_status_48x48_document-new.png │ ├── hicolor_status_48x48_document-open.png │ ├── hicolor_status_48x48_document-page-setup.png │ ├── hicolor_status_48x48_document-print-preview.png │ ├── hicolor_status_48x48_document-print.png │ ├── hicolor_status_48x48_document-properties.png │ ├── hicolor_status_48x48_document-save-as.png │ ├── hicolor_status_48x48_document-save.png │ ├── hicolor_status_48x48_edit-clear.png │ ├── hicolor_status_48x48_edit-copy.png │ ├── hicolor_status_48x48_edit-cut.png │ ├── hicolor_status_48x48_edit-delete.png │ ├── hicolor_status_48x48_edit-find-replace.png │ ├── hicolor_status_48x48_edit-find.png │ ├── hicolor_status_48x48_edit-paste.png │ ├── hicolor_status_48x48_edit-redo.png │ ├── hicolor_status_48x48_edit-select-all.png │ ├── hicolor_status_48x48_edit-undo.png │ ├── hicolor_status_48x48_emblem-default.png │ ├── hicolor_status_48x48_emblem-downloads.png │ ├── hicolor_status_48x48_emblem-important.png │ ├── hicolor_status_48x48_emblem-new.png │ ├── hicolor_status_48x48_emblem-photos.png │ ├── hicolor_status_48x48_emblem-web.png │ ├── hicolor_status_48x48_face-angel.png │ ├── hicolor_status_48x48_face-angry.png │ ├── hicolor_status_48x48_face-cool.png │ ├── hicolor_status_48x48_face-crying.png │ ├── hicolor_status_48x48_face-devilish.png │ ├── hicolor_status_48x48_face-embarrassed.png │ ├── hicolor_status_48x48_face-kiss.png │ ├── hicolor_status_48x48_face-laugh.png │ ├── hicolor_status_48x48_face-monkey.png │ ├── hicolor_status_48x48_face-plain.png │ ├── hicolor_status_48x48_face-raspberry.png │ ├── hicolor_status_48x48_face-sad.png │ ├── hicolor_status_48x48_face-sick.png │ ├── hicolor_status_48x48_face-smile-big.png │ ├── hicolor_status_48x48_face-smile.png │ ├── hicolor_status_48x48_face-smirk.png │ ├── hicolor_status_48x48_face-surprise.png │ ├── hicolor_status_48x48_face-tired.png │ ├── hicolor_status_48x48_face-uncertain.png │ ├── hicolor_status_48x48_face-wink.png │ ├── hicolor_status_48x48_face-worried.png │ ├── hicolor_status_48x48_folder-new.png │ ├── hicolor_status_48x48_format-indent-less.png │ ├── hicolor_status_48x48_format-indent-more.png │ ├── hicolor_status_48x48_format-justify-center.png │ ├── hicolor_status_48x48_format-justify-fill.png │ ├── hicolor_status_48x48_format-justify-left.png │ ├── hicolor_status_48x48_format-justify-right.png │ ├── hicolor_status_48x48_format-text-bold.png │ ├── hicolor_status_48x48_format-text-italic.png │ ├── hicolor_status_48x48_format-text-strikethrough.png │ ├── hicolor_status_48x48_format-text-underline.png │ ├── hicolor_status_48x48_go-down.png │ ├── hicolor_status_48x48_go-jump.png │ ├── hicolor_status_48x48_go-next.png │ ├── hicolor_status_48x48_go-previous.png │ ├── hicolor_status_48x48_go-top.png │ ├── hicolor_status_48x48_go-up.png │ ├── hicolor_status_48x48_help-about.png │ ├── hicolor_status_48x48_help-browser.png │ ├── hicolor_status_48x48_image-missing.png │ ├── hicolor_status_48x48_insert-image.png │ ├── hicolor_status_48x48_insert-link.png │ ├── hicolor_status_48x48_insert-text.png │ ├── hicolor_status_48x48_list-add.png │ ├── hicolor_status_48x48_list-remove.png │ ├── hicolor_status_48x48_mail-attachment.png │ ├── hicolor_status_48x48_mail-forward.png │ ├── hicolor_status_48x48_mail-mark-important.png │ ├── hicolor_status_48x48_mail-mark-junk.png │ ├── hicolor_status_48x48_mail-mark-notjunk.png │ ├── hicolor_status_48x48_mail-mark-read.png │ ├── hicolor_status_48x48_mail-mark-unread.png │ ├── hicolor_status_48x48_mail-message-new.png │ ├── hicolor_status_48x48_mail-read.png │ ├── hicolor_status_48x48_mail-replied.png │ ├── hicolor_status_48x48_mail-reply-all.png │ ├── hicolor_status_48x48_mail-reply-sender.png │ ├── hicolor_status_48x48_mail-send-receive.png │ ├── hicolor_status_48x48_mail-send.png │ ├── hicolor_status_48x48_mail-unread.png │ ├── hicolor_status_48x48_media-playback-start.png │ ├── hicolor_status_48x48_media-record.png │ ├── hicolor_status_48x48_preferences-system.png │ ├── hicolor_status_48x48_process-stop.png │ ├── hicolor_status_48x48_security-high.png │ ├── hicolor_status_48x48_security-low.png │ ├── hicolor_status_48x48_security-medium.png │ ├── hicolor_status_48x48_stock_signature-bad.png │ ├── hicolor_status_48x48_stock_signature-ok.png │ ├── hicolor_status_48x48_stock_signature.png │ ├── hicolor_status_48x48_system-run.png │ ├── hicolor_status_48x48_tools-check-spelling.png │ ├── hicolor_status_48x48_view-refresh.png │ ├── hicolor_status_48x48_window-close.png │ ├── hicolor_status_48x48_window-new.png │ ├── hicolor_status_48x48_zoom-in.png │ ├── hicolor_status_48x48_zoom-original.png │ ├── hicolor_status_48x48_zoom-out.png │ ├── hicolor_status_8x8_emblem-default.png │ ├── hicolor_status_8x8_emblem-new.png │ ├── hicolor_status_scalable_aspect-ratio-lock.svg │ ├── hicolor_status_scalable_aspect-ratio-unlock.svg │ ├── hicolor_status_scalable_rss-symbolic.svg │ ├── hicolor_status_scalable_rss.svg │ ├── hicolor_status_scalable_stock_check-filled-symbolic.svg │ └── source-symbols.svg ├── images │ ├── CMakeLists.txt │ ├── arrow-down.svg │ ├── arrow-up.svg │ ├── confidential-stamp.jpg │ ├── draft-paper.png │ ├── draft-stamp.jpg │ ├── empty.svg │ ├── jump-focused.svg │ ├── jump.svg │ ├── midnight-stars.jpg │ ├── mode-with-headerbar.png │ ├── mode-without-headerbar.png │ ├── paper.png │ ├── rect.png │ ├── ribbon.jpg │ ├── texture.png │ ├── working.png │ └── world_map-960.png ├── org.gnome.Evolution.Devel.json ├── org.gnome.Evolution.desktop.in.in ├── org.gnome.Evolution.gresource.xml ├── org.gnome.Evolution.metainfo.xml.in.in ├── org.gnome.evolution.addressbook.gschema.xml.in ├── org.gnome.evolution.bogofilter.gschema.xml.in ├── org.gnome.evolution.calendar.gschema.xml.in ├── org.gnome.evolution.gschema.xml.in ├── org.gnome.evolution.importer.gschema.xml.in ├── org.gnome.evolution.mail.gschema.xml.in ├── org.gnome.evolution.plugin.attachment-reminder.gschema.xml.in ├── org.gnome.evolution.plugin.autocontacts.gschema.xml.in ├── org.gnome.evolution.plugin.email-custom-header.gschema.xml.in ├── org.gnome.evolution.plugin.external-editor.gschema.xml.in ├── org.gnome.evolution.plugin.face-picture.gschema.xml.in ├── org.gnome.evolution.plugin.itip.gschema.xml.in ├── org.gnome.evolution.plugin.mail-notification.gschema.xml.in ├── org.gnome.evolution.plugin.prefer-plain.gschema.xml.in ├── org.gnome.evolution.plugin.publish-calendar.gschema.xml.in ├── org.gnome.evolution.plugin.sender-validator.gschema.xml.in ├── org.gnome.evolution.plugin.templates.gschema.xml.in ├── org.gnome.evolution.shell.gschema.xml.in ├── org.gnome.evolution.spamassassin.gschema.xml.in ├── org.gnome.evolution.text-highlight.gschema.xml.in ├── sounds │ ├── CMakeLists.txt │ └── default_alarm.wav ├── ui │ ├── CMakeLists.txt │ ├── e-comp-editor.eui │ ├── e-html-editor.eui │ ├── evolution-calendars.eui │ ├── evolution-composer.eui │ ├── evolution-contacts.eui │ ├── evolution-mail-reader.eui │ ├── evolution-mail-viewer.eui │ ├── evolution-mail.eui │ ├── evolution-memos.eui │ ├── evolution-shell.eui │ ├── evolution-shortcuts.ui │ └── evolution-tasks.eui ├── views │ ├── CMakeLists.txt │ ├── addressbook │ │ ├── Address_Cards.galview │ │ ├── By_Company.galview │ │ ├── CMakeLists.txt │ │ ├── Phone_List.galview │ │ └── galview.xml │ ├── calendar │ │ ├── CMakeLists.txt │ │ ├── List_View.galview │ │ └── galview.xml │ ├── mail │ │ ├── As_Sent_Folder.galview │ │ ├── By_Follow_Up_Flag.galview │ │ ├── By_Sender.galview │ │ ├── By_Status.galview │ │ ├── By_Subject.galview │ │ ├── CMakeLists.txt │ │ ├── Messages.galview │ │ ├── Wide_View_Normal.galview │ │ ├── Wide_View_Sent.galview │ │ └── galview.xml │ ├── memos │ │ ├── CMakeLists.txt │ │ ├── Memos.galview │ │ └── galview.xml │ └── tasks │ │ ├── CMakeLists.txt │ │ ├── Tasks.galview │ │ ├── With_DueDate.galview │ │ ├── With_Status.galview │ │ └── galview.xml └── webkit │ ├── CMakeLists.txt │ ├── e-convert.js │ ├── e-editor.js │ ├── e-selection.js │ ├── e-undo-redo.js │ ├── e-web-view.js │ ├── webview-print.css │ └── webview.css ├── docs ├── CMakeLists.txt ├── COPYING-DOCS.CCBYSA ├── COPYING-DOCS.GFDL ├── devel │ ├── build-eplugin-manual.pl │ ├── evolution-devel-guide.sgml │ ├── evolution-plugin-manual.xml │ ├── executive-summary │ │ └── evolution-services.hierarchy │ ├── fdl.sgml │ ├── images │ │ ├── Makefile │ │ ├── e-config-build-1.png │ │ ├── e-config-build-2.png │ │ ├── e-config-build-3.png │ │ ├── e-config-flow.pic │ │ ├── e-popup-merge-1.pic │ │ └── e-popup-merge-2.pic │ ├── misc │ │ ├── errors.txt │ │ └── ref_and_id_proposition.txt │ ├── preface.sgml │ ├── query │ │ ├── virtual-folder-in-depth.sgml │ │ └── virtual-folder-in-depth.txt │ └── reference.sgml ├── evolution.1 └── reference │ ├── CMakeLists.txt │ ├── evolution-mail-composer │ ├── CMakeLists.txt │ └── evolution-mail-composer-docs.sgml.in │ ├── evolution-mail-engine │ ├── CMakeLists.txt │ └── evolution-mail-engine-docs.sgml.in │ ├── evolution-mail-formatter │ ├── CMakeLists.txt │ └── evolution-mail-formatter-docs.sgml.in │ ├── evolution-shell │ ├── CMakeLists.txt │ └── evolution-shell-docs.sgml.in │ └── evolution-util │ ├── CMakeLists.txt │ └── evolution-util-docs.sgml.in ├── evolution-calendar.pc.in ├── evolution-mail.pc.in ├── evolution-shell.pc.in ├── evolution.doap ├── flatpak ├── .gitignore ├── README ├── org.gnome.Evolution-master.json └── org.gnome.Evolution-stable.json ├── help ├── C │ ├── backup-restore.page │ ├── calendar-alarms-and-reminders.page │ ├── calendar-caldav.page │ ├── calendar-classifications.page │ ├── calendar-free-busy.page │ ├── calendar-google.page │ ├── calendar-layout-appointment-display.page │ ├── calendar-layout-general-formatting.page │ ├── calendar-layout-views.page │ ├── calendar-layout.page │ ├── calendar-local.page │ ├── calendar-marcus-bains-line.page │ ├── calendar-meetings-delegating.page │ ├── calendar-meetings-replying-to-invitation.page │ ├── calendar-meetings-sending-invitation.page │ ├── calendar-meetings.page │ ├── calendar-organizing.page │ ├── calendar-publishing.page │ ├── calendar-recurrence.page │ ├── calendar-searching.page │ ├── calendar-sharing-information.page │ ├── calendar-timezones.page │ ├── calendar-usage-add-appointment.page │ ├── calendar-usage-delete-appointment.page │ ├── calendar-usage-edit-appointment.page │ ├── calendar-usage.page │ ├── calendar-using-several-calendars.page │ ├── calendar-weather.page │ ├── calendar-webdav.page │ ├── contacts-add-automatically.page │ ├── contacts-autocompletion.page │ ├── contacts-carddav.page │ ├── contacts-google.page │ ├── contacts-ldap.page │ ├── contacts-libreoffice.page │ ├── contacts-local.page │ ├── contacts-organizing.page │ ├── contacts-searching.page │ ├── contacts-usage-add-contact.page │ ├── contacts-usage-delete-contact.page │ ├── contacts-usage-edit-contact.page │ ├── contacts-usage.page │ ├── contacts-using-contact-lists.page │ ├── contacts-using-several-addressbooks.page │ ├── credits.page │ ├── customize-ui-items.page │ ├── data-storage.page │ ├── default-browser.page │ ├── deleting-appointments.page │ ├── deleting-emails.page │ ├── deleting-to-free-disk-space.page │ ├── exporting-data-calendar.page │ ├── exporting-data-contacts.page │ ├── exporting-data-mail.page │ ├── exporting-data.page │ ├── figures │ │ ├── color-000000.png │ │ ├── color-204a87.png │ │ ├── color-2e3436.png │ │ ├── color-4e9a06.png │ │ ├── color-5c3566.png │ │ ├── color-8f5902.png │ │ ├── color-a40000.png │ │ ├── color-c4a000.png │ │ ├── color-ccccccffffff.png │ │ ├── color-ce5c00.png │ │ ├── evolution.svg │ │ ├── html-composer-insert-image.png │ │ ├── html-composer-insert-link.png │ │ ├── html-composer-insert-rule.png │ │ ├── html-composer-insert-table.png │ │ ├── minus-icon.png │ │ ├── new-mail-switcher.png │ │ ├── plus-icon.png │ │ ├── search-icon.png │ │ └── window-overview-layers.png │ ├── flatpak-limitations.page │ ├── google-services.page │ ├── import-apps-kmail.page │ ├── import-apps-mozilla.page │ ├── import-apps-outlook.page │ ├── import-data.page │ ├── import-single-files.page │ ├── import-supported-file-formats.page │ ├── index.page │ ├── intro-account-types.page │ ├── intro-first-run.page │ ├── intro-keyboard-shortcuts.page │ ├── intro-main-window.page │ ├── legal.xml │ ├── mail-access-gmail-imap-account.page │ ├── mail-access-gmail-pop-account.page │ ├── mail-account-manage-imap-plus.page │ ├── mail-account-manage-local-delivery.page │ ├── mail-account-manage-maildir-format-directories.page │ ├── mail-account-manage-mh-format-directories.page │ ├── mail-account-manage-microsoft-exchange-evo-ews.page │ ├── mail-account-manage-microsoft-exchange-evo-mapi.page │ ├── mail-account-manage-microsoft-exchange.page │ ├── mail-account-manage-pop.page │ ├── mail-account-manage-unix-mbox-spool-directory.page │ ├── mail-account-manage-unix-mbox-spool-file.page │ ├── mail-account-manage-usenet-news.page │ ├── mail-account-management.page │ ├── mail-attachments-received.page │ ├── mail-attachments-sending.page │ ├── mail-attachments.page │ ├── mail-calendar-sending-invitations.page │ ├── mail-cannot-see.page │ ├── mail-change-columns-in-message-list.page │ ├── mail-change-time-format.page │ ├── mail-composer-change-quotation-string.page │ ├── mail-composer-custom-header-lines.page │ ├── mail-composer-enable-html-format.page │ ├── mail-composer-external-editor.page │ ├── mail-composer-forward-as-attachment.page │ ├── mail-composer-forward.page │ ├── mail-composer-from-field-override.page │ ├── mail-composer-html-image.page │ ├── mail-composer-html-link.page │ ├── mail-composer-html-rule.page │ ├── mail-composer-html-table.page │ ├── mail-composer-html-text.page │ ├── mail-composer-html.page │ ├── mail-composer-mail-signatures-manage.page │ ├── mail-composer-mail-signatures-per-account.page │ ├── mail-composer-mail-signatures.page │ ├── mail-composer-message-templates-reply.page │ ├── mail-composer-message-templates-save.page │ ├── mail-composer-message-templates-variables.page │ ├── mail-composer-message-templates.page │ ├── mail-composer-plain-text.page │ ├── mail-composer-priority.page │ ├── mail-composer-reply.page │ ├── mail-composer-search.page │ ├── mail-composer-send-account-overrides.page │ ├── mail-composer-several-recipients.page │ ├── mail-composer-spellcheck.page │ ├── mail-composer-write-new-message.page │ ├── mail-default-CC-and-BCC.page │ ├── mail-default-folder-locations.page │ ├── mail-delete-and-undelete.page │ ├── mail-display-message-source.page │ ├── mail-displaying-character-encodings.page │ ├── mail-displaying-collapsible-headers.page │ ├── mail-displaying-images-in-html.page │ ├── mail-displaying-message.page │ ├── mail-displaying-sender-photograph.page │ ├── mail-duplicates.page │ ├── mail-encryption-gpg-create-key.page │ ├── mail-encryption-gpg-decrypting.page │ ├── mail-encryption-gpg-getting-keys.page │ ├── mail-encryption-gpg-set-up.page │ ├── mail-encryption-gpg-signing-encrypting.page │ ├── mail-encryption-s-mime-manage.page │ ├── mail-encryption-s-mime-signing-encrypting.page │ ├── mail-encryption.page │ ├── mail-filters-actions.page │ ├── mail-filters-conditions.page │ ├── mail-filters-not-working.page │ ├── mail-filters.page │ ├── mail-folders.page │ ├── mail-follow-up-flag.page │ ├── mail-imap-change-send-method.page │ ├── mail-imap-subscriptions.page │ ├── mail-labels.page │ ├── mail-layout-changing.page │ ├── mail-localized-re-subjects.page │ ├── mail-moving-emails.page │ ├── mail-not-sent.page │ ├── mail-organizing.page │ ├── mail-read-receipts.page │ ├── mail-received-notification.page │ ├── mail-receiving-options-exchange-ews.page │ ├── mail-receiving-options-exchange-mapi.page │ ├── mail-receiving-options-imap-plus.page │ ├── mail-receiving-options-local-delivery.page │ ├── mail-receiving-options-maildir-format-directories.page │ ├── mail-receiving-options-mh-format-directories.page │ ├── mail-receiving-options-pop.page │ ├── mail-receiving-options-unix-mbox-spool-directory.page │ ├── mail-receiving-options-unix-mbox-spool-file.page │ ├── mail-receiving-options-usenet-news.page │ ├── mail-receiving-options.page │ ├── mail-refresh-folders.page │ ├── mail-save-as-pdf.page │ ├── mail-search-folders-add.page │ ├── mail-search-folders-conditions.page │ ├── mail-search-folders.page │ ├── mail-searching-attachment-type.page │ ├── mail-searching.page │ ├── mail-send-and-receive-automatically.page │ ├── mail-send-and-receive-manual.page │ ├── mail-send-and-receive.page │ ├── mail-sending-options-smtp.page │ ├── mail-several-pop-accounts.page │ ├── mail-sorting-folder-list.page │ ├── mail-sorting-message-list.page │ ├── mail-spam-marking.page │ ├── mail-spam-settings.page │ ├── mail-spam.page │ ├── mail-two-trash-folders.page │ ├── mail-usenet-subscriptions.page │ ├── mail-vertical-view.page │ ├── mail-word-wrap.page │ ├── mail-working-offline.page │ ├── memos-searching.page │ ├── memos-usage-add-memo.page │ ├── memos-usage-delete-memo.page │ ├── memos-usage-edit-memo.page │ ├── memos-usage.page │ ├── offline.page │ ├── organizing.page │ ├── problems-debug-how-to.page │ ├── problems-getting-help.page │ ├── problems-reporting-bugs.page │ ├── searching-items.page │ ├── start-command-line-parameters.page │ ├── sync-with-other-devices.page │ ├── tasks-caldav.page │ ├── tasks-display-settings.page │ ├── tasks-local.page │ ├── tasks-organizing.page │ ├── tasks-searching.page │ ├── tasks-usage-add-task.page │ ├── tasks-usage-delete-task.page │ ├── tasks-usage-edit-task.page │ ├── tasks-usage.page │ ├── tasks-using-several-tasklists.page │ ├── tasks-webdav.page │ ├── using-categories.page │ ├── xinclude-filter-vfolder-conditions.xml │ └── xinclude-searching.xml ├── CMakeLists.txt ├── COPYING-DOCS.CCBYSA ├── COPYING-DOCS.GFDL ├── ca │ └── ca.po ├── cs │ ├── cs.po │ └── figures │ │ └── new-mail-switcher.png ├── de │ ├── de.po │ └── figures │ │ ├── new-mail-switcher.png │ │ └── window-overview-layers.png ├── el │ ├── el.po │ └── figures │ │ └── new-mail-switcher.png ├── en_GB │ └── en_GB.po ├── es │ ├── es.po │ └── figures │ │ ├── new-mail-switcher.png │ │ └── window-overview-layers.png ├── eu │ ├── eu.po │ └── figures │ │ └── new-mail-switcher.png ├── fr │ ├── figures │ │ ├── new-mail-switcher.png │ │ └── window-overview-layers.png │ └── fr.po ├── gl │ └── gl.po ├── hu │ ├── figures │ │ └── new-mail-switcher.png │ └── hu.po ├── id │ └── id.po ├── mk │ └── mk.po ├── oc │ └── oc.po ├── pt │ └── pt.po ├── pt_BR │ └── pt_BR.po ├── ru │ └── ru.po ├── sl │ └── sl.po ├── sv │ ├── figures │ │ └── new-mail-switcher.png │ └── sv.po ├── te │ └── te.po ├── uk │ └── uk.po └── zh_CN │ └── zh_CN.po ├── iconv-detect.c ├── news-to-appdata.c ├── po ├── CMakeLists.txt ├── POTFILES.in ├── POTFILES.skip ├── ab.po ├── af.po ├── am.po ├── an.po ├── ar.po ├── as.po ├── ast.po ├── az.po ├── be.po ├── be@latin.po ├── bg.po ├── bn.po ├── bn_IN.po ├── br.po ├── bs.po ├── ca.po ├── ca@valencia.po ├── ckb.po ├── cs.po ├── cy.po ├── da.po ├── de.po ├── dz.po ├── el.po ├── en@shaw.po ├── en_AU.po ├── en_CA.po ├── en_GB.po ├── eo.po ├── es.po ├── et.po ├── eu.po ├── fa.po ├── fi.po ├── fr.po ├── fur.po ├── ga.po ├── gl.po ├── gu.po ├── he.po ├── hi.po ├── hr.po ├── hu.po ├── id.po ├── ie.po ├── is.po ├── it.po ├── ja.po ├── ka.po ├── kab.po ├── kk.po ├── kn.po ├── ko.po ├── ku.po ├── lt.po ├── lv.po ├── mai.po ├── mk.po ├── ml.po ├── mn.po ├── mr.po ├── ms.po ├── nb.po ├── nds.po ├── ne.po ├── nl.po ├── nn.po ├── oc.po ├── or.po ├── pa.po ├── pl.po ├── ps.po ├── pt.po ├── pt_BR.po ├── ro.po ├── ru.po ├── rw.po ├── si.po ├── sk.po ├── sl.po ├── sq.po ├── sr.po ├── sr@latin.po ├── sv.po ├── ta.po ├── te.po ├── tg.po ├── th.po ├── tr.po ├── ug.po ├── uk.po ├── vi.po ├── wa.po ├── xh.po ├── zh_CN.po ├── zh_HK.po └── zh_TW.po ├── src ├── CMakeLists.txt ├── addressbook │ ├── CMakeLists.txt │ ├── addressbook.error.xml │ ├── gui │ │ ├── CMakeLists.txt │ │ ├── contact-editor │ │ │ ├── CMakeLists.txt │ │ │ ├── contact-editor.ui │ │ │ ├── e-contact-editor-dyntable.c │ │ │ ├── e-contact-editor-dyntable.h │ │ │ ├── e-contact-editor-fullname.c │ │ │ ├── e-contact-editor-fullname.h │ │ │ ├── e-contact-editor.c │ │ │ ├── e-contact-editor.h │ │ │ ├── e-contact-quick-add.c │ │ │ ├── e-contact-quick-add.h │ │ │ ├── eab-editor.c │ │ │ ├── eab-editor.h │ │ │ ├── fullname.ui │ │ │ └── test-editor.c │ │ ├── contact-list-editor │ │ │ ├── CMakeLists.txt │ │ │ ├── contact-list-editor.ui │ │ │ ├── e-contact-list-editor.c │ │ │ ├── e-contact-list-editor.h │ │ │ ├── e-contact-list-model.c │ │ │ └── e-contact-list-model.h │ │ └── widgets │ │ │ ├── CMakeLists.txt │ │ │ ├── address_formats.dat │ │ │ ├── addresstypes.xml │ │ │ ├── countrytransl.map │ │ │ ├── e-addressbook-model.c │ │ │ ├── e-addressbook-model.h │ │ │ ├── e-addressbook-selector.c │ │ │ ├── e-addressbook-selector.h │ │ │ ├── e-addressbook-table-adapter.c │ │ │ ├── e-addressbook-table-adapter.h │ │ │ ├── e-addressbook-view.c │ │ │ ├── e-addressbook-view.etspec │ │ │ ├── e-addressbook-view.h │ │ │ ├── e-alphabet-box.c │ │ │ ├── e-alphabet-box.h │ │ │ ├── e-bulk-edit-contacts.c │ │ │ ├── e-bulk-edit-contacts.h │ │ │ ├── e-card-view.c │ │ │ ├── e-card-view.h │ │ │ ├── e-contact-card-box.c │ │ │ ├── e-contact-card-box.h │ │ │ ├── e-contact-card.c │ │ │ ├── e-contact-card.h │ │ │ ├── e-contact-map-window.c │ │ │ ├── e-contact-map-window.h │ │ │ ├── e-contact-map.c │ │ │ ├── e-contact-map.h │ │ │ ├── ea-addressbook-view.c │ │ │ ├── ea-addressbook-view.h │ │ │ ├── ea-addressbook.c │ │ │ ├── ea-addressbook.h │ │ │ ├── eab-config.c │ │ │ ├── eab-config.h │ │ │ ├── eab-contact-compare.c │ │ │ ├── eab-contact-compare.h │ │ │ ├── eab-contact-display.c │ │ │ ├── eab-contact-display.h │ │ │ ├── eab-contact-formatter.c │ │ │ ├── eab-contact-formatter.h │ │ │ ├── eab-contact-merging.c │ │ │ ├── eab-contact-merging.h │ │ │ ├── eab-gui-util.c │ │ │ ├── eab-gui-util.h │ │ │ ├── gal-view-minicard.c │ │ │ └── gal-view-minicard.h │ ├── importers │ │ ├── CMakeLists.txt │ │ ├── evolution-addressbook-importers.h │ │ ├── evolution-csv-importer.c │ │ ├── evolution-ldif-importer.c │ │ └── evolution-vcard-importer.c │ ├── printing │ │ ├── CMakeLists.txt │ │ ├── e-contact-print-types.h │ │ ├── e-contact-print.c │ │ ├── e-contact-print.h │ │ ├── medbook.ecps │ │ ├── phonelist.ecps │ │ └── smallbook.ecps │ └── util │ │ ├── CMakeLists.txt │ │ ├── eab-book-util.c │ │ └── eab-book-util.h ├── calendar │ ├── AUTHORS │ ├── CMakeLists.txt │ ├── calendar.error.xml │ ├── gui │ │ ├── CMakeLists.txt │ │ ├── calendar-config-keys.h │ │ ├── calendar-config.c │ │ ├── calendar-config.h │ │ ├── calendar-view.c │ │ ├── calendar-view.h │ │ ├── caltypes.xml.in │ │ ├── comp-util.c │ │ ├── comp-util.h │ │ ├── e-alarm-list.c │ │ ├── e-alarm-list.h │ │ ├── e-bulk-edit-tasks.c │ │ ├── e-bulk-edit-tasks.h │ │ ├── e-cal-component-preview.c │ │ ├── e-cal-component-preview.h │ │ ├── e-cal-component-widget.c │ │ ├── e-cal-component-widget.h │ │ ├── e-cal-config.c │ │ ├── e-cal-config.h │ │ ├── e-cal-data-model-subscriber.c │ │ ├── e-cal-data-model-subscriber.h │ │ ├── e-cal-data-model.c │ │ ├── e-cal-data-model.h │ │ ├── e-cal-day-column.c │ │ ├── e-cal-day-column.h │ │ ├── e-cal-dialogs.c │ │ ├── e-cal-dialogs.h │ │ ├── e-cal-event.c │ │ ├── e-cal-event.h │ │ ├── e-cal-list-view.c │ │ ├── e-cal-list-view.etspec │ │ ├── e-cal-list-view.h │ │ ├── e-cal-model-calendar.c │ │ ├── e-cal-model-calendar.h │ │ ├── e-cal-model-memos.c │ │ ├── e-cal-model-memos.h │ │ ├── e-cal-model-tasks.c │ │ ├── e-cal-model-tasks.h │ │ ├── e-cal-model.c │ │ ├── e-cal-model.h │ │ ├── e-cal-ops.c │ │ ├── e-cal-ops.h │ │ ├── e-cal-range-model.c │ │ ├── e-cal-range-model.h │ │ ├── e-calendar-view.c │ │ ├── e-calendar-view.h │ │ ├── e-cell-date-edit-text.c │ │ ├── e-cell-date-edit-text.h │ │ ├── e-cell-estimated-duration.c │ │ ├── e-cell-estimated-duration.h │ │ ├── e-comp-editor-event.c │ │ ├── e-comp-editor-event.h │ │ ├── e-comp-editor-memo.c │ │ ├── e-comp-editor-memo.h │ │ ├── e-comp-editor-page-attachments.c │ │ ├── e-comp-editor-page-attachments.h │ │ ├── e-comp-editor-page-general.c │ │ ├── e-comp-editor-page-general.h │ │ ├── e-comp-editor-page-recurrence.c │ │ ├── e-comp-editor-page-recurrence.h │ │ ├── e-comp-editor-page-reminders.c │ │ ├── e-comp-editor-page-reminders.h │ │ ├── e-comp-editor-page-schedule.c │ │ ├── e-comp-editor-page-schedule.h │ │ ├── e-comp-editor-page.c │ │ ├── e-comp-editor-page.h │ │ ├── e-comp-editor-property-part.c │ │ ├── e-comp-editor-property-part.h │ │ ├── e-comp-editor-property-parts.c │ │ ├── e-comp-editor-property-parts.h │ │ ├── e-comp-editor-task.c │ │ ├── e-comp-editor-task.h │ │ ├── e-comp-editor.c │ │ ├── e-comp-editor.h │ │ ├── e-date-time-list.c │ │ ├── e-date-time-list.h │ │ ├── e-day-view-layout.c │ │ ├── e-day-view-layout.h │ │ ├── e-day-view-main-item.c │ │ ├── e-day-view-main-item.h │ │ ├── e-day-view-time-item.c │ │ ├── e-day-view-time-item.h │ │ ├── e-day-view-top-item.c │ │ ├── e-day-view-top-item.h │ │ ├── e-day-view.c │ │ ├── e-day-view.h │ │ ├── e-estimated-duration-entry.c │ │ ├── e-estimated-duration-entry.h │ │ ├── e-meeting-attendee.c │ │ ├── e-meeting-attendee.h │ │ ├── e-meeting-list-view.c │ │ ├── e-meeting-list-view.h │ │ ├── e-meeting-store.c │ │ ├── e-meeting-store.h │ │ ├── e-meeting-time-sel-item.c │ │ ├── e-meeting-time-sel-item.h │ │ ├── e-meeting-time-sel.c │ │ ├── e-meeting-time-sel.etspec │ │ ├── e-meeting-time-sel.h │ │ ├── e-meeting-types.h │ │ ├── e-meeting-utils.c │ │ ├── e-meeting-utils.h │ │ ├── e-memo-table.c │ │ ├── e-memo-table.etspec │ │ ├── e-memo-table.h │ │ ├── e-month-view.c │ │ ├── e-month-view.h │ │ ├── e-select-names-editable.c │ │ ├── e-select-names-editable.h │ │ ├── e-select-names-renderer.c │ │ ├── e-select-names-renderer.h │ │ ├── e-task-table.c │ │ ├── e-task-table.etspec │ │ ├── e-task-table.h │ │ ├── e-timezone-entry.c │ │ ├── e-timezone-entry.h │ │ ├── e-to-do-pane.c │ │ ├── e-to-do-pane.h │ │ ├── e-week-view-event-item.c │ │ ├── e-week-view-event-item.h │ │ ├── e-week-view-layout.c │ │ ├── e-week-view-layout.h │ │ ├── e-week-view-main-item.c │ │ ├── e-week-view-main-item.h │ │ ├── e-week-view-titles-item.c │ │ ├── e-week-view-titles-item.h │ │ ├── e-week-view.c │ │ ├── e-week-view.h │ │ ├── e-weekday-chooser.c │ │ ├── e-weekday-chooser.h │ │ ├── e-year-view.c │ │ ├── e-year-view.h │ │ ├── ea-cal-view-event.c │ │ ├── ea-cal-view-event.h │ │ ├── ea-cal-view.c │ │ ├── ea-cal-view.h │ │ ├── ea-calendar-helpers.c │ │ ├── ea-calendar-helpers.h │ │ ├── ea-calendar.c │ │ ├── ea-calendar.h │ │ ├── ea-day-view-cell.c │ │ ├── ea-day-view-cell.h │ │ ├── ea-day-view-main-item.c │ │ ├── ea-day-view-main-item.h │ │ ├── ea-day-view.c │ │ ├── ea-day-view.h │ │ ├── ea-jump-button.c │ │ ├── ea-jump-button.h │ │ ├── ea-week-view-cell.c │ │ ├── ea-week-view-cell.h │ │ ├── ea-week-view-main-item.c │ │ ├── ea-week-view-main-item.h │ │ ├── ea-week-view.c │ │ ├── ea-week-view.h │ │ ├── itip-utils.c │ │ ├── itip-utils.h │ │ ├── memotypes.xml.in │ │ ├── print.c │ │ ├── print.h │ │ ├── tag-calendar.c │ │ ├── tag-calendar.h │ │ └── tasktypes.xml.in │ ├── importers │ │ ├── CMakeLists.txt │ │ ├── evolution-calendar-importer.h │ │ └── icalendar-importer.c │ └── zones.h ├── composer │ ├── CMakeLists.txt │ ├── e-composer-actions.c │ ├── e-composer-actions.h │ ├── e-composer-common.h │ ├── e-composer-from-header.c │ ├── e-composer-from-header.h │ ├── e-composer-header-table.c │ ├── e-composer-header-table.h │ ├── e-composer-header.c │ ├── e-composer-header.h │ ├── e-composer-name-header.c │ ├── e-composer-name-header.h │ ├── e-composer-post-header.c │ ├── e-composer-post-header.h │ ├── e-composer-private.c │ ├── e-composer-private.h │ ├── e-composer-spell-header.c │ ├── e-composer-spell-header.h │ ├── e-composer-text-header.c │ ├── e-composer-text-header.h │ ├── e-msg-composer.c │ ├── e-msg-composer.h │ └── mail-composer.error.xml ├── e-util │ ├── CMakeLists.txt │ ├── e-accounts-window.c │ ├── e-accounts-window.h │ ├── e-action-combo-box.c │ ├── e-action-combo-box.h │ ├── e-activity-bar.c │ ├── e-activity-bar.h │ ├── e-activity-proxy.c │ ├── e-activity-proxy.h │ ├── e-activity.c │ ├── e-activity.h │ ├── e-alarm-selector.c │ ├── e-alarm-selector.h │ ├── e-alert-bar.c │ ├── e-alert-bar.h │ ├── e-alert-dialog.c │ ├── e-alert-dialog.h │ ├── e-alert-sink.c │ ├── e-alert-sink.h │ ├── e-alert.c │ ├── e-alert.h │ ├── e-attachment-bar.c │ ├── e-attachment-bar.h │ ├── e-attachment-handler-image.c │ ├── e-attachment-handler-image.h │ ├── e-attachment-handler.c │ ├── e-attachment-handler.h │ ├── e-attachment-icon-view.c │ ├── e-attachment-icon-view.h │ ├── e-attachment-paned.c │ ├── e-attachment-paned.h │ ├── e-attachment-popover.c │ ├── e-attachment-popover.h │ ├── e-attachment-store.c │ ├── e-attachment-store.h │ ├── e-attachment-tree-view.c │ ├── e-attachment-tree-view.h │ ├── e-attachment-view.c │ ├── e-attachment-view.h │ ├── e-attachment.c │ ├── e-attachment.h │ ├── e-auth-combo-box.c │ ├── e-auth-combo-box.h │ ├── e-autoar-gtk-chooser.c │ ├── e-autoar-gtk-chooser.h │ ├── e-autocomplete-selector.c │ ├── e-autocomplete-selector.h │ ├── e-bit-array.c │ ├── e-bit-array.h │ ├── e-book-source-config.c │ ├── e-book-source-config.h │ ├── e-cal-source-config.c │ ├── e-cal-source-config.h │ ├── e-calendar-item.c │ ├── e-calendar-item.h │ ├── e-calendar.c │ ├── e-calendar.h │ ├── e-canvas-background.c │ ├── e-canvas-background.h │ ├── e-canvas-utils.c │ ├── e-canvas-utils.h │ ├── e-canvas-vbox.c │ ├── e-canvas-vbox.h │ ├── e-canvas.c │ ├── e-canvas.h │ ├── e-categories-config.c │ ├── e-categories-config.h │ ├── e-categories-dialog.c │ ├── e-categories-dialog.h │ ├── e-categories-editor.c │ ├── e-categories-editor.h │ ├── e-categories-selector.c │ ├── e-categories-selector.h │ ├── e-category-completion.c │ ├── e-category-completion.h │ ├── e-category-editor.c │ ├── e-category-editor.h │ ├── e-cell-checkbox.c │ ├── e-cell-checkbox.h │ ├── e-cell-combo.c │ ├── e-cell-combo.h │ ├── e-cell-date-edit.c │ ├── e-cell-date-edit.h │ ├── e-cell-date-int.c │ ├── e-cell-date-int.h │ ├── e-cell-date.c │ ├── e-cell-date.h │ ├── e-cell-hbox.c │ ├── e-cell-hbox.h │ ├── e-cell-number.c │ ├── e-cell-number.h │ ├── e-cell-percent.c │ ├── e-cell-percent.h │ ├── e-cell-pixbuf.c │ ├── e-cell-pixbuf.h │ ├── e-cell-popup.c │ ├── e-cell-popup.h │ ├── e-cell-size.c │ ├── e-cell-size.h │ ├── e-cell-text.c │ ├── e-cell-text.h │ ├── e-cell-toggle.c │ ├── e-cell-toggle.h │ ├── e-cell-tree.c │ ├── e-cell-tree.h │ ├── e-cell-vbox.c │ ├── e-cell-vbox.h │ ├── e-cell.c │ ├── e-cell.h │ ├── e-charset-combo-box.c │ ├── e-charset-combo-box.h │ ├── e-charset.c │ ├── e-charset.h │ ├── e-client-cache.c │ ├── e-client-cache.h │ ├── e-client-combo-box.c │ ├── e-client-combo-box.h │ ├── e-client-selector.c │ ├── e-client-selector.h │ ├── e-collection-account-wizard.c │ ├── e-collection-account-wizard.h │ ├── e-color-chooser-widget.c │ ├── e-color-chooser-widget.h │ ├── e-color-combo.c │ ├── e-color-combo.h │ ├── e-color-scheme-watcher.c │ ├── e-color-scheme-watcher.h │ ├── e-config-lookup-result-simple.c │ ├── e-config-lookup-result-simple.h │ ├── e-config-lookup-result.c │ ├── e-config-lookup-result.h │ ├── e-config-lookup-worker.c │ ├── e-config-lookup-worker.h │ ├── e-config-lookup.c │ ├── e-config-lookup.h │ ├── e-config.c │ ├── e-config.h │ ├── e-conflict-search-selector.c │ ├── e-conflict-search-selector.h │ ├── e-contact-store.c │ ├── e-contact-store.h │ ├── e-content-editor.c │ ├── e-content-editor.h │ ├── e-content-request.c │ ├── e-content-request.h │ ├── e-data-capture.c │ ├── e-data-capture.h │ ├── e-dateedit.c │ ├── e-dateedit.h │ ├── e-datetime-format.c │ ├── e-datetime-format.h │ ├── e-destination-store.c │ ├── e-destination-store.h │ ├── e-dialog-utils.c │ ├── e-dialog-utils.h │ ├── e-dialog-widgets.c │ ├── e-dialog-widgets.h │ ├── e-ellipsized-combo-box-text.c │ ├── e-ellipsized-combo-box-text.h │ ├── e-emoticon-chooser-menu.c │ ├── e-emoticon-chooser-menu.h │ ├── e-emoticon-chooser.c │ ├── e-emoticon-chooser.h │ ├── e-emoticon.c │ ├── e-emoticon.h │ ├── e-event.c │ ├── e-event.h │ ├── e-file-request.c │ ├── e-file-request.h │ ├── e-file-utils.c │ ├── e-file-utils.h │ ├── e-filter-code.c │ ├── e-filter-code.h │ ├── e-filter-color.c │ ├── e-filter-color.h │ ├── e-filter-datespec.c │ ├── e-filter-datespec.h │ ├── e-filter-element.c │ ├── e-filter-element.h │ ├── e-filter-file.c │ ├── e-filter-file.h │ ├── e-filter-input.c │ ├── e-filter-input.h │ ├── e-filter-int.c │ ├── e-filter-int.h │ ├── e-filter-label.c │ ├── e-filter-label.h │ ├── e-filter-option.c │ ├── e-filter-option.h │ ├── e-filter-part.c │ ├── e-filter-part.h │ ├── e-filter-rule.c │ ├── e-filter-rule.h │ ├── e-focus-tracker.c │ ├── e-focus-tracker.h │ ├── e-gtkemojichooser.c │ ├── e-gtkemojichooser.h │ ├── e-headerbar-button.c │ ├── e-headerbar-button.h │ ├── e-headerbar.c │ ├── e-headerbar.h │ ├── e-html-editor-actions.c │ ├── e-html-editor-actions.h │ ├── e-html-editor-cell-dialog.c │ ├── e-html-editor-cell-dialog.h │ ├── e-html-editor-dialog.c │ ├── e-html-editor-dialog.h │ ├── e-html-editor-find-dialog.c │ ├── e-html-editor-find-dialog.h │ ├── e-html-editor-hrule-dialog.c │ ├── e-html-editor-hrule-dialog.h │ ├── e-html-editor-image-dialog.c │ ├── e-html-editor-image-dialog.h │ ├── e-html-editor-link-popover.c │ ├── e-html-editor-link-popover.h │ ├── e-html-editor-page-dialog.c │ ├── e-html-editor-page-dialog.h │ ├── e-html-editor-paragraph-dialog.c │ ├── e-html-editor-paragraph-dialog.h │ ├── e-html-editor-private.h │ ├── e-html-editor-replace-dialog.c │ ├── e-html-editor-replace-dialog.h │ ├── e-html-editor-spell-check-dialog.c │ ├── e-html-editor-spell-check-dialog.h │ ├── e-html-editor-table-dialog.c │ ├── e-html-editor-table-dialog.h │ ├── e-html-editor-text-dialog.c │ ├── e-html-editor-text-dialog.h │ ├── e-html-editor.c │ ├── e-html-editor.h │ ├── e-html-utils.c │ ├── e-html-utils.h │ ├── e-icon-factory.c │ ├── e-icon-factory.h │ ├── e-image-chooser-dialog.c │ ├── e-image-chooser-dialog.h │ ├── e-image-chooser.c │ ├── e-image-chooser.h │ ├── e-import-assistant.c │ ├── e-import-assistant.h │ ├── e-import.c │ ├── e-import.h │ ├── e-interval-chooser.c │ ├── e-interval-chooser.h │ ├── e-mail-identity-combo-box.c │ ├── e-mail-identity-combo-box.h │ ├── e-mail-signature-combo-box.c │ ├── e-mail-signature-combo-box.h │ ├── e-mail-signature-editor.c │ ├── e-mail-signature-editor.h │ ├── e-mail-signature-manager.c │ ├── e-mail-signature-manager.h │ ├── e-mail-signature-preview.c │ ├── e-mail-signature-preview.h │ ├── e-mail-signature-script-dialog.c │ ├── e-mail-signature-script-dialog.h │ ├── e-mail-signature-tree-view.c │ ├── e-mail-signature-tree-view.h │ ├── e-map.c │ ├── e-map.h │ ├── e-markdown-editor.c │ ├── e-markdown-editor.h │ ├── e-markdown-utils.c │ ├── e-markdown-utils.h │ ├── e-marshal.list │ ├── e-menu-bar.c │ ├── e-menu-bar.h │ ├── e-menu-tool-button.c │ ├── e-menu-tool-button.h │ ├── e-misc-utils.c │ ├── e-misc-utils.h │ ├── e-mktemp.c │ ├── e-mktemp.h │ ├── e-month-widget.c │ ├── e-month-widget.h │ ├── e-name-selector-dialog.c │ ├── e-name-selector-dialog.h │ ├── e-name-selector-entry.c │ ├── e-name-selector-entry.h │ ├── e-name-selector-list.c │ ├── e-name-selector-list.h │ ├── e-name-selector-model.c │ ├── e-name-selector-model.h │ ├── e-name-selector.c │ ├── e-name-selector.h │ ├── e-online-button.c │ ├── e-online-button.h │ ├── e-paned.c │ ├── e-paned.h │ ├── e-passwords.c │ ├── e-passwords.h │ ├── e-photo-cache.c │ ├── e-photo-cache.h │ ├── e-photo-source.c │ ├── e-photo-source.h │ ├── e-picture-gallery.c │ ├── e-picture-gallery.h │ ├── e-plugin-ui.c │ ├── e-plugin-ui.h │ ├── e-plugin.c │ ├── e-plugin.h │ ├── e-poolv.c │ ├── e-poolv.h │ ├── e-popup-menu.c │ ├── e-popup-menu.h │ ├── e-port-entry.c │ ├── e-port-entry.h │ ├── e-preferences-window.c │ ├── e-preferences-window.h │ ├── e-preview-pane.c │ ├── e-preview-pane.h │ ├── e-print.c │ ├── e-print.h │ ├── e-printable.c │ ├── e-printable.h │ ├── e-proxy-combo-box.c │ ├── e-proxy-combo-box.h │ ├── e-proxy-editor.c │ ├── e-proxy-editor.h │ ├── e-proxy-link-selector.c │ ├── e-proxy-link-selector.h │ ├── e-proxy-preferences.c │ ├── e-proxy-preferences.h │ ├── e-proxy-selector.c │ ├── e-proxy-selector.h │ ├── e-rule-context.c │ ├── e-rule-context.h │ ├── e-rule-editor.c │ ├── e-rule-editor.h │ ├── e-search-bar.c │ ├── e-search-bar.h │ ├── e-selectable.c │ ├── e-selectable.h │ ├── e-selection-model-array.c │ ├── e-selection-model-array.h │ ├── e-selection-model-simple.c │ ├── e-selection-model-simple.h │ ├── e-selection-model.c │ ├── e-selection-model.h │ ├── e-selection.c │ ├── e-selection.h │ ├── e-simple-async-result.c │ ├── e-simple-async-result.h │ ├── e-sorter-array.c │ ├── e-sorter-array.h │ ├── e-sorter.c │ ├── e-sorter.h │ ├── e-source-combo-box.c │ ├── e-source-combo-box.h │ ├── e-source-config-backend.c │ ├── e-source-config-backend.h │ ├── e-source-config-dialog.c │ ├── e-source-config-dialog.h │ ├── e-source-config.c │ ├── e-source-config.h │ ├── e-source-conflict-search.c │ ├── e-source-conflict-search.h │ ├── e-source-selector-dialog.c │ ├── e-source-selector-dialog.h │ ├── e-source-selector.c │ ├── e-source-selector.h │ ├── e-source-util.c │ ├── e-source-util.h │ ├── e-spell-checker.c │ ├── e-spell-checker.h │ ├── e-spell-dictionary.c │ ├── e-spell-dictionary.h │ ├── e-spell-entry.c │ ├── e-spell-entry.h │ ├── e-spell-text-view.c │ ├── e-spell-text-view.h │ ├── e-spinner.c │ ├── e-spinner.h │ ├── e-split-date-edit.c │ ├── e-split-date-edit.h │ ├── e-stock-request.c │ ├── e-stock-request.h │ ├── e-supported-locales-private.h │ ├── e-system.error.xml │ ├── e-table-click-to-add.c │ ├── e-table-click-to-add.h │ ├── e-table-col-dnd.h │ ├── e-table-col.c │ ├── e-table-col.h │ ├── e-table-column-selector.c │ ├── e-table-column-selector.h │ ├── e-table-column-specification.c │ ├── e-table-column-specification.h │ ├── e-table-config.c │ ├── e-table-config.h │ ├── e-table-config.ui │ ├── e-table-defines.h │ ├── e-table-extras.c │ ├── e-table-extras.h │ ├── e-table-field-chooser-dialog.c │ ├── e-table-field-chooser-dialog.h │ ├── e-table-field-chooser-item.c │ ├── e-table-field-chooser-item.h │ ├── e-table-field-chooser.c │ ├── e-table-field-chooser.h │ ├── e-table-group-container.c │ ├── e-table-group-container.h │ ├── e-table-group-leaf.c │ ├── e-table-group-leaf.h │ ├── e-table-group.c │ ├── e-table-group.h │ ├── e-table-header-item.c │ ├── e-table-header-item.h │ ├── e-table-header-utils.c │ ├── e-table-header-utils.h │ ├── e-table-header.c │ ├── e-table-header.h │ ├── e-table-item.c │ ├── e-table-item.h │ ├── e-table-model.c │ ├── e-table-model.h │ ├── e-table-one.c │ ├── e-table-one.h │ ├── e-table-search.c │ ├── e-table-search.h │ ├── e-table-selection-model.c │ ├── e-table-selection-model.h │ ├── e-table-sort-info.c │ ├── e-table-sort-info.h │ ├── e-table-sorted-variable.c │ ├── e-table-sorted-variable.h │ ├── e-table-sorted.c │ ├── e-table-sorted.h │ ├── e-table-sorter.c │ ├── e-table-sorter.h │ ├── e-table-sorting-utils.c │ ├── e-table-sorting-utils.h │ ├── e-table-specification.c │ ├── e-table-specification.h │ ├── e-table-state.c │ ├── e-table-state.h │ ├── e-table-subset-variable.c │ ├── e-table-subset-variable.h │ ├── e-table-subset.c │ ├── e-table-subset.h │ ├── e-table-utils.c │ ├── e-table-utils.h │ ├── e-table.c │ ├── e-table.h │ ├── e-text-event-processor-emacs-like.c │ ├── e-text-event-processor-emacs-like.h │ ├── e-text-event-processor-types.h │ ├── e-text-event-processor.c │ ├── e-text-event-processor.h │ ├── e-text-model-repos.c │ ├── e-text-model-repos.h │ ├── e-text-model.c │ ├── e-text-model.h │ ├── e-text.c │ ├── e-text.h │ ├── e-timezone-dialog.c │ ├── e-timezone-dialog.h │ ├── e-timezone-dialog.ui │ ├── e-tree-model-generator.c │ ├── e-tree-model-generator.h │ ├── e-tree-model.c │ ├── e-tree-model.h │ ├── e-tree-selection-model.c │ ├── e-tree-selection-model.h │ ├── e-tree-table-adapter.c │ ├── e-tree-table-adapter.h │ ├── e-tree-view-frame.c │ ├── e-tree-view-frame.h │ ├── e-tree.c │ ├── e-tree.h │ ├── e-ui-action-group.c │ ├── e-ui-action-group.h │ ├── e-ui-action.c │ ├── e-ui-action.h │ ├── e-ui-customize-dialog.c │ ├── e-ui-customize-dialog.h │ ├── e-ui-customizer.c │ ├── e-ui-customizer.h │ ├── e-ui-manager.c │ ├── e-ui-manager.h │ ├── e-ui-menu.c │ ├── e-ui-menu.h │ ├── e-ui-parser.c │ ├── e-ui-parser.h │ ├── e-unicode.c │ ├── e-unicode.h │ ├── e-url-entry.c │ ├── e-url-entry.h │ ├── e-util-enums.h │ ├── e-util-private.h │ ├── e-util.h │ ├── e-web-view-jsc-utils.c │ ├── e-web-view-jsc-utils.h │ ├── e-web-view-preview.c │ ├── e-web-view-preview.h │ ├── e-web-view.c │ ├── e-web-view.h │ ├── e-webdav-browser.c │ ├── e-webdav-browser.h │ ├── e-widget-undo.c │ ├── e-widget-undo.h │ ├── e-win32-defaults.c │ ├── e-win32-defaults.h │ ├── e-win32-reloc.c │ ├── e-xml-utils.c │ ├── e-xml-utils.h │ ├── ea-calendar-cell.c │ ├── ea-calendar-cell.h │ ├── ea-calendar-item.c │ ├── ea-calendar-item.h │ ├── ea-cell-table.c │ ├── ea-cell-table.h │ ├── ea-factory.h │ ├── ea-widgets.c │ ├── ea-widgets.h │ ├── evolution-source-viewer.c │ ├── filter.error.xml │ ├── filter.ui │ ├── gal-a11y-e-cell-popup.c │ ├── gal-a11y-e-cell-popup.h │ ├── gal-a11y-e-cell-registry.c │ ├── gal-a11y-e-cell-registry.h │ ├── gal-a11y-e-cell-text.c │ ├── gal-a11y-e-cell-text.h │ ├── gal-a11y-e-cell-toggle.c │ ├── gal-a11y-e-cell-toggle.h │ ├── gal-a11y-e-cell-tree.c │ ├── gal-a11y-e-cell-tree.h │ ├── gal-a11y-e-cell-vbox.c │ ├── gal-a11y-e-cell-vbox.h │ ├── gal-a11y-e-cell.c │ ├── gal-a11y-e-cell.h │ ├── gal-a11y-e-table-click-to-add-factory.c │ ├── gal-a11y-e-table-click-to-add-factory.h │ ├── gal-a11y-e-table-click-to-add.c │ ├── gal-a11y-e-table-click-to-add.h │ ├── gal-a11y-e-table-column-header.c │ ├── gal-a11y-e-table-column-header.h │ ├── gal-a11y-e-table-item-factory.c │ ├── gal-a11y-e-table-item-factory.h │ ├── gal-a11y-e-table-item.c │ ├── gal-a11y-e-table-item.h │ ├── gal-a11y-e-table.c │ ├── gal-a11y-e-table.h │ ├── gal-a11y-e-text-factory.c │ ├── gal-a11y-e-text-factory.h │ ├── gal-a11y-e-text.c │ ├── gal-a11y-e-text.h │ ├── gal-a11y-e-tree.c │ ├── gal-a11y-e-tree.h │ ├── gal-a11y-factory.h │ ├── gal-a11y-util.c │ ├── gal-a11y-util.h │ ├── gal-view-collection.c │ ├── gal-view-collection.h │ ├── gal-view-etable.c │ ├── gal-view-etable.h │ ├── gal-view-instance-save-as-dialog.c │ ├── gal-view-instance-save-as-dialog.h │ ├── gal-view-instance-save-as-dialog.ui │ ├── gal-view-instance.c │ ├── gal-view-instance.h │ ├── gal-view.c │ ├── gal-view.h │ ├── test-accounts-window.c │ ├── test-calendar.c │ ├── test-category-completion.c │ ├── test-contact-store.c │ ├── test-dateedit.c │ ├── test-html-editor-units-bugs.c │ ├── test-html-editor-units-bugs.h │ ├── test-html-editor-units-utils.c │ ├── test-html-editor-units-utils.h │ ├── test-html-editor-units.c │ ├── test-html-editor.c │ ├── test-keyfile-settings-backend.c │ ├── test-keyfile-settings-backend.h │ ├── test-mail-signatures.c │ ├── test-markdown-editor.c │ ├── test-markdown.c │ ├── test-month-widget.c │ ├── test-name-selector.c │ ├── test-preferences-window.c │ ├── test-proxy-preferences.c │ ├── test-source-combo-box.c │ ├── test-source-config.c │ ├── test-source-selector.c │ ├── test-tree-view-frame.c │ ├── test-web-view-jsc.c │ └── widgets.error.xml ├── em-format │ ├── CMakeLists.txt │ ├── e-mail-extension-registry.c │ ├── e-mail-extension-registry.h │ ├── e-mail-formatter-attachment.c │ ├── e-mail-formatter-audio.c │ ├── e-mail-formatter-enums.h │ ├── e-mail-formatter-error.c │ ├── e-mail-formatter-extension.c │ ├── e-mail-formatter-extension.h │ ├── e-mail-formatter-headers.c │ ├── e-mail-formatter-image.c │ ├── e-mail-formatter-message-rfc822.c │ ├── e-mail-formatter-print-headers.c │ ├── e-mail-formatter-print.c │ ├── e-mail-formatter-print.h │ ├── e-mail-formatter-quote-headers.c │ ├── e-mail-formatter-quote-message-rfc822.c │ ├── e-mail-formatter-quote-text-enriched.c │ ├── e-mail-formatter-quote-text-html.c │ ├── e-mail-formatter-quote-text-plain.c │ ├── e-mail-formatter-quote.c │ ├── e-mail-formatter-quote.h │ ├── e-mail-formatter-secure-button.c │ ├── e-mail-formatter-source.c │ ├── e-mail-formatter-text-enriched.c │ ├── e-mail-formatter-text-html.c │ ├── e-mail-formatter-text-markdown.c │ ├── e-mail-formatter-text-plain.c │ ├── e-mail-formatter-utils.c │ ├── e-mail-formatter-utils.h │ ├── e-mail-formatter.c │ ├── e-mail-formatter.h │ ├── e-mail-inline-filter.c │ ├── e-mail-inline-filter.h │ ├── e-mail-parser-application-mbox.c │ ├── e-mail-parser-application-smime.c │ ├── e-mail-parser-audio.c │ ├── e-mail-parser-extension.c │ ├── e-mail-parser-extension.h │ ├── e-mail-parser-headers.c │ ├── e-mail-parser-image.c │ ├── e-mail-parser-inlinepgp-encrypted.c │ ├── e-mail-parser-inlinepgp-signed.c │ ├── e-mail-parser-message-deliverystatus.c │ ├── e-mail-parser-message-external.c │ ├── e-mail-parser-message-rfc822.c │ ├── e-mail-parser-message.c │ ├── e-mail-parser-multipart-alternative.c │ ├── e-mail-parser-multipart-appledouble.c │ ├── e-mail-parser-multipart-digest.c │ ├── e-mail-parser-multipart-encrypted.c │ ├── e-mail-parser-multipart-mixed.c │ ├── e-mail-parser-multipart-related.c │ ├── e-mail-parser-multipart-signed.c │ ├── e-mail-parser-secure-button.c │ ├── e-mail-parser-source.c │ ├── e-mail-parser-text-enriched.c │ ├── e-mail-parser-text-html.c │ ├── e-mail-parser-text-markdown.c │ ├── e-mail-parser-text-plain.c │ ├── e-mail-parser.c │ ├── e-mail-parser.h │ ├── e-mail-part-attachment.c │ ├── e-mail-part-attachment.h │ ├── e-mail-part-audio.c │ ├── e-mail-part-audio.h │ ├── e-mail-part-headers.c │ ├── e-mail-part-headers.h │ ├── e-mail-part-image.c │ ├── e-mail-part-image.h │ ├── e-mail-part-list.c │ ├── e-mail-part-list.h │ ├── e-mail-part-secure-button.c │ ├── e-mail-part-secure-button.h │ ├── e-mail-part-utils.c │ ├── e-mail-part-utils.h │ ├── e-mail-part.c │ ├── e-mail-part.h │ ├── e-mail-stripsig-filter.c │ └── e-mail-stripsig-filter.h ├── glade │ ├── CMakeLists.txt │ ├── evolution.xml │ └── gladeevolution.c ├── libemail-engine │ ├── CMakeLists.txt │ ├── camel-null-store.c │ ├── camel-null-store.h │ ├── e-mail-engine-enums.h │ ├── e-mail-folder-utils.c │ ├── e-mail-folder-utils.h │ ├── e-mail-junk-filter.c │ ├── e-mail-junk-filter.h │ ├── e-mail-session-utils.c │ ├── e-mail-session-utils.h │ ├── e-mail-session.c │ ├── e-mail-session.h │ ├── e-mail-store-utils.c │ ├── e-mail-store-utils.h │ ├── e-mail-utils.c │ ├── e-mail-utils.h │ ├── em-filter-folder-element.c │ ├── em-filter-folder-element.h │ ├── em-vfolder-context.c │ ├── em-vfolder-context.h │ ├── em-vfolder-rule.c │ ├── em-vfolder-rule.h │ ├── libemail-engine.h │ ├── libemail-engine.pc.in │ ├── mail-config.c │ ├── mail-config.h │ ├── mail-folder-cache.c │ ├── mail-folder-cache.h │ ├── mail-mt.c │ ├── mail-mt.h │ ├── mail-ops.c │ ├── mail-ops.h │ ├── mail-tools.c │ ├── mail-tools.h │ ├── mail-vfolder.c │ └── mail-vfolder.h ├── libgnomecanvas │ ├── CMakeLists.txt │ ├── gailcanvas.c │ ├── gailcanvas.h │ ├── gailcanvasgroup.c │ ├── gailcanvasgroup.h │ ├── gailcanvasgroupfactory.c │ ├── gailcanvasgroupfactory.h │ ├── gailcanvasitem.c │ ├── gailcanvasitem.h │ ├── gailcanvasitemfactory.c │ ├── gailcanvasitemfactory.h │ ├── gailcanvaswidget.c │ ├── gailcanvaswidget.h │ ├── gailcanvaswidgetfactory.c │ ├── gailcanvaswidgetfactory.h │ ├── gnome-canvas-pixbuf.c │ ├── gnome-canvas-pixbuf.h │ ├── gnome-canvas-rect.c │ ├── gnome-canvas-rect.h │ ├── gnome-canvas-util.c │ ├── gnome-canvas-util.h │ ├── gnome-canvas-widget.c │ ├── gnome-canvas-widget.h │ ├── gnome-canvas.c │ ├── gnome-canvas.h │ └── libgnomecanvas.h ├── mail │ ├── CMakeLists.txt │ ├── README.async │ ├── default │ │ ├── C │ │ │ └── Inbox │ │ ├── CMakeLists.txt │ │ ├── ca │ │ │ └── Inbox │ │ ├── cs │ │ │ └── Inbox │ │ ├── de │ │ │ └── Inbox │ │ ├── es │ │ │ └── Inbox │ │ ├── fi │ │ │ └── Inbox │ │ ├── fr │ │ │ └── Inbox │ │ ├── hu │ │ │ └── Inbox │ │ ├── id │ │ │ └── Inbox │ │ ├── it │ │ │ └── Inbox │ │ ├── ko │ │ │ └── Inbox │ │ ├── lt │ │ │ └── Inbox │ │ ├── mk │ │ │ └── Inbox │ │ ├── nl │ │ │ └── Inbox │ │ ├── pl │ │ │ └── Inbox │ │ ├── pt │ │ │ └── Inbox │ │ ├── ro │ │ │ └── Inbox │ │ ├── sr │ │ │ └── Inbox │ │ ├── sr@latin │ │ │ └── Inbox │ │ ├── sv │ │ │ └── Inbox │ │ └── zh_CN │ │ │ └── Inbox │ ├── e-cid-request.c │ ├── e-cid-request.h │ ├── e-http-request.c │ ├── e-http-request.h │ ├── e-mail-account-manager.c │ ├── e-mail-account-manager.h │ ├── e-mail-account-store.c │ ├── e-mail-account-store.h │ ├── e-mail-account-tree-view.c │ ├── e-mail-account-tree-view.h │ ├── e-mail-autoconfig.c │ ├── e-mail-autoconfig.h │ ├── e-mail-backend.c │ ├── e-mail-backend.h │ ├── e-mail-browser.c │ ├── e-mail-browser.h │ ├── e-mail-config-activity-page.c │ ├── e-mail-config-activity-page.h │ ├── e-mail-config-assistant.c │ ├── e-mail-config-assistant.h │ ├── e-mail-config-auth-check.c │ ├── e-mail-config-auth-check.h │ ├── e-mail-config-composing-page.c │ ├── e-mail-config-composing-page.h │ ├── e-mail-config-confirm-page.c │ ├── e-mail-config-confirm-page.h │ ├── e-mail-config-defaults-page.c │ ├── e-mail-config-defaults-page.h │ ├── e-mail-config-identity-page.c │ ├── e-mail-config-identity-page.h │ ├── e-mail-config-lookup-page.c │ ├── e-mail-config-lookup-page.h │ ├── e-mail-config-notebook.c │ ├── e-mail-config-notebook.h │ ├── e-mail-config-page.c │ ├── e-mail-config-page.h │ ├── e-mail-config-provider-page.c │ ├── e-mail-config-provider-page.h │ ├── e-mail-config-receiving-page.c │ ├── e-mail-config-receiving-page.h │ ├── e-mail-config-security-page.c │ ├── e-mail-config-security-page.h │ ├── e-mail-config-sending-page.c │ ├── e-mail-config-sending-page.h │ ├── e-mail-config-service-backend.c │ ├── e-mail-config-service-backend.h │ ├── e-mail-config-service-notebook.c │ ├── e-mail-config-service-notebook.h │ ├── e-mail-config-service-page.c │ ├── e-mail-config-service-page.h │ ├── e-mail-config-sidebar.c │ ├── e-mail-config-sidebar.h │ ├── e-mail-config-summary-page.c │ ├── e-mail-config-summary-page.h │ ├── e-mail-config-welcome-page.c │ ├── e-mail-config-welcome-page.h │ ├── e-mail-config-window.c │ ├── e-mail-config-window.h │ ├── e-mail-display-popup-extension.c │ ├── e-mail-display-popup-extension.h │ ├── e-mail-display.c │ ├── e-mail-display.h │ ├── e-mail-enums.h │ ├── e-mail-folder-create-dialog.c │ ├── e-mail-folder-create-dialog.h │ ├── e-mail-folder-sort-order-dialog.c │ ├── e-mail-folder-sort-order-dialog.h │ ├── e-mail-folder-tweaks.c │ ├── e-mail-folder-tweaks.h │ ├── e-mail-free-form-exp.c │ ├── e-mail-free-form-exp.h │ ├── e-mail-junk-options.c │ ├── e-mail-junk-options.h │ ├── e-mail-label-dialog.c │ ├── e-mail-label-dialog.h │ ├── e-mail-label-list-store.c │ ├── e-mail-label-list-store.h │ ├── e-mail-label-manager.c │ ├── e-mail-label-manager.h │ ├── e-mail-label-tree-view.c │ ├── e-mail-label-tree-view.h │ ├── e-mail-message-pane.c │ ├── e-mail-message-pane.h │ ├── e-mail-migrate.c │ ├── e-mail-migrate.h │ ├── e-mail-notes.c │ ├── e-mail-notes.h │ ├── e-mail-paned-view.c │ ├── e-mail-paned-view.h │ ├── e-mail-print-config-headers.c │ ├── e-mail-print-config-headers.h │ ├── e-mail-printer.c │ ├── e-mail-printer.h │ ├── e-mail-properties.c │ ├── e-mail-properties.h │ ├── e-mail-reader-utils.c │ ├── e-mail-reader-utils.h │ ├── e-mail-reader.c │ ├── e-mail-reader.h │ ├── e-mail-remote-content-popover.c │ ├── e-mail-remote-content-popover.h │ ├── e-mail-remote-content.c │ ├── e-mail-remote-content.h │ ├── e-mail-request.c │ ├── e-mail-request.h │ ├── e-mail-send-account-override.c │ ├── e-mail-send-account-override.h │ ├── e-mail-sidebar.c │ ├── e-mail-sidebar.h │ ├── e-mail-tag-editor.c │ ├── e-mail-tag-editor.h │ ├── e-mail-templates-store.c │ ├── e-mail-templates-store.h │ ├── e-mail-templates.c │ ├── e-mail-templates.h │ ├── e-mail-ui-session.c │ ├── e-mail-ui-session.h │ ├── e-mail-view.c │ ├── e-mail-view.h │ ├── e-mail-viewer.c │ ├── e-mail-viewer.h │ ├── e-mail.h │ ├── em-composer-utils.c │ ├── em-composer-utils.h │ ├── em-config.c │ ├── em-config.h │ ├── em-event.c │ ├── em-event.h │ ├── em-filter-context.c │ ├── em-filter-context.h │ ├── em-filter-editor-folder-element.c │ ├── em-filter-editor-folder-element.h │ ├── em-filter-editor.c │ ├── em-filter-editor.h │ ├── em-filter-mail-identity-element.c │ ├── em-filter-mail-identity-element.h │ ├── em-filter-rule.c │ ├── em-filter-rule.h │ ├── em-filter-source-element.c │ ├── em-filter-source-element.h │ ├── em-folder-properties.c │ ├── em-folder-properties.h │ ├── em-folder-selection-button.c │ ├── em-folder-selection-button.h │ ├── em-folder-selector.c │ ├── em-folder-selector.h │ ├── em-folder-tree-model.c │ ├── em-folder-tree-model.h │ ├── em-folder-tree.c │ ├── em-folder-tree.h │ ├── em-folder-utils.c │ ├── em-folder-utils.h │ ├── em-search-context.c │ ├── em-search-context.h │ ├── em-subscription-editor.c │ ├── em-subscription-editor.h │ ├── em-utils.c │ ├── em-utils.h │ ├── em-vfolder-editor-context.c │ ├── em-vfolder-editor-context.h │ ├── em-vfolder-editor-rule.c │ ├── em-vfolder-editor-rule.h │ ├── em-vfolder-editor.c │ ├── em-vfolder-editor.h │ ├── filtertypes.xml.in │ ├── importers │ │ ├── CMakeLists.txt │ │ ├── elm-importer.c │ │ ├── evolution-mbox-importer.c │ │ ├── kmail-importer.c │ │ ├── kmail-libs.c │ │ ├── kmail-libs.h │ │ ├── mail-importer.c │ │ ├── mail-importer.h │ │ └── pine-importer.c │ ├── mail-autofilter.c │ ├── mail-autofilter.h │ ├── mail-config.ui │ ├── mail-dialogs.ui │ ├── mail-send-recv.c │ ├── mail-send-recv.h │ ├── mail-vfolder-ui.c │ ├── mail-vfolder-ui.h │ ├── mail.error.xml │ ├── message-list.c │ ├── message-list.etspec │ ├── message-list.h │ ├── searchtypes.xml.in │ ├── test-mail-autoconfig.c │ └── vfoldertypes.xml.in ├── modules │ ├── CMakeLists.txt │ ├── accounts-window │ │ ├── CMakeLists.txt │ │ ├── accounts-window.c │ │ ├── e-accounts-window-editors.c │ │ ├── e-accounts-window-editors.h │ │ ├── e-collection-wizard-page.c │ │ ├── e-collection-wizard-page.h │ │ ├── e-webdav-browser-page.c │ │ └── e-webdav-browser-page.h │ ├── addressbook │ │ ├── CMakeLists.txt │ │ ├── autocompletion-config.c │ │ ├── autocompletion-config.h │ │ ├── e-book-config-hook.c │ │ ├── e-book-config-hook.h │ │ ├── e-book-shell-backend.c │ │ ├── e-book-shell-backend.h │ │ ├── e-book-shell-content.c │ │ ├── e-book-shell-content.h │ │ ├── e-book-shell-migrate.c │ │ ├── e-book-shell-migrate.h │ │ ├── e-book-shell-sidebar.c │ │ ├── e-book-shell-sidebar.h │ │ ├── e-book-shell-view-actions.c │ │ ├── e-book-shell-view-actions.h │ │ ├── e-book-shell-view-private.c │ │ ├── e-book-shell-view-private.h │ │ ├── e-book-shell-view.c │ │ ├── e-book-shell-view.h │ │ ├── eab-composer-util.c │ │ ├── eab-composer-util.h │ │ ├── evolution-module-addressbook.c │ │ └── openldap-extract.h │ ├── alarm-notify │ │ ├── CMakeLists.txt │ │ └── alarm-notify.c │ ├── appearance-settings │ │ ├── CMakeLists.txt │ │ └── evolution-appearance-settings.c │ ├── backup-restore │ │ ├── CMakeLists.txt │ │ ├── e-mail-config-restore-page.c │ │ ├── e-mail-config-restore-page.h │ │ ├── e-mail-config-restore-ready-page.c │ │ ├── e-mail-config-restore-ready-page.h │ │ ├── evolution-backup-restore.c │ │ ├── evolution-backup-tool.c │ │ └── org-gnome-backup-restore.error.xml │ ├── bogofilter │ │ ├── CMakeLists.txt │ │ ├── evolution-bogofilter.c │ │ └── org.gnome.Evolution-bogofilter.metainfo.xml.in │ ├── book-config-carddav │ │ ├── CMakeLists.txt │ │ └── evolution-book-config-carddav.c │ ├── book-config-google │ │ ├── CMakeLists.txt │ │ ├── e-google-book-chooser-button.c │ │ ├── e-google-book-chooser-button.h │ │ └── evolution-book-config-google.c │ ├── book-config-ldap │ │ ├── CMakeLists.txt │ │ └── evolution-book-config-ldap.c │ ├── book-config-local │ │ ├── CMakeLists.txt │ │ └── evolution-book-config-local.c │ ├── cal-config-caldav │ │ ├── CMakeLists.txt │ │ └── evolution-cal-config-caldav.c │ ├── cal-config-contacts │ │ ├── CMakeLists.txt │ │ ├── e-contacts-selector.c │ │ ├── e-contacts-selector.h │ │ └── evolution-cal-config-contacts.c │ ├── cal-config-google │ │ ├── CMakeLists.txt │ │ ├── e-cal-config-google.c │ │ ├── e-cal-config-gtasks.c │ │ ├── e-google-chooser-button.c │ │ ├── e-google-chooser-button.h │ │ ├── module-cal-config-google.c │ │ └── module-cal-config-google.h │ ├── cal-config-local │ │ ├── CMakeLists.txt │ │ └── evolution-cal-config-local.c │ ├── cal-config-weather │ │ ├── CMakeLists.txt │ │ ├── e-weather-location-entry.c │ │ ├── e-weather-location-entry.h │ │ └── evolution-cal-config-weather.c │ ├── cal-config-webcal │ │ ├── CMakeLists.txt │ │ └── evolution-cal-config-webcal.c │ ├── cal-config-webdav-notes │ │ ├── CMakeLists.txt │ │ └── evolution-cal-config-webdav-notes.c │ ├── calendar │ │ ├── CMakeLists.txt │ │ ├── e-cal-attachment-handler.c │ │ ├── e-cal-attachment-handler.h │ │ ├── e-cal-base-shell-backend.c │ │ ├── e-cal-base-shell-backend.h │ │ ├── e-cal-base-shell-content.c │ │ ├── e-cal-base-shell-content.h │ │ ├── e-cal-base-shell-sidebar.c │ │ ├── e-cal-base-shell-sidebar.h │ │ ├── e-cal-base-shell-view.c │ │ ├── e-cal-base-shell-view.h │ │ ├── e-cal-config-hook.c │ │ ├── e-cal-config-hook.h │ │ ├── e-cal-event-hook.c │ │ ├── e-cal-event-hook.h │ │ ├── e-cal-shell-backend.c │ │ ├── e-cal-shell-backend.h │ │ ├── e-cal-shell-content.c │ │ ├── e-cal-shell-content.h │ │ ├── e-cal-shell-migrate.c │ │ ├── e-cal-shell-migrate.h │ │ ├── e-cal-shell-view-actions.c │ │ ├── e-cal-shell-view-actions.h │ │ ├── e-cal-shell-view-memopad.c │ │ ├── e-cal-shell-view-private.c │ │ ├── e-cal-shell-view-private.h │ │ ├── e-cal-shell-view-taskpad.c │ │ ├── e-cal-shell-view.c │ │ ├── e-cal-shell-view.h │ │ ├── e-calendar-preferences.c │ │ ├── e-calendar-preferences.h │ │ ├── e-calendar-preferences.ui │ │ ├── e-memo-shell-backend.c │ │ ├── e-memo-shell-backend.h │ │ ├── e-memo-shell-content.c │ │ ├── e-memo-shell-content.h │ │ ├── e-memo-shell-migrate.c │ │ ├── e-memo-shell-migrate.h │ │ ├── e-memo-shell-view-actions.c │ │ ├── e-memo-shell-view-actions.h │ │ ├── e-memo-shell-view-private.c │ │ ├── e-memo-shell-view-private.h │ │ ├── e-memo-shell-view.c │ │ ├── e-memo-shell-view.h │ │ ├── e-task-shell-backend.c │ │ ├── e-task-shell-backend.h │ │ ├── e-task-shell-content.c │ │ ├── e-task-shell-content.h │ │ ├── e-task-shell-migrate.c │ │ ├── e-task-shell-migrate.h │ │ ├── e-task-shell-view-actions.c │ │ ├── e-task-shell-view-actions.h │ │ ├── e-task-shell-view-private.c │ │ ├── e-task-shell-view-private.h │ │ ├── e-task-shell-view.c │ │ ├── e-task-shell-view.h │ │ └── evolution-module-calendar.c │ ├── composer-autosave │ │ ├── CMakeLists.txt │ │ ├── e-autosave-utils.c │ │ ├── e-autosave-utils.h │ │ ├── e-composer-autosave.c │ │ ├── e-composer-autosave.h │ │ ├── e-composer-registry.c │ │ ├── e-composer-registry.h │ │ └── evolution-composer-autosave.c │ ├── composer-to-meeting │ │ ├── CMakeLists.txt │ │ ├── composer-to-meeting.c │ │ ├── e-composer-to-meeting.c │ │ ├── e-composer-to-meeting.h │ │ ├── e-meeting-to-composer.c │ │ └── e-meeting-to-composer.h │ ├── config-lookup │ │ ├── CMakeLists.txt │ │ ├── config-lookup.c │ │ ├── e-gnome-config-lookup.c │ │ ├── e-gnome-config-lookup.h │ │ ├── e-srv-config-lookup.c │ │ ├── e-srv-config-lookup.h │ │ ├── e-webdav-config-lookup.c │ │ └── e-webdav-config-lookup.h │ ├── contact-photos │ │ ├── CMakeLists.txt │ │ ├── e-contact-photo-source.c │ │ ├── e-contact-photo-source.h │ │ ├── e-photo-cache-contact-loader.c │ │ ├── e-photo-cache-contact-loader.h │ │ └── evolution-contact-photos.c │ ├── gravatar │ │ ├── CMakeLists.txt │ │ ├── e-gravatar-photo-source.c │ │ ├── e-gravatar-photo-source.h │ │ ├── e-photo-cache-gravatar-loader.c │ │ ├── e-photo-cache-gravatar-loader.h │ │ └── evolution-module-gravatar.c │ ├── itip-formatter │ │ ├── CMakeLists.txt │ │ ├── e-mail-formatter-itip.c │ │ ├── e-mail-formatter-itip.h │ │ ├── e-mail-parser-itip.c │ │ ├── e-mail-parser-itip.h │ │ ├── e-mail-part-itip.c │ │ ├── e-mail-part-itip.h │ │ ├── evolution-module-itip-formatter.c │ │ ├── itip-view-elements-defines.h │ │ ├── itip-view.c │ │ ├── itip-view.h │ │ └── org-gnome-itip-formatter.error.xml │ ├── mail-config │ │ ├── CMakeLists.txt │ │ ├── e-mail-config-google-summary.c │ │ ├── e-mail-config-google-summary.h │ │ ├── e-mail-config-imapx-options.c │ │ ├── e-mail-config-imapx-options.h │ │ ├── e-mail-config-local-accounts.c │ │ ├── e-mail-config-remote-accounts.c │ │ ├── e-mail-config-sendmail-backend.c │ │ ├── e-mail-config-sendmail-backend.h │ │ ├── e-mail-config-smtp-backend.c │ │ ├── e-mail-config-smtp-backend.h │ │ ├── e-mail-config-yahoo-summary.c │ │ ├── e-mail-config-yahoo-summary.h │ │ └── evolution-mail-config.c │ ├── mail │ │ ├── CMakeLists.txt │ │ ├── e-mail-attachment-handler.c │ │ ├── e-mail-attachment-handler.h │ │ ├── e-mail-config-hook.c │ │ ├── e-mail-config-hook.h │ │ ├── e-mail-event-hook.c │ │ ├── e-mail-event-hook.h │ │ ├── e-mail-shell-backend.c │ │ ├── e-mail-shell-backend.h │ │ ├── e-mail-shell-content.c │ │ ├── e-mail-shell-content.h │ │ ├── e-mail-shell-sidebar.c │ │ ├── e-mail-shell-sidebar.h │ │ ├── e-mail-shell-view-actions.c │ │ ├── e-mail-shell-view-actions.h │ │ ├── e-mail-shell-view-private.c │ │ ├── e-mail-shell-view-private.h │ │ ├── e-mail-shell-view.c │ │ ├── e-mail-shell-view.h │ │ ├── em-account-prefs.c │ │ ├── em-account-prefs.h │ │ ├── em-composer-prefs.c │ │ ├── em-composer-prefs.h │ │ ├── em-mailer-prefs.c │ │ ├── em-mailer-prefs.h │ │ └── evolution-module-mail.c │ ├── mailto-handler │ │ ├── CMakeLists.txt │ │ └── evolution-mailto-handler.c │ ├── mdn │ │ ├── CMakeLists.txt │ │ ├── evolution-mdn.c │ │ └── evolution-mdn.error.xml │ ├── offline-alert │ │ ├── CMakeLists.txt │ │ ├── evolution-offline-alert.c │ │ └── evolution-offline-alert.error.xml │ ├── plugin-lib │ │ ├── CMakeLists.txt │ │ ├── e-plugin-lib.c │ │ ├── e-plugin-lib.h │ │ └── evolution-module-plugin-lib.c │ ├── plugin-manager │ │ ├── CMakeLists.txt │ │ └── evolution-plugin-manager.c │ ├── prefer-plain │ │ ├── CMakeLists.txt │ │ ├── e-mail-display-popup-prefer-plain.c │ │ ├── e-mail-display-popup-prefer-plain.h │ │ ├── e-mail-parser-prefer-plain.c │ │ ├── e-mail-parser-prefer-plain.h │ │ ├── evolution-module-prefer-plain.c │ │ └── plugin │ │ │ ├── CMakeLists.txt │ │ │ ├── config-ui.c │ │ │ └── org-gnome-prefer-plain.eplug.xml │ ├── rss │ │ ├── CMakeLists.txt │ │ ├── camel-rss-store-summary.c │ │ ├── camel-rss-store-summary.h │ │ ├── camel │ │ │ ├── CMakeLists.txt │ │ │ ├── camel-rss-folder-summary.c │ │ │ ├── camel-rss-folder-summary.h │ │ │ ├── camel-rss-folder.c │ │ │ ├── camel-rss-folder.h │ │ │ ├── camel-rss-provider.c │ │ │ ├── camel-rss-settings.c │ │ │ ├── camel-rss-settings.h │ │ │ ├── camel-rss-store.c │ │ │ ├── camel-rss-store.h │ │ │ └── libcamelrss.urls │ │ ├── e-rss-parser.c │ │ ├── e-rss-parser.h │ │ └── evolution │ │ │ ├── CMakeLists.txt │ │ │ ├── e-rss-folder-tree-model-extension.c │ │ │ ├── e-rss-preferences.c │ │ │ ├── e-rss-preferences.h │ │ │ ├── e-rss-shell-extension.c │ │ │ ├── e-rss-shell-view-extension.c │ │ │ ├── module-rss.c │ │ │ └── module-rss.h │ ├── settings │ │ ├── CMakeLists.txt │ │ ├── e-settings-cal-model.c │ │ ├── e-settings-cal-model.h │ │ ├── e-settings-calendar-item.c │ │ ├── e-settings-calendar-item.h │ │ ├── e-settings-calendar-view.c │ │ ├── e-settings-calendar-view.h │ │ ├── e-settings-client-cache.c │ │ ├── e-settings-client-cache.h │ │ ├── e-settings-content-editor.c │ │ ├── e-settings-content-editor.h │ │ ├── e-settings-date-edit.c │ │ ├── e-settings-date-edit.h │ │ ├── e-settings-deprecated.c │ │ ├── e-settings-deprecated.h │ │ ├── e-settings-mail-browser.c │ │ ├── e-settings-mail-browser.h │ │ ├── e-settings-mail-formatter.c │ │ ├── e-settings-mail-formatter.h │ │ ├── e-settings-mail-part-headers.c │ │ ├── e-settings-mail-part-headers.h │ │ ├── e-settings-mail-reader.c │ │ ├── e-settings-mail-reader.h │ │ ├── e-settings-mail-session.c │ │ ├── e-settings-mail-session.h │ │ ├── e-settings-meeting-store.c │ │ ├── e-settings-meeting-store.h │ │ ├── e-settings-meeting-time-selector.c │ │ ├── e-settings-meeting-time-selector.h │ │ ├── e-settings-message-list.c │ │ ├── e-settings-message-list.h │ │ ├── e-settings-name-selector-entry.c │ │ ├── e-settings-name-selector-entry.h │ │ ├── e-settings-spell-checker.c │ │ ├── e-settings-spell-checker.h │ │ ├── e-settings-spell-entry.c │ │ ├── e-settings-spell-entry.h │ │ ├── e-settings-weekday-chooser.c │ │ ├── e-settings-weekday-chooser.h │ │ └── evolution-module-settings.c │ ├── spamassassin │ │ ├── CMakeLists.txt │ │ ├── evolution-spamassassin.c │ │ └── org.gnome.Evolution-spamassassin.metainfo.xml.in │ ├── startup-wizard │ │ ├── CMakeLists.txt │ │ ├── e-mail-config-import-page.c │ │ ├── e-mail-config-import-page.h │ │ ├── e-mail-config-import-progress-page.c │ │ ├── e-mail-config-import-progress-page.h │ │ ├── e-startup-assistant.c │ │ ├── e-startup-assistant.h │ │ └── evolution-startup-wizard.c │ ├── text-highlight │ │ ├── CMakeLists.txt │ │ ├── e-mail-display-popup-text-highlight.c │ │ ├── e-mail-display-popup-text-highlight.h │ │ ├── e-mail-formatter-text-highlight.c │ │ ├── e-mail-formatter-text-highlight.h │ │ ├── e-mail-parser-text-highlight.c │ │ ├── e-mail-parser-text-highlight.h │ │ ├── evolution-module-text-highlight.c │ │ ├── languages.c │ │ └── languages.h │ ├── tnef-attachment │ │ ├── CMakeLists.txt │ │ ├── e-mail-parser-tnef-attachment.c │ │ ├── e-mail-parser-tnef-attachment.h │ │ └── evolution-module-tnef-attachment.c │ ├── vcard-inline │ │ ├── CMakeLists.txt │ │ ├── e-mail-formatter-vcard.c │ │ ├── e-mail-formatter-vcard.h │ │ ├── e-mail-parser-vcard.c │ │ ├── e-mail-parser-vcard.h │ │ ├── e-mail-part-vcard.c │ │ ├── e-mail-part-vcard.h │ │ └── evolution-module-vcard-inline.c │ ├── webkit-editor │ │ ├── CMakeLists.txt │ │ ├── e-webkit-editor-extension.c │ │ ├── e-webkit-editor-extension.h │ │ ├── e-webkit-editor.c │ │ ├── e-webkit-editor.h │ │ ├── evolution-module-webkit-editor.c │ │ └── web-extension │ │ │ ├── CMakeLists.txt │ │ │ ├── e-editor-web-extension-main.c │ │ │ ├── e-editor-web-extension.c │ │ │ └── e-editor-web-extension.h │ └── webkit-inspector │ │ ├── CMakeLists.txt │ │ └── evolution-webkit-inspector.c ├── plugins │ ├── CMakeLists.txt │ ├── attachment-reminder │ │ ├── CMakeLists.txt │ │ ├── attachment-reminder.c │ │ ├── org-gnome-attachment-reminder.error.xml │ │ └── org-gnome-evolution-attachment-reminder.eplug.xml │ ├── bbdb │ │ ├── CMakeLists.txt │ │ ├── bbdb.c │ │ ├── bbdb.h │ │ ├── gaimbuddies.c │ │ ├── org-gnome-evolution-bbdb.eplug.xml │ │ └── test-evobuddy.c │ ├── dbx-import │ │ ├── CMakeLists.txt │ │ ├── dbx-importer.c │ │ └── org-gnome-dbx-import.eplug.xml │ ├── email-custom-header │ │ ├── CMakeLists.txt │ │ ├── email-custom-header.c │ │ ├── email-custom-header.h │ │ ├── org-gnome-email-custom-header.eplug.xml │ │ └── org-gnome-email-custom-header.ui │ ├── external-editor │ │ ├── CMakeLists.txt │ │ ├── external-editor.c │ │ ├── org-gnome-external-editor.eplug.xml │ │ └── org-gnome-external-editor.error.xml │ ├── face │ │ ├── CMakeLists.txt │ │ ├── face.c │ │ ├── org-gnome-face.eplug.xml │ │ └── org-gnome-face.error.xml │ ├── mail-notification │ │ ├── CMakeLists.txt │ │ ├── mail-notification.c │ │ └── org-gnome-mail-notification.eplug.xml │ ├── mail-to-task │ │ ├── CMakeLists.txt │ │ ├── mail-to-task.c │ │ └── org-gnome-mail-to-task.eplug.xml │ ├── mailing-list-actions │ │ ├── CMakeLists.txt │ │ ├── mailing-list-actions.c │ │ ├── org-gnome-mailing-list-actions.eplug.xml │ │ └── org-gnome-mailing-list-actions.error.xml │ ├── pst-import │ │ ├── CMakeLists.txt │ │ ├── org-gnome-pst-import.eplug.xml │ │ ├── org.gnome.Evolution-pst.metainfo.xml.in │ │ └── pst-importer.c │ ├── publish-calendar │ │ ├── CMakeLists.txt │ │ ├── org-gnome-publish-calendar.eplug.xml │ │ ├── publish-calendar.c │ │ ├── publish-calendar.ui │ │ ├── publish-format-fb.c │ │ ├── publish-format-fb.h │ │ ├── publish-format-ical.c │ │ ├── publish-format-ical.h │ │ ├── publish-location.c │ │ ├── publish-location.h │ │ ├── url-editor-dialog.c │ │ └── url-editor-dialog.h │ ├── save-calendar │ │ ├── CMakeLists.txt │ │ ├── csv-format.c │ │ ├── format-handler.h │ │ ├── ical-format.c │ │ ├── org-gnome-save-calendar.eplug.xml │ │ ├── rdf-format.c │ │ └── save-calendar.c │ ├── sender-validation │ │ ├── CMakeLists.txt │ │ ├── org-gnome-evolution-sender-validation.eplug.xml │ │ ├── org-gnome-sender-validation.error.xml │ │ └── sender-validation.c │ └── templates │ │ ├── CMakeLists.txt │ │ ├── org-gnome-templates.eplug.xml │ │ └── templates.c ├── shell │ ├── CMakeLists.txt │ ├── e-convert-local-mail.c │ ├── e-migrate-base-dirs.c │ ├── e-shell-backend.c │ ├── e-shell-backend.h │ ├── e-shell-common.h │ ├── e-shell-content.c │ ├── e-shell-content.h │ ├── e-shell-migrate.c │ ├── e-shell-migrate.h │ ├── e-shell-searchbar.c │ ├── e-shell-searchbar.h │ ├── e-shell-sidebar.c │ ├── e-shell-sidebar.h │ ├── e-shell-switcher.c │ ├── e-shell-switcher.h │ ├── e-shell-taskbar.c │ ├── e-shell-taskbar.h │ ├── e-shell-utils.c │ ├── e-shell-utils.h │ ├── e-shell-view.c │ ├── e-shell-view.h │ ├── e-shell-window-actions.c │ ├── e-shell-window-actions.h │ ├── e-shell-window-private.c │ ├── e-shell-window-private.h │ ├── e-shell-window.c │ ├── e-shell-window.h │ ├── e-shell.c │ ├── e-shell.h │ ├── evo-version.h.in │ ├── evolution-icon.rc │ ├── evolution-mail.ico │ ├── evolution-memos.ico │ ├── evolution-tasks.ico │ ├── evolution.ico │ ├── killev.c │ ├── main.c │ └── shell.error.xml ├── smime │ ├── CMakeLists.txt │ ├── gui │ │ ├── CMakeLists.txt │ │ ├── ca-trust-dialog.c │ │ ├── ca-trust-dialog.h │ │ ├── cert-trust-dialog.c │ │ ├── cert-trust-dialog.h │ │ ├── certificate-manager.c │ │ ├── certificate-manager.h │ │ ├── component.c │ │ ├── component.h │ │ ├── e-cert-selector.c │ │ ├── e-cert-selector.h │ │ └── smime-ui.ui │ ├── lib │ │ ├── CMakeLists.txt │ │ ├── e-cert-db.c │ │ ├── e-cert-db.h │ │ ├── e-cert-trust.c │ │ ├── e-cert-trust.h │ │ ├── e-cert.c │ │ ├── e-cert.h │ │ ├── e-pkcs12.c │ │ └── e-pkcs12.h │ └── tests │ │ └── import-cert.c └── web-extensions │ ├── CMakeLists.txt │ ├── e-web-extension-main.c │ ├── e-web-extension.c │ └── e-web-extension.h ├── tests ├── CMakeLists.txt ├── addressbook.feature ├── common_steps.py ├── environment.py ├── shortcuts.feature └── steps │ ├── addressbook_steps.py │ ├── initial_setup_steps.py │ └── steps.py └── win32 ├── .gitignore ├── Makefile ├── build ├── get-src ├── patches ├── bison.patch ├── dbus.patch ├── fontconfig.patch ├── freetype.patch ├── gcr.patch ├── gettext.patch ├── gnutls.patch ├── gtk-doc.m4 ├── gtk-doc.make ├── gtk.patch ├── harfbuzz.patch ├── jasper.patch ├── libepoxy.patch ├── libgdata.patch ├── libgpg-error.patch ├── libgweather.patch ├── libical.patch ├── liboauth.patch ├── libpng.patch ├── libsecret.patch ├── libxslt.patch ├── ncurses.patch ├── nettle.patch ├── nss.patch ├── openldap.patch ├── p11-kit.patch ├── regex.patch ├── rss.patch ├── tzdata.patch └── yelp.m4 ├── readme.txt ├── session-local.conf.in └── setup-env /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | data/screenshots export-ignore 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab-ci/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitlab-ci/README.md -------------------------------------------------------------------------------- /.gitlab-ci/fedora.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitlab-ci/fedora.Dockerfile -------------------------------------------------------------------------------- /.gitlab-ci/run-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitlab-ci/run-docker.sh -------------------------------------------------------------------------------- /.gitlab-ci/run-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitlab-ci/run-tests.sh -------------------------------------------------------------------------------- /.gitlab-ci/update-help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/.gitlab-ci/update-help.c -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/AUTHORS -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING-DOCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING-DOCS -------------------------------------------------------------------------------- /COPYING-DOCS.CCBYSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING-DOCS.CCBYSA -------------------------------------------------------------------------------- /COPYING-DOCS.GFDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING-DOCS.GFDL -------------------------------------------------------------------------------- /COPYING.LGPL2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING.LGPL2 -------------------------------------------------------------------------------- /COPYING.LGPL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING.LGPL3 -------------------------------------------------------------------------------- /COPYING.OPENLDAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/COPYING.OPENLDAP -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/ChangeLog -------------------------------------------------------------------------------- /HACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/HACKING -------------------------------------------------------------------------------- /MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/MAINTAINERS -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/NEWS -------------------------------------------------------------------------------- /NEWS-1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/NEWS-1.0 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/README.md -------------------------------------------------------------------------------- /README.translators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/README.translators -------------------------------------------------------------------------------- /cmake/cmake_uninstall.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/cmake_uninstall.cmake.in -------------------------------------------------------------------------------- /cmake/modules/CheckTarget.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/CheckTarget.cmake -------------------------------------------------------------------------------- /cmake/modules/DistTargets.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/DistTargets.cmake -------------------------------------------------------------------------------- /cmake/modules/FindLDAP.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/FindLDAP.cmake -------------------------------------------------------------------------------- /cmake/modules/FindSMIME.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/FindSMIME.cmake -------------------------------------------------------------------------------- /cmake/modules/GLibTools.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/GLibTools.cmake -------------------------------------------------------------------------------- /cmake/modules/GtkDoc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/GtkDoc.cmake -------------------------------------------------------------------------------- /cmake/modules/IconCache.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/IconCache.cmake -------------------------------------------------------------------------------- /cmake/modules/PkgConfigEx.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/modules/PkgConfigEx.cmake -------------------------------------------------------------------------------- /cmake/verify-news-file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/verify-news-file.sh -------------------------------------------------------------------------------- /cmake/verify-pre-dist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/cmake/verify-pre-dist.sh -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/config.h.in -------------------------------------------------------------------------------- /data/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/CMakeLists.txt -------------------------------------------------------------------------------- /data/emoji.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/emoji.data -------------------------------------------------------------------------------- /data/evolution.convert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/evolution.convert -------------------------------------------------------------------------------- /data/icons/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/icons/CMakeLists.txt -------------------------------------------------------------------------------- /data/icons/source-symbols.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/icons/source-symbols.svg -------------------------------------------------------------------------------- /data/images/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/CMakeLists.txt -------------------------------------------------------------------------------- /data/images/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/arrow-down.svg -------------------------------------------------------------------------------- /data/images/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/arrow-up.svg -------------------------------------------------------------------------------- /data/images/draft-paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/draft-paper.png -------------------------------------------------------------------------------- /data/images/draft-stamp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/draft-stamp.jpg -------------------------------------------------------------------------------- /data/images/empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/empty.svg -------------------------------------------------------------------------------- /data/images/jump-focused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/jump-focused.svg -------------------------------------------------------------------------------- /data/images/jump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/jump.svg -------------------------------------------------------------------------------- /data/images/midnight-stars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/midnight-stars.jpg -------------------------------------------------------------------------------- /data/images/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/paper.png -------------------------------------------------------------------------------- /data/images/rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/rect.png -------------------------------------------------------------------------------- /data/images/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/ribbon.jpg -------------------------------------------------------------------------------- /data/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/texture.png -------------------------------------------------------------------------------- /data/images/working.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/working.png -------------------------------------------------------------------------------- /data/images/world_map-960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/images/world_map-960.png -------------------------------------------------------------------------------- /data/sounds/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | install(FILES default_alarm.wav 2 | DESTINATION ${soundsdir} 3 | ) 4 | -------------------------------------------------------------------------------- /data/sounds/default_alarm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/sounds/default_alarm.wav -------------------------------------------------------------------------------- /data/ui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/CMakeLists.txt -------------------------------------------------------------------------------- /data/ui/e-comp-editor.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/e-comp-editor.eui -------------------------------------------------------------------------------- /data/ui/e-html-editor.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/e-html-editor.eui -------------------------------------------------------------------------------- /data/ui/evolution-calendars.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-calendars.eui -------------------------------------------------------------------------------- /data/ui/evolution-composer.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-composer.eui -------------------------------------------------------------------------------- /data/ui/evolution-contacts.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-contacts.eui -------------------------------------------------------------------------------- /data/ui/evolution-mail.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-mail.eui -------------------------------------------------------------------------------- /data/ui/evolution-memos.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-memos.eui -------------------------------------------------------------------------------- /data/ui/evolution-shell.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-shell.eui -------------------------------------------------------------------------------- /data/ui/evolution-shortcuts.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-shortcuts.ui -------------------------------------------------------------------------------- /data/ui/evolution-tasks.eui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/ui/evolution-tasks.eui -------------------------------------------------------------------------------- /data/views/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/CMakeLists.txt -------------------------------------------------------------------------------- /data/views/calendar/galview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/calendar/galview.xml -------------------------------------------------------------------------------- /data/views/mail/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/mail/CMakeLists.txt -------------------------------------------------------------------------------- /data/views/mail/galview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/mail/galview.xml -------------------------------------------------------------------------------- /data/views/memos/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/memos/CMakeLists.txt -------------------------------------------------------------------------------- /data/views/memos/Memos.galview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/memos/Memos.galview -------------------------------------------------------------------------------- /data/views/memos/galview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/memos/galview.xml -------------------------------------------------------------------------------- /data/views/tasks/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/tasks/CMakeLists.txt -------------------------------------------------------------------------------- /data/views/tasks/Tasks.galview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/tasks/Tasks.galview -------------------------------------------------------------------------------- /data/views/tasks/galview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/views/tasks/galview.xml -------------------------------------------------------------------------------- /data/webkit/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/CMakeLists.txt -------------------------------------------------------------------------------- /data/webkit/e-convert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/e-convert.js -------------------------------------------------------------------------------- /data/webkit/e-editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/e-editor.js -------------------------------------------------------------------------------- /data/webkit/e-selection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/e-selection.js -------------------------------------------------------------------------------- /data/webkit/e-undo-redo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/e-undo-redo.js -------------------------------------------------------------------------------- /data/webkit/e-web-view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/e-web-view.js -------------------------------------------------------------------------------- /data/webkit/webview-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/webview-print.css -------------------------------------------------------------------------------- /data/webkit/webview.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/data/webkit/webview.css -------------------------------------------------------------------------------- /docs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/CMakeLists.txt -------------------------------------------------------------------------------- /docs/COPYING-DOCS.CCBYSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/COPYING-DOCS.CCBYSA -------------------------------------------------------------------------------- /docs/COPYING-DOCS.GFDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/COPYING-DOCS.GFDL -------------------------------------------------------------------------------- /docs/devel/fdl.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/devel/fdl.sgml -------------------------------------------------------------------------------- /docs/devel/images/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/devel/images/Makefile -------------------------------------------------------------------------------- /docs/devel/misc/errors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/devel/misc/errors.txt -------------------------------------------------------------------------------- /docs/devel/preface.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/devel/preface.sgml -------------------------------------------------------------------------------- /docs/devel/reference.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/devel/reference.sgml -------------------------------------------------------------------------------- /docs/evolution.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/evolution.1 -------------------------------------------------------------------------------- /docs/reference/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/docs/reference/CMakeLists.txt -------------------------------------------------------------------------------- /evolution-calendar.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/evolution-calendar.pc.in -------------------------------------------------------------------------------- /evolution-mail.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/evolution-mail.pc.in -------------------------------------------------------------------------------- /evolution-shell.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/evolution-shell.pc.in -------------------------------------------------------------------------------- /evolution.doap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/evolution.doap -------------------------------------------------------------------------------- /flatpak/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/flatpak/.gitignore -------------------------------------------------------------------------------- /flatpak/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/flatpak/README -------------------------------------------------------------------------------- /help/C/backup-restore.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/backup-restore.page -------------------------------------------------------------------------------- /help/C/calendar-caldav.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-caldav.page -------------------------------------------------------------------------------- /help/C/calendar-free-busy.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-free-busy.page -------------------------------------------------------------------------------- /help/C/calendar-google.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-google.page -------------------------------------------------------------------------------- /help/C/calendar-layout.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-layout.page -------------------------------------------------------------------------------- /help/C/calendar-local.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-local.page -------------------------------------------------------------------------------- /help/C/calendar-meetings.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-meetings.page -------------------------------------------------------------------------------- /help/C/calendar-organizing.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-organizing.page -------------------------------------------------------------------------------- /help/C/calendar-publishing.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-publishing.page -------------------------------------------------------------------------------- /help/C/calendar-recurrence.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-recurrence.page -------------------------------------------------------------------------------- /help/C/calendar-searching.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-searching.page -------------------------------------------------------------------------------- /help/C/calendar-timezones.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-timezones.page -------------------------------------------------------------------------------- /help/C/calendar-usage.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-usage.page -------------------------------------------------------------------------------- /help/C/calendar-weather.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-weather.page -------------------------------------------------------------------------------- /help/C/calendar-webdav.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/calendar-webdav.page -------------------------------------------------------------------------------- /help/C/contacts-carddav.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-carddav.page -------------------------------------------------------------------------------- /help/C/contacts-google.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-google.page -------------------------------------------------------------------------------- /help/C/contacts-ldap.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-ldap.page -------------------------------------------------------------------------------- /help/C/contacts-local.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-local.page -------------------------------------------------------------------------------- /help/C/contacts-organizing.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-organizing.page -------------------------------------------------------------------------------- /help/C/contacts-searching.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-searching.page -------------------------------------------------------------------------------- /help/C/contacts-usage.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/contacts-usage.page -------------------------------------------------------------------------------- /help/C/credits.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/credits.page -------------------------------------------------------------------------------- /help/C/customize-ui-items.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/customize-ui-items.page -------------------------------------------------------------------------------- /help/C/data-storage.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/data-storage.page -------------------------------------------------------------------------------- /help/C/default-browser.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/default-browser.page -------------------------------------------------------------------------------- /help/C/deleting-emails.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/deleting-emails.page -------------------------------------------------------------------------------- /help/C/exporting-data-mail.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/exporting-data-mail.page -------------------------------------------------------------------------------- /help/C/exporting-data.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/exporting-data.page -------------------------------------------------------------------------------- /help/C/figures/color-000000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-000000.png -------------------------------------------------------------------------------- /help/C/figures/color-204a87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-204a87.png -------------------------------------------------------------------------------- /help/C/figures/color-2e3436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-2e3436.png -------------------------------------------------------------------------------- /help/C/figures/color-4e9a06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-4e9a06.png -------------------------------------------------------------------------------- /help/C/figures/color-5c3566.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-5c3566.png -------------------------------------------------------------------------------- /help/C/figures/color-8f5902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-8f5902.png -------------------------------------------------------------------------------- /help/C/figures/color-a40000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-a40000.png -------------------------------------------------------------------------------- /help/C/figures/color-c4a000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-c4a000.png -------------------------------------------------------------------------------- /help/C/figures/color-ce5c00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/color-ce5c00.png -------------------------------------------------------------------------------- /help/C/figures/evolution.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/evolution.svg -------------------------------------------------------------------------------- /help/C/figures/minus-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/minus-icon.png -------------------------------------------------------------------------------- /help/C/figures/plus-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/plus-icon.png -------------------------------------------------------------------------------- /help/C/figures/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/figures/search-icon.png -------------------------------------------------------------------------------- /help/C/flatpak-limitations.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/flatpak-limitations.page -------------------------------------------------------------------------------- /help/C/google-services.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/google-services.page -------------------------------------------------------------------------------- /help/C/import-apps-kmail.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/import-apps-kmail.page -------------------------------------------------------------------------------- /help/C/import-apps-mozilla.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/import-apps-mozilla.page -------------------------------------------------------------------------------- /help/C/import-apps-outlook.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/import-apps-outlook.page -------------------------------------------------------------------------------- /help/C/import-data.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/import-data.page -------------------------------------------------------------------------------- /help/C/import-single-files.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/import-single-files.page -------------------------------------------------------------------------------- /help/C/index.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/index.page -------------------------------------------------------------------------------- /help/C/intro-account-types.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/intro-account-types.page -------------------------------------------------------------------------------- /help/C/intro-first-run.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/intro-first-run.page -------------------------------------------------------------------------------- /help/C/intro-main-window.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/intro-main-window.page -------------------------------------------------------------------------------- /help/C/legal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/legal.xml -------------------------------------------------------------------------------- /help/C/mail-attachments.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-attachments.page -------------------------------------------------------------------------------- /help/C/mail-cannot-see.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-cannot-see.page -------------------------------------------------------------------------------- /help/C/mail-composer-html.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-composer-html.page -------------------------------------------------------------------------------- /help/C/mail-composer-reply.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-composer-reply.page -------------------------------------------------------------------------------- /help/C/mail-duplicates.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-duplicates.page -------------------------------------------------------------------------------- /help/C/mail-encryption.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-encryption.page -------------------------------------------------------------------------------- /help/C/mail-filters.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-filters.page -------------------------------------------------------------------------------- /help/C/mail-folders.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-folders.page -------------------------------------------------------------------------------- /help/C/mail-follow-up-flag.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-follow-up-flag.page -------------------------------------------------------------------------------- /help/C/mail-labels.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-labels.page -------------------------------------------------------------------------------- /help/C/mail-moving-emails.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-moving-emails.page -------------------------------------------------------------------------------- /help/C/mail-not-sent.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-not-sent.page -------------------------------------------------------------------------------- /help/C/mail-organizing.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-organizing.page -------------------------------------------------------------------------------- /help/C/mail-read-receipts.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-read-receipts.page -------------------------------------------------------------------------------- /help/C/mail-save-as-pdf.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-save-as-pdf.page -------------------------------------------------------------------------------- /help/C/mail-search-folders.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-search-folders.page -------------------------------------------------------------------------------- /help/C/mail-searching.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-searching.page -------------------------------------------------------------------------------- /help/C/mail-spam-marking.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-spam-marking.page -------------------------------------------------------------------------------- /help/C/mail-spam-settings.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-spam-settings.page -------------------------------------------------------------------------------- /help/C/mail-spam.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-spam.page -------------------------------------------------------------------------------- /help/C/mail-vertical-view.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-vertical-view.page -------------------------------------------------------------------------------- /help/C/mail-word-wrap.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/mail-word-wrap.page -------------------------------------------------------------------------------- /help/C/memos-searching.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/memos-searching.page -------------------------------------------------------------------------------- /help/C/memos-usage.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/memos-usage.page -------------------------------------------------------------------------------- /help/C/offline.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/offline.page -------------------------------------------------------------------------------- /help/C/organizing.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/organizing.page -------------------------------------------------------------------------------- /help/C/searching-items.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/searching-items.page -------------------------------------------------------------------------------- /help/C/tasks-caldav.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/tasks-caldav.page -------------------------------------------------------------------------------- /help/C/tasks-local.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/tasks-local.page -------------------------------------------------------------------------------- /help/C/tasks-organizing.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/tasks-organizing.page -------------------------------------------------------------------------------- /help/C/tasks-searching.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/tasks-searching.page -------------------------------------------------------------------------------- /help/C/tasks-usage.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/tasks-usage.page -------------------------------------------------------------------------------- /help/C/tasks-webdav.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/tasks-webdav.page -------------------------------------------------------------------------------- /help/C/using-categories.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/using-categories.page -------------------------------------------------------------------------------- /help/C/xinclude-searching.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/C/xinclude-searching.xml -------------------------------------------------------------------------------- /help/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/CMakeLists.txt -------------------------------------------------------------------------------- /help/COPYING-DOCS.CCBYSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/COPYING-DOCS.CCBYSA -------------------------------------------------------------------------------- /help/COPYING-DOCS.GFDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/COPYING-DOCS.GFDL -------------------------------------------------------------------------------- /help/ca/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/ca/ca.po -------------------------------------------------------------------------------- /help/cs/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/cs/cs.po -------------------------------------------------------------------------------- /help/de/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/de/de.po -------------------------------------------------------------------------------- /help/el/el.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/el/el.po -------------------------------------------------------------------------------- /help/en_GB/en_GB.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/en_GB/en_GB.po -------------------------------------------------------------------------------- /help/es/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/es/es.po -------------------------------------------------------------------------------- /help/eu/eu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/eu/eu.po -------------------------------------------------------------------------------- /help/fr/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/fr/fr.po -------------------------------------------------------------------------------- /help/gl/gl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/gl/gl.po -------------------------------------------------------------------------------- /help/hu/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/hu/hu.po -------------------------------------------------------------------------------- /help/id/id.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/id/id.po -------------------------------------------------------------------------------- /help/mk/mk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/mk/mk.po -------------------------------------------------------------------------------- /help/oc/oc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/oc/oc.po -------------------------------------------------------------------------------- /help/pt/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/pt/pt.po -------------------------------------------------------------------------------- /help/pt_BR/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/pt_BR/pt_BR.po -------------------------------------------------------------------------------- /help/ru/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/ru/ru.po -------------------------------------------------------------------------------- /help/sl/sl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/sl/sl.po -------------------------------------------------------------------------------- /help/sv/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/sv/sv.po -------------------------------------------------------------------------------- /help/te/te.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/te/te.po -------------------------------------------------------------------------------- /help/uk/uk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/uk/uk.po -------------------------------------------------------------------------------- /help/zh_CN/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/help/zh_CN/zh_CN.po -------------------------------------------------------------------------------- /iconv-detect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/iconv-detect.c -------------------------------------------------------------------------------- /news-to-appdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/news-to-appdata.c -------------------------------------------------------------------------------- /po/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | intltool_setup_po_dir() 2 | -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/POTFILES.in -------------------------------------------------------------------------------- /po/POTFILES.skip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/POTFILES.skip -------------------------------------------------------------------------------- /po/ab.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ab.po -------------------------------------------------------------------------------- /po/af.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/af.po -------------------------------------------------------------------------------- /po/am.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/am.po -------------------------------------------------------------------------------- /po/an.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/an.po -------------------------------------------------------------------------------- /po/ar.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ar.po -------------------------------------------------------------------------------- /po/as.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/as.po -------------------------------------------------------------------------------- /po/ast.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ast.po -------------------------------------------------------------------------------- /po/az.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/az.po -------------------------------------------------------------------------------- /po/be.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/be.po -------------------------------------------------------------------------------- /po/be@latin.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/be@latin.po -------------------------------------------------------------------------------- /po/bg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/bg.po -------------------------------------------------------------------------------- /po/bn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/bn.po -------------------------------------------------------------------------------- /po/bn_IN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/bn_IN.po -------------------------------------------------------------------------------- /po/br.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/br.po -------------------------------------------------------------------------------- /po/bs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/bs.po -------------------------------------------------------------------------------- /po/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ca.po -------------------------------------------------------------------------------- /po/ca@valencia.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ca@valencia.po -------------------------------------------------------------------------------- /po/ckb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ckb.po -------------------------------------------------------------------------------- /po/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/cs.po -------------------------------------------------------------------------------- /po/cy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/cy.po -------------------------------------------------------------------------------- /po/da.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/da.po -------------------------------------------------------------------------------- /po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/de.po -------------------------------------------------------------------------------- /po/dz.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/dz.po -------------------------------------------------------------------------------- /po/el.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/el.po -------------------------------------------------------------------------------- /po/en@shaw.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/en@shaw.po -------------------------------------------------------------------------------- /po/en_AU.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/en_AU.po -------------------------------------------------------------------------------- /po/en_CA.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/en_CA.po -------------------------------------------------------------------------------- /po/en_GB.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/en_GB.po -------------------------------------------------------------------------------- /po/eo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/eo.po -------------------------------------------------------------------------------- /po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/es.po -------------------------------------------------------------------------------- /po/et.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/et.po -------------------------------------------------------------------------------- /po/eu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/eu.po -------------------------------------------------------------------------------- /po/fa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/fa.po -------------------------------------------------------------------------------- /po/fi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/fi.po -------------------------------------------------------------------------------- /po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/fr.po -------------------------------------------------------------------------------- /po/fur.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/fur.po -------------------------------------------------------------------------------- /po/ga.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ga.po -------------------------------------------------------------------------------- /po/gl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/gl.po -------------------------------------------------------------------------------- /po/gu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/gu.po -------------------------------------------------------------------------------- /po/he.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/he.po -------------------------------------------------------------------------------- /po/hi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/hi.po -------------------------------------------------------------------------------- /po/hr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/hr.po -------------------------------------------------------------------------------- /po/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/hu.po -------------------------------------------------------------------------------- /po/id.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/id.po -------------------------------------------------------------------------------- /po/ie.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ie.po -------------------------------------------------------------------------------- /po/is.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/is.po -------------------------------------------------------------------------------- /po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/it.po -------------------------------------------------------------------------------- /po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ja.po -------------------------------------------------------------------------------- /po/ka.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ka.po -------------------------------------------------------------------------------- /po/kab.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/kab.po -------------------------------------------------------------------------------- /po/kk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/kk.po -------------------------------------------------------------------------------- /po/kn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/kn.po -------------------------------------------------------------------------------- /po/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ko.po -------------------------------------------------------------------------------- /po/ku.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ku.po -------------------------------------------------------------------------------- /po/lt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/lt.po -------------------------------------------------------------------------------- /po/lv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/lv.po -------------------------------------------------------------------------------- /po/mai.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/mai.po -------------------------------------------------------------------------------- /po/mk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/mk.po -------------------------------------------------------------------------------- /po/ml.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ml.po -------------------------------------------------------------------------------- /po/mn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/mn.po -------------------------------------------------------------------------------- /po/mr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/mr.po -------------------------------------------------------------------------------- /po/ms.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ms.po -------------------------------------------------------------------------------- /po/nb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/nb.po -------------------------------------------------------------------------------- /po/nds.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/nds.po -------------------------------------------------------------------------------- /po/ne.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ne.po -------------------------------------------------------------------------------- /po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/nl.po -------------------------------------------------------------------------------- /po/nn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/nn.po -------------------------------------------------------------------------------- /po/oc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/oc.po -------------------------------------------------------------------------------- /po/or.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/or.po -------------------------------------------------------------------------------- /po/pa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/pa.po -------------------------------------------------------------------------------- /po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/pl.po -------------------------------------------------------------------------------- /po/ps.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ps.po -------------------------------------------------------------------------------- /po/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/pt.po -------------------------------------------------------------------------------- /po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/pt_BR.po -------------------------------------------------------------------------------- /po/ro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ro.po -------------------------------------------------------------------------------- /po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ru.po -------------------------------------------------------------------------------- /po/rw.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/rw.po -------------------------------------------------------------------------------- /po/si.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/si.po -------------------------------------------------------------------------------- /po/sk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/sk.po -------------------------------------------------------------------------------- /po/sl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/sl.po -------------------------------------------------------------------------------- /po/sq.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/sq.po -------------------------------------------------------------------------------- /po/sr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/sr.po -------------------------------------------------------------------------------- /po/sr@latin.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/sr@latin.po -------------------------------------------------------------------------------- /po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/sv.po -------------------------------------------------------------------------------- /po/ta.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ta.po -------------------------------------------------------------------------------- /po/te.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/te.po -------------------------------------------------------------------------------- /po/tg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/tg.po -------------------------------------------------------------------------------- /po/th.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/th.po -------------------------------------------------------------------------------- /po/tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/tr.po -------------------------------------------------------------------------------- /po/ug.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/ug.po -------------------------------------------------------------------------------- /po/uk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/uk.po -------------------------------------------------------------------------------- /po/vi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/vi.po -------------------------------------------------------------------------------- /po/wa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/wa.po -------------------------------------------------------------------------------- /po/xh.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/xh.po -------------------------------------------------------------------------------- /po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/zh_CN.po -------------------------------------------------------------------------------- /po/zh_HK.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/zh_HK.po -------------------------------------------------------------------------------- /po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/po/zh_TW.po -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/addressbook/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/addressbook/CMakeLists.txt -------------------------------------------------------------------------------- /src/calendar/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/AUTHORS -------------------------------------------------------------------------------- /src/calendar/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/CMakeLists.txt -------------------------------------------------------------------------------- /src/calendar/calendar.error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/calendar.error.xml -------------------------------------------------------------------------------- /src/calendar/gui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/CMakeLists.txt -------------------------------------------------------------------------------- /src/calendar/gui/comp-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/comp-util.c -------------------------------------------------------------------------------- /src/calendar/gui/comp-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/comp-util.h -------------------------------------------------------------------------------- /src/calendar/gui/e-alarm-list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-alarm-list.c -------------------------------------------------------------------------------- /src/calendar/gui/e-alarm-list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-alarm-list.h -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-config.c -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-config.h -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-event.c -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-event.h -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-model.c -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-model.h -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-ops.c -------------------------------------------------------------------------------- /src/calendar/gui/e-cal-ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-cal-ops.h -------------------------------------------------------------------------------- /src/calendar/gui/e-day-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-day-view.c -------------------------------------------------------------------------------- /src/calendar/gui/e-day-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-day-view.h -------------------------------------------------------------------------------- /src/calendar/gui/e-memo-table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-memo-table.c -------------------------------------------------------------------------------- /src/calendar/gui/e-memo-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-memo-table.h -------------------------------------------------------------------------------- /src/calendar/gui/e-month-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-month-view.c -------------------------------------------------------------------------------- /src/calendar/gui/e-month-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-month-view.h -------------------------------------------------------------------------------- /src/calendar/gui/e-task-table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-task-table.c -------------------------------------------------------------------------------- /src/calendar/gui/e-task-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-task-table.h -------------------------------------------------------------------------------- /src/calendar/gui/e-to-do-pane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-to-do-pane.c -------------------------------------------------------------------------------- /src/calendar/gui/e-to-do-pane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-to-do-pane.h -------------------------------------------------------------------------------- /src/calendar/gui/e-week-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-week-view.c -------------------------------------------------------------------------------- /src/calendar/gui/e-week-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-week-view.h -------------------------------------------------------------------------------- /src/calendar/gui/e-year-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-year-view.c -------------------------------------------------------------------------------- /src/calendar/gui/e-year-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/e-year-view.h -------------------------------------------------------------------------------- /src/calendar/gui/ea-cal-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-cal-view.c -------------------------------------------------------------------------------- /src/calendar/gui/ea-cal-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-cal-view.h -------------------------------------------------------------------------------- /src/calendar/gui/ea-calendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-calendar.c -------------------------------------------------------------------------------- /src/calendar/gui/ea-calendar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-calendar.h -------------------------------------------------------------------------------- /src/calendar/gui/ea-day-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-day-view.c -------------------------------------------------------------------------------- /src/calendar/gui/ea-day-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-day-view.h -------------------------------------------------------------------------------- /src/calendar/gui/ea-week-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-week-view.c -------------------------------------------------------------------------------- /src/calendar/gui/ea-week-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/ea-week-view.h -------------------------------------------------------------------------------- /src/calendar/gui/itip-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/itip-utils.c -------------------------------------------------------------------------------- /src/calendar/gui/itip-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/itip-utils.h -------------------------------------------------------------------------------- /src/calendar/gui/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/print.c -------------------------------------------------------------------------------- /src/calendar/gui/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/print.h -------------------------------------------------------------------------------- /src/calendar/gui/tag-calendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/tag-calendar.c -------------------------------------------------------------------------------- /src/calendar/gui/tag-calendar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/gui/tag-calendar.h -------------------------------------------------------------------------------- /src/calendar/zones.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/calendar/zones.h -------------------------------------------------------------------------------- /src/composer/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/composer/CMakeLists.txt -------------------------------------------------------------------------------- /src/composer/e-msg-composer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/composer/e-msg-composer.c -------------------------------------------------------------------------------- /src/composer/e-msg-composer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/composer/e-msg-composer.h -------------------------------------------------------------------------------- /src/e-util/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/CMakeLists.txt -------------------------------------------------------------------------------- /src/e-util/e-accounts-window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-accounts-window.c -------------------------------------------------------------------------------- /src/e-util/e-accounts-window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-accounts-window.h -------------------------------------------------------------------------------- /src/e-util/e-action-combo-box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-action-combo-box.c -------------------------------------------------------------------------------- /src/e-util/e-action-combo-box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-action-combo-box.h -------------------------------------------------------------------------------- /src/e-util/e-activity-bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-activity-bar.c -------------------------------------------------------------------------------- /src/e-util/e-activity-bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-activity-bar.h -------------------------------------------------------------------------------- /src/e-util/e-activity-proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-activity-proxy.c -------------------------------------------------------------------------------- /src/e-util/e-activity-proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-activity-proxy.h -------------------------------------------------------------------------------- /src/e-util/e-activity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-activity.c -------------------------------------------------------------------------------- /src/e-util/e-activity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-activity.h -------------------------------------------------------------------------------- /src/e-util/e-alarm-selector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alarm-selector.c -------------------------------------------------------------------------------- /src/e-util/e-alarm-selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alarm-selector.h -------------------------------------------------------------------------------- /src/e-util/e-alert-bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert-bar.c -------------------------------------------------------------------------------- /src/e-util/e-alert-bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert-bar.h -------------------------------------------------------------------------------- /src/e-util/e-alert-dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert-dialog.c -------------------------------------------------------------------------------- /src/e-util/e-alert-dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert-dialog.h -------------------------------------------------------------------------------- /src/e-util/e-alert-sink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert-sink.c -------------------------------------------------------------------------------- /src/e-util/e-alert-sink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert-sink.h -------------------------------------------------------------------------------- /src/e-util/e-alert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert.c -------------------------------------------------------------------------------- /src/e-util/e-alert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-alert.h -------------------------------------------------------------------------------- /src/e-util/e-attachment-bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-bar.c -------------------------------------------------------------------------------- /src/e-util/e-attachment-bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-bar.h -------------------------------------------------------------------------------- /src/e-util/e-attachment-paned.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-paned.c -------------------------------------------------------------------------------- /src/e-util/e-attachment-paned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-paned.h -------------------------------------------------------------------------------- /src/e-util/e-attachment-store.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-store.c -------------------------------------------------------------------------------- /src/e-util/e-attachment-store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-store.h -------------------------------------------------------------------------------- /src/e-util/e-attachment-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-view.c -------------------------------------------------------------------------------- /src/e-util/e-attachment-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment-view.h -------------------------------------------------------------------------------- /src/e-util/e-attachment.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment.c -------------------------------------------------------------------------------- /src/e-util/e-attachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-attachment.h -------------------------------------------------------------------------------- /src/e-util/e-auth-combo-box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-auth-combo-box.c -------------------------------------------------------------------------------- /src/e-util/e-auth-combo-box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-auth-combo-box.h -------------------------------------------------------------------------------- /src/e-util/e-bit-array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-bit-array.c -------------------------------------------------------------------------------- /src/e-util/e-bit-array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-bit-array.h -------------------------------------------------------------------------------- /src/e-util/e-calendar-item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-calendar-item.c -------------------------------------------------------------------------------- /src/e-util/e-calendar-item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-calendar-item.h -------------------------------------------------------------------------------- /src/e-util/e-calendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-calendar.c -------------------------------------------------------------------------------- /src/e-util/e-calendar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-calendar.h -------------------------------------------------------------------------------- /src/e-util/e-canvas-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-canvas-utils.c -------------------------------------------------------------------------------- /src/e-util/e-canvas-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-canvas-utils.h -------------------------------------------------------------------------------- /src/e-util/e-canvas-vbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-canvas-vbox.c -------------------------------------------------------------------------------- /src/e-util/e-canvas-vbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-canvas-vbox.h -------------------------------------------------------------------------------- /src/e-util/e-canvas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-canvas.c -------------------------------------------------------------------------------- /src/e-util/e-canvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-canvas.h -------------------------------------------------------------------------------- /src/e-util/e-category-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-category-editor.c -------------------------------------------------------------------------------- /src/e-util/e-category-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-category-editor.h -------------------------------------------------------------------------------- /src/e-util/e-cell-checkbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-checkbox.c -------------------------------------------------------------------------------- /src/e-util/e-cell-checkbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-checkbox.h -------------------------------------------------------------------------------- /src/e-util/e-cell-combo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-combo.c -------------------------------------------------------------------------------- /src/e-util/e-cell-combo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-combo.h -------------------------------------------------------------------------------- /src/e-util/e-cell-date-edit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-date-edit.c -------------------------------------------------------------------------------- /src/e-util/e-cell-date-edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-date-edit.h -------------------------------------------------------------------------------- /src/e-util/e-cell-date-int.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-date-int.c -------------------------------------------------------------------------------- /src/e-util/e-cell-date-int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-date-int.h -------------------------------------------------------------------------------- /src/e-util/e-cell-date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-date.c -------------------------------------------------------------------------------- /src/e-util/e-cell-date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-date.h -------------------------------------------------------------------------------- /src/e-util/e-cell-hbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-hbox.c -------------------------------------------------------------------------------- /src/e-util/e-cell-hbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-hbox.h -------------------------------------------------------------------------------- /src/e-util/e-cell-number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-number.c -------------------------------------------------------------------------------- /src/e-util/e-cell-number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-number.h -------------------------------------------------------------------------------- /src/e-util/e-cell-percent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-percent.c -------------------------------------------------------------------------------- /src/e-util/e-cell-percent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-percent.h -------------------------------------------------------------------------------- /src/e-util/e-cell-pixbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-pixbuf.c -------------------------------------------------------------------------------- /src/e-util/e-cell-pixbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-pixbuf.h -------------------------------------------------------------------------------- /src/e-util/e-cell-popup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-popup.c -------------------------------------------------------------------------------- /src/e-util/e-cell-popup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-popup.h -------------------------------------------------------------------------------- /src/e-util/e-cell-size.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-size.c -------------------------------------------------------------------------------- /src/e-util/e-cell-size.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-size.h -------------------------------------------------------------------------------- /src/e-util/e-cell-text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-text.c -------------------------------------------------------------------------------- /src/e-util/e-cell-text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-text.h -------------------------------------------------------------------------------- /src/e-util/e-cell-toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-toggle.c -------------------------------------------------------------------------------- /src/e-util/e-cell-toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-toggle.h -------------------------------------------------------------------------------- /src/e-util/e-cell-tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-tree.c -------------------------------------------------------------------------------- /src/e-util/e-cell-tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-tree.h -------------------------------------------------------------------------------- /src/e-util/e-cell-vbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-vbox.c -------------------------------------------------------------------------------- /src/e-util/e-cell-vbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell-vbox.h -------------------------------------------------------------------------------- /src/e-util/e-cell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell.c -------------------------------------------------------------------------------- /src/e-util/e-cell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-cell.h -------------------------------------------------------------------------------- /src/e-util/e-charset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-charset.c -------------------------------------------------------------------------------- /src/e-util/e-charset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-charset.h -------------------------------------------------------------------------------- /src/e-util/e-client-cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-client-cache.c -------------------------------------------------------------------------------- /src/e-util/e-client-cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-client-cache.h -------------------------------------------------------------------------------- /src/e-util/e-client-combo-box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-client-combo-box.c -------------------------------------------------------------------------------- /src/e-util/e-client-combo-box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-client-combo-box.h -------------------------------------------------------------------------------- /src/e-util/e-client-selector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-client-selector.c -------------------------------------------------------------------------------- /src/e-util/e-client-selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-client-selector.h -------------------------------------------------------------------------------- /src/e-util/e-color-combo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-color-combo.c -------------------------------------------------------------------------------- /src/e-util/e-color-combo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-color-combo.h -------------------------------------------------------------------------------- /src/e-util/e-config-lookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-config-lookup.c -------------------------------------------------------------------------------- /src/e-util/e-config-lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-config-lookup.h -------------------------------------------------------------------------------- /src/e-util/e-config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-config.c -------------------------------------------------------------------------------- /src/e-util/e-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-config.h -------------------------------------------------------------------------------- /src/e-util/e-contact-store.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-contact-store.c -------------------------------------------------------------------------------- /src/e-util/e-contact-store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-contact-store.h -------------------------------------------------------------------------------- /src/e-util/e-content-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-content-editor.c -------------------------------------------------------------------------------- /src/e-util/e-content-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-content-editor.h -------------------------------------------------------------------------------- /src/e-util/e-content-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-content-request.c -------------------------------------------------------------------------------- /src/e-util/e-content-request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-content-request.h -------------------------------------------------------------------------------- /src/e-util/e-data-capture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-data-capture.c -------------------------------------------------------------------------------- /src/e-util/e-data-capture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-data-capture.h -------------------------------------------------------------------------------- /src/e-util/e-dateedit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-dateedit.c -------------------------------------------------------------------------------- /src/e-util/e-dateedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-dateedit.h -------------------------------------------------------------------------------- /src/e-util/e-datetime-format.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-datetime-format.c -------------------------------------------------------------------------------- /src/e-util/e-datetime-format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-datetime-format.h -------------------------------------------------------------------------------- /src/e-util/e-dialog-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-dialog-utils.c -------------------------------------------------------------------------------- /src/e-util/e-dialog-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-dialog-utils.h -------------------------------------------------------------------------------- /src/e-util/e-dialog-widgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-dialog-widgets.c -------------------------------------------------------------------------------- /src/e-util/e-dialog-widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-dialog-widgets.h -------------------------------------------------------------------------------- /src/e-util/e-emoticon-chooser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-emoticon-chooser.c -------------------------------------------------------------------------------- /src/e-util/e-emoticon-chooser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-emoticon-chooser.h -------------------------------------------------------------------------------- /src/e-util/e-emoticon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-emoticon.c -------------------------------------------------------------------------------- /src/e-util/e-emoticon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-emoticon.h -------------------------------------------------------------------------------- /src/e-util/e-event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-event.c -------------------------------------------------------------------------------- /src/e-util/e-event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-event.h -------------------------------------------------------------------------------- /src/e-util/e-file-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-file-request.c -------------------------------------------------------------------------------- /src/e-util/e-file-request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-file-request.h -------------------------------------------------------------------------------- /src/e-util/e-file-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-file-utils.c -------------------------------------------------------------------------------- /src/e-util/e-file-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-file-utils.h -------------------------------------------------------------------------------- /src/e-util/e-filter-code.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-code.c -------------------------------------------------------------------------------- /src/e-util/e-filter-code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-code.h -------------------------------------------------------------------------------- /src/e-util/e-filter-color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-color.c -------------------------------------------------------------------------------- /src/e-util/e-filter-color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-color.h -------------------------------------------------------------------------------- /src/e-util/e-filter-datespec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-datespec.c -------------------------------------------------------------------------------- /src/e-util/e-filter-datespec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-datespec.h -------------------------------------------------------------------------------- /src/e-util/e-filter-element.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-element.c -------------------------------------------------------------------------------- /src/e-util/e-filter-element.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-element.h -------------------------------------------------------------------------------- /src/e-util/e-filter-file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-file.c -------------------------------------------------------------------------------- /src/e-util/e-filter-file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-file.h -------------------------------------------------------------------------------- /src/e-util/e-filter-input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-input.c -------------------------------------------------------------------------------- /src/e-util/e-filter-input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-input.h -------------------------------------------------------------------------------- /src/e-util/e-filter-int.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-int.c -------------------------------------------------------------------------------- /src/e-util/e-filter-int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-int.h -------------------------------------------------------------------------------- /src/e-util/e-filter-label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-label.c -------------------------------------------------------------------------------- /src/e-util/e-filter-label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-label.h -------------------------------------------------------------------------------- /src/e-util/e-filter-option.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-option.c -------------------------------------------------------------------------------- /src/e-util/e-filter-option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-option.h -------------------------------------------------------------------------------- /src/e-util/e-filter-part.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-part.c -------------------------------------------------------------------------------- /src/e-util/e-filter-part.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-part.h -------------------------------------------------------------------------------- /src/e-util/e-filter-rule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-rule.c -------------------------------------------------------------------------------- /src/e-util/e-filter-rule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-filter-rule.h -------------------------------------------------------------------------------- /src/e-util/e-focus-tracker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-focus-tracker.c -------------------------------------------------------------------------------- /src/e-util/e-focus-tracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-focus-tracker.h -------------------------------------------------------------------------------- /src/e-util/e-gtkemojichooser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-gtkemojichooser.c -------------------------------------------------------------------------------- /src/e-util/e-gtkemojichooser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-gtkemojichooser.h -------------------------------------------------------------------------------- /src/e-util/e-headerbar-button.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-headerbar-button.c -------------------------------------------------------------------------------- /src/e-util/e-headerbar-button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-headerbar-button.h -------------------------------------------------------------------------------- /src/e-util/e-headerbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-headerbar.c -------------------------------------------------------------------------------- /src/e-util/e-headerbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-headerbar.h -------------------------------------------------------------------------------- /src/e-util/e-html-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-html-editor.c -------------------------------------------------------------------------------- /src/e-util/e-html-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-html-editor.h -------------------------------------------------------------------------------- /src/e-util/e-html-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-html-utils.c -------------------------------------------------------------------------------- /src/e-util/e-html-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-html-utils.h -------------------------------------------------------------------------------- /src/e-util/e-icon-factory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-icon-factory.c -------------------------------------------------------------------------------- /src/e-util/e-icon-factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-icon-factory.h -------------------------------------------------------------------------------- /src/e-util/e-image-chooser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-image-chooser.c -------------------------------------------------------------------------------- /src/e-util/e-image-chooser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-image-chooser.h -------------------------------------------------------------------------------- /src/e-util/e-import-assistant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-import-assistant.c -------------------------------------------------------------------------------- /src/e-util/e-import-assistant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-import-assistant.h -------------------------------------------------------------------------------- /src/e-util/e-import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-import.c -------------------------------------------------------------------------------- /src/e-util/e-import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-import.h -------------------------------------------------------------------------------- /src/e-util/e-interval-chooser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-interval-chooser.c -------------------------------------------------------------------------------- /src/e-util/e-interval-chooser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-interval-chooser.h -------------------------------------------------------------------------------- /src/e-util/e-map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-map.c -------------------------------------------------------------------------------- /src/e-util/e-map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-map.h -------------------------------------------------------------------------------- /src/e-util/e-markdown-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-markdown-editor.c -------------------------------------------------------------------------------- /src/e-util/e-markdown-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-markdown-editor.h -------------------------------------------------------------------------------- /src/e-util/e-markdown-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-markdown-utils.c -------------------------------------------------------------------------------- /src/e-util/e-markdown-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-markdown-utils.h -------------------------------------------------------------------------------- /src/e-util/e-marshal.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-marshal.list -------------------------------------------------------------------------------- /src/e-util/e-menu-bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-menu-bar.c -------------------------------------------------------------------------------- /src/e-util/e-menu-bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-menu-bar.h -------------------------------------------------------------------------------- /src/e-util/e-menu-tool-button.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-menu-tool-button.c -------------------------------------------------------------------------------- /src/e-util/e-menu-tool-button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-menu-tool-button.h -------------------------------------------------------------------------------- /src/e-util/e-misc-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-misc-utils.c -------------------------------------------------------------------------------- /src/e-util/e-misc-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-misc-utils.h -------------------------------------------------------------------------------- /src/e-util/e-mktemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-mktemp.c -------------------------------------------------------------------------------- /src/e-util/e-mktemp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-mktemp.h -------------------------------------------------------------------------------- /src/e-util/e-month-widget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-month-widget.c -------------------------------------------------------------------------------- /src/e-util/e-month-widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-month-widget.h -------------------------------------------------------------------------------- /src/e-util/e-name-selector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-name-selector.c -------------------------------------------------------------------------------- /src/e-util/e-name-selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-name-selector.h -------------------------------------------------------------------------------- /src/e-util/e-online-button.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-online-button.c -------------------------------------------------------------------------------- /src/e-util/e-online-button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-online-button.h -------------------------------------------------------------------------------- /src/e-util/e-paned.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-paned.c -------------------------------------------------------------------------------- /src/e-util/e-paned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-paned.h -------------------------------------------------------------------------------- /src/e-util/e-passwords.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-passwords.c -------------------------------------------------------------------------------- /src/e-util/e-passwords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-passwords.h -------------------------------------------------------------------------------- /src/e-util/e-photo-cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-photo-cache.c -------------------------------------------------------------------------------- /src/e-util/e-photo-cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-photo-cache.h -------------------------------------------------------------------------------- /src/e-util/e-photo-source.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-photo-source.c -------------------------------------------------------------------------------- /src/e-util/e-photo-source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-photo-source.h -------------------------------------------------------------------------------- /src/e-util/e-picture-gallery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-picture-gallery.c -------------------------------------------------------------------------------- /src/e-util/e-picture-gallery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-picture-gallery.h -------------------------------------------------------------------------------- /src/e-util/e-plugin-ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-plugin-ui.c -------------------------------------------------------------------------------- /src/e-util/e-plugin-ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-plugin-ui.h -------------------------------------------------------------------------------- /src/e-util/e-plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-plugin.c -------------------------------------------------------------------------------- /src/e-util/e-plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-plugin.h -------------------------------------------------------------------------------- /src/e-util/e-poolv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-poolv.c -------------------------------------------------------------------------------- /src/e-util/e-poolv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-poolv.h -------------------------------------------------------------------------------- /src/e-util/e-popup-menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-popup-menu.c -------------------------------------------------------------------------------- /src/e-util/e-popup-menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-popup-menu.h -------------------------------------------------------------------------------- /src/e-util/e-port-entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-port-entry.c -------------------------------------------------------------------------------- /src/e-util/e-port-entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-port-entry.h -------------------------------------------------------------------------------- /src/e-util/e-preview-pane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-preview-pane.c -------------------------------------------------------------------------------- /src/e-util/e-preview-pane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-preview-pane.h -------------------------------------------------------------------------------- /src/e-util/e-print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-print.c -------------------------------------------------------------------------------- /src/e-util/e-print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-print.h -------------------------------------------------------------------------------- /src/e-util/e-printable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-printable.c -------------------------------------------------------------------------------- /src/e-util/e-printable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-printable.h -------------------------------------------------------------------------------- /src/e-util/e-proxy-combo-box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-proxy-combo-box.c -------------------------------------------------------------------------------- /src/e-util/e-proxy-combo-box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-proxy-combo-box.h -------------------------------------------------------------------------------- /src/e-util/e-proxy-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-proxy-editor.c -------------------------------------------------------------------------------- /src/e-util/e-proxy-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-proxy-editor.h -------------------------------------------------------------------------------- /src/e-util/e-proxy-selector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-proxy-selector.c -------------------------------------------------------------------------------- /src/e-util/e-proxy-selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-proxy-selector.h -------------------------------------------------------------------------------- /src/e-util/e-rule-context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-rule-context.c -------------------------------------------------------------------------------- /src/e-util/e-rule-context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-rule-context.h -------------------------------------------------------------------------------- /src/e-util/e-rule-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-rule-editor.c -------------------------------------------------------------------------------- /src/e-util/e-rule-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-rule-editor.h -------------------------------------------------------------------------------- /src/e-util/e-search-bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-search-bar.c -------------------------------------------------------------------------------- /src/e-util/e-search-bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-search-bar.h -------------------------------------------------------------------------------- /src/e-util/e-selectable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-selectable.c -------------------------------------------------------------------------------- /src/e-util/e-selectable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-selectable.h -------------------------------------------------------------------------------- /src/e-util/e-selection-model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-selection-model.c -------------------------------------------------------------------------------- /src/e-util/e-selection-model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-selection-model.h -------------------------------------------------------------------------------- /src/e-util/e-selection.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-selection.c -------------------------------------------------------------------------------- /src/e-util/e-selection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-selection.h -------------------------------------------------------------------------------- /src/e-util/e-sorter-array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-sorter-array.c -------------------------------------------------------------------------------- /src/e-util/e-sorter-array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-sorter-array.h -------------------------------------------------------------------------------- /src/e-util/e-sorter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-sorter.c -------------------------------------------------------------------------------- /src/e-util/e-sorter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-sorter.h -------------------------------------------------------------------------------- /src/e-util/e-source-combo-box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-combo-box.c -------------------------------------------------------------------------------- /src/e-util/e-source-combo-box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-combo-box.h -------------------------------------------------------------------------------- /src/e-util/e-source-config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-config.c -------------------------------------------------------------------------------- /src/e-util/e-source-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-config.h -------------------------------------------------------------------------------- /src/e-util/e-source-selector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-selector.c -------------------------------------------------------------------------------- /src/e-util/e-source-selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-selector.h -------------------------------------------------------------------------------- /src/e-util/e-source-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-util.c -------------------------------------------------------------------------------- /src/e-util/e-source-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-source-util.h -------------------------------------------------------------------------------- /src/e-util/e-spell-checker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-checker.c -------------------------------------------------------------------------------- /src/e-util/e-spell-checker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-checker.h -------------------------------------------------------------------------------- /src/e-util/e-spell-dictionary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-dictionary.c -------------------------------------------------------------------------------- /src/e-util/e-spell-dictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-dictionary.h -------------------------------------------------------------------------------- /src/e-util/e-spell-entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-entry.c -------------------------------------------------------------------------------- /src/e-util/e-spell-entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-entry.h -------------------------------------------------------------------------------- /src/e-util/e-spell-text-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-text-view.c -------------------------------------------------------------------------------- /src/e-util/e-spell-text-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spell-text-view.h -------------------------------------------------------------------------------- /src/e-util/e-spinner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spinner.c -------------------------------------------------------------------------------- /src/e-util/e-spinner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-spinner.h -------------------------------------------------------------------------------- /src/e-util/e-split-date-edit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-split-date-edit.c -------------------------------------------------------------------------------- /src/e-util/e-split-date-edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-split-date-edit.h -------------------------------------------------------------------------------- /src/e-util/e-stock-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-stock-request.c -------------------------------------------------------------------------------- /src/e-util/e-stock-request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-stock-request.h -------------------------------------------------------------------------------- /src/e-util/e-system.error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-system.error.xml -------------------------------------------------------------------------------- /src/e-util/e-table-col-dnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-col-dnd.h -------------------------------------------------------------------------------- /src/e-util/e-table-col.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-col.c -------------------------------------------------------------------------------- /src/e-util/e-table-col.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-col.h -------------------------------------------------------------------------------- /src/e-util/e-table-config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-config.c -------------------------------------------------------------------------------- /src/e-util/e-table-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-config.h -------------------------------------------------------------------------------- /src/e-util/e-table-config.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-config.ui -------------------------------------------------------------------------------- /src/e-util/e-table-defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-defines.h -------------------------------------------------------------------------------- /src/e-util/e-table-extras.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-extras.c -------------------------------------------------------------------------------- /src/e-util/e-table-extras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-extras.h -------------------------------------------------------------------------------- /src/e-util/e-table-group-leaf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-group-leaf.c -------------------------------------------------------------------------------- /src/e-util/e-table-group-leaf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-group-leaf.h -------------------------------------------------------------------------------- /src/e-util/e-table-group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-group.c -------------------------------------------------------------------------------- /src/e-util/e-table-group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-group.h -------------------------------------------------------------------------------- /src/e-util/e-table-header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-header.c -------------------------------------------------------------------------------- /src/e-util/e-table-header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-header.h -------------------------------------------------------------------------------- /src/e-util/e-table-item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-item.c -------------------------------------------------------------------------------- /src/e-util/e-table-item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-item.h -------------------------------------------------------------------------------- /src/e-util/e-table-model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-model.c -------------------------------------------------------------------------------- /src/e-util/e-table-model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-model.h -------------------------------------------------------------------------------- /src/e-util/e-table-one.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-one.c -------------------------------------------------------------------------------- /src/e-util/e-table-one.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-one.h -------------------------------------------------------------------------------- /src/e-util/e-table-search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-search.c -------------------------------------------------------------------------------- /src/e-util/e-table-search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-search.h -------------------------------------------------------------------------------- /src/e-util/e-table-sort-info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-sort-info.c -------------------------------------------------------------------------------- /src/e-util/e-table-sort-info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-sort-info.h -------------------------------------------------------------------------------- /src/e-util/e-table-sorted.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-sorted.c -------------------------------------------------------------------------------- /src/e-util/e-table-sorted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-sorted.h -------------------------------------------------------------------------------- /src/e-util/e-table-sorter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-sorter.c -------------------------------------------------------------------------------- /src/e-util/e-table-sorter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-sorter.h -------------------------------------------------------------------------------- /src/e-util/e-table-state.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-state.c -------------------------------------------------------------------------------- /src/e-util/e-table-state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-state.h -------------------------------------------------------------------------------- /src/e-util/e-table-subset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-subset.c -------------------------------------------------------------------------------- /src/e-util/e-table-subset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-subset.h -------------------------------------------------------------------------------- /src/e-util/e-table-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-utils.c -------------------------------------------------------------------------------- /src/e-util/e-table-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table-utils.h -------------------------------------------------------------------------------- /src/e-util/e-table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table.c -------------------------------------------------------------------------------- /src/e-util/e-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-table.h -------------------------------------------------------------------------------- /src/e-util/e-text-model-repos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-text-model-repos.c -------------------------------------------------------------------------------- /src/e-util/e-text-model-repos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-text-model-repos.h -------------------------------------------------------------------------------- /src/e-util/e-text-model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-text-model.c -------------------------------------------------------------------------------- /src/e-util/e-text-model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-text-model.h -------------------------------------------------------------------------------- /src/e-util/e-text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-text.c -------------------------------------------------------------------------------- /src/e-util/e-text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-text.h -------------------------------------------------------------------------------- /src/e-util/e-timezone-dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-timezone-dialog.c -------------------------------------------------------------------------------- /src/e-util/e-timezone-dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-timezone-dialog.h -------------------------------------------------------------------------------- /src/e-util/e-timezone-dialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-timezone-dialog.ui -------------------------------------------------------------------------------- /src/e-util/e-tree-model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-tree-model.c -------------------------------------------------------------------------------- /src/e-util/e-tree-model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-tree-model.h -------------------------------------------------------------------------------- /src/e-util/e-tree-view-frame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-tree-view-frame.c -------------------------------------------------------------------------------- /src/e-util/e-tree-view-frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-tree-view-frame.h -------------------------------------------------------------------------------- /src/e-util/e-tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-tree.c -------------------------------------------------------------------------------- /src/e-util/e-tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-tree.h -------------------------------------------------------------------------------- /src/e-util/e-ui-action-group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-action-group.c -------------------------------------------------------------------------------- /src/e-util/e-ui-action-group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-action-group.h -------------------------------------------------------------------------------- /src/e-util/e-ui-action.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-action.c -------------------------------------------------------------------------------- /src/e-util/e-ui-action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-action.h -------------------------------------------------------------------------------- /src/e-util/e-ui-customizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-customizer.c -------------------------------------------------------------------------------- /src/e-util/e-ui-customizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-customizer.h -------------------------------------------------------------------------------- /src/e-util/e-ui-manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-manager.c -------------------------------------------------------------------------------- /src/e-util/e-ui-manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-manager.h -------------------------------------------------------------------------------- /src/e-util/e-ui-menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-menu.c -------------------------------------------------------------------------------- /src/e-util/e-ui-menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-menu.h -------------------------------------------------------------------------------- /src/e-util/e-ui-parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-parser.c -------------------------------------------------------------------------------- /src/e-util/e-ui-parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-ui-parser.h -------------------------------------------------------------------------------- /src/e-util/e-unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-unicode.c -------------------------------------------------------------------------------- /src/e-util/e-unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-unicode.h -------------------------------------------------------------------------------- /src/e-util/e-url-entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-url-entry.c -------------------------------------------------------------------------------- /src/e-util/e-url-entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-url-entry.h -------------------------------------------------------------------------------- /src/e-util/e-util-enums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-util-enums.h -------------------------------------------------------------------------------- /src/e-util/e-util-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-util-private.h -------------------------------------------------------------------------------- /src/e-util/e-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-util.h -------------------------------------------------------------------------------- /src/e-util/e-web-view-preview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-web-view-preview.c -------------------------------------------------------------------------------- /src/e-util/e-web-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-web-view.c -------------------------------------------------------------------------------- /src/e-util/e-web-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-web-view.h -------------------------------------------------------------------------------- /src/e-util/e-widget-undo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-widget-undo.c -------------------------------------------------------------------------------- /src/e-util/e-widget-undo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-widget-undo.h -------------------------------------------------------------------------------- /src/e-util/e-win32-reloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-win32-reloc.c -------------------------------------------------------------------------------- /src/e-util/e-xml-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-xml-utils.c -------------------------------------------------------------------------------- /src/e-util/e-xml-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/e-xml-utils.h -------------------------------------------------------------------------------- /src/e-util/ea-cell-table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/ea-cell-table.c -------------------------------------------------------------------------------- /src/e-util/ea-cell-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/ea-cell-table.h -------------------------------------------------------------------------------- /src/e-util/ea-factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/ea-factory.h -------------------------------------------------------------------------------- /src/e-util/ea-widgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/ea-widgets.c -------------------------------------------------------------------------------- /src/e-util/ea-widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/ea-widgets.h -------------------------------------------------------------------------------- /src/e-util/filter.error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/filter.error.xml -------------------------------------------------------------------------------- /src/e-util/filter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/filter.ui -------------------------------------------------------------------------------- /src/e-util/gal-a11y-e-cell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-e-cell.c -------------------------------------------------------------------------------- /src/e-util/gal-a11y-e-cell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-e-cell.h -------------------------------------------------------------------------------- /src/e-util/gal-a11y-e-text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-e-text.c -------------------------------------------------------------------------------- /src/e-util/gal-a11y-e-text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-e-text.h -------------------------------------------------------------------------------- /src/e-util/gal-a11y-e-tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-e-tree.c -------------------------------------------------------------------------------- /src/e-util/gal-a11y-e-tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-e-tree.h -------------------------------------------------------------------------------- /src/e-util/gal-a11y-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-util.c -------------------------------------------------------------------------------- /src/e-util/gal-a11y-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-a11y-util.h -------------------------------------------------------------------------------- /src/e-util/gal-view-etable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-view-etable.c -------------------------------------------------------------------------------- /src/e-util/gal-view-etable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-view-etable.h -------------------------------------------------------------------------------- /src/e-util/gal-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-view.c -------------------------------------------------------------------------------- /src/e-util/gal-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/gal-view.h -------------------------------------------------------------------------------- /src/e-util/test-calendar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/test-calendar.c -------------------------------------------------------------------------------- /src/e-util/test-dateedit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/test-dateedit.c -------------------------------------------------------------------------------- /src/e-util/test-markdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/test-markdown.c -------------------------------------------------------------------------------- /src/e-util/widgets.error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/e-util/widgets.error.xml -------------------------------------------------------------------------------- /src/em-format/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/em-format/CMakeLists.txt -------------------------------------------------------------------------------- /src/em-format/e-mail-part.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/em-format/e-mail-part.c -------------------------------------------------------------------------------- /src/em-format/e-mail-part.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/em-format/e-mail-part.h -------------------------------------------------------------------------------- /src/glade/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/glade/CMakeLists.txt -------------------------------------------------------------------------------- /src/glade/evolution.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/glade/evolution.xml -------------------------------------------------------------------------------- /src/glade/gladeevolution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/glade/gladeevolution.c -------------------------------------------------------------------------------- /src/mail/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/CMakeLists.txt -------------------------------------------------------------------------------- /src/mail/README.async: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/README.async -------------------------------------------------------------------------------- /src/mail/default/C/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/C/Inbox -------------------------------------------------------------------------------- /src/mail/default/ca/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/ca/Inbox -------------------------------------------------------------------------------- /src/mail/default/cs/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/cs/Inbox -------------------------------------------------------------------------------- /src/mail/default/de/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/de/Inbox -------------------------------------------------------------------------------- /src/mail/default/es/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/es/Inbox -------------------------------------------------------------------------------- /src/mail/default/fi/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/fi/Inbox -------------------------------------------------------------------------------- /src/mail/default/fr/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/fr/Inbox -------------------------------------------------------------------------------- /src/mail/default/hu/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/hu/Inbox -------------------------------------------------------------------------------- /src/mail/default/id/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/id/Inbox -------------------------------------------------------------------------------- /src/mail/default/it/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/it/Inbox -------------------------------------------------------------------------------- /src/mail/default/ko/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/ko/Inbox -------------------------------------------------------------------------------- /src/mail/default/lt/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/lt/Inbox -------------------------------------------------------------------------------- /src/mail/default/mk/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/mk/Inbox -------------------------------------------------------------------------------- /src/mail/default/nl/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/nl/Inbox -------------------------------------------------------------------------------- /src/mail/default/pl/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/pl/Inbox -------------------------------------------------------------------------------- /src/mail/default/pt/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/pt/Inbox -------------------------------------------------------------------------------- /src/mail/default/ro/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/ro/Inbox -------------------------------------------------------------------------------- /src/mail/default/sr/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/sr/Inbox -------------------------------------------------------------------------------- /src/mail/default/sv/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/sv/Inbox -------------------------------------------------------------------------------- /src/mail/default/zh_CN/Inbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/default/zh_CN/Inbox -------------------------------------------------------------------------------- /src/mail/e-cid-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-cid-request.c -------------------------------------------------------------------------------- /src/mail/e-cid-request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-cid-request.h -------------------------------------------------------------------------------- /src/mail/e-http-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-http-request.c -------------------------------------------------------------------------------- /src/mail/e-http-request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-http-request.h -------------------------------------------------------------------------------- /src/mail/e-mail-autoconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-autoconfig.c -------------------------------------------------------------------------------- /src/mail/e-mail-autoconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-autoconfig.h -------------------------------------------------------------------------------- /src/mail/e-mail-backend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-backend.c -------------------------------------------------------------------------------- /src/mail/e-mail-backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-backend.h -------------------------------------------------------------------------------- /src/mail/e-mail-browser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-browser.c -------------------------------------------------------------------------------- /src/mail/e-mail-browser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-browser.h -------------------------------------------------------------------------------- /src/mail/e-mail-display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-display.c -------------------------------------------------------------------------------- /src/mail/e-mail-display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-display.h -------------------------------------------------------------------------------- /src/mail/e-mail-enums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-enums.h -------------------------------------------------------------------------------- /src/mail/e-mail-migrate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-migrate.c -------------------------------------------------------------------------------- /src/mail/e-mail-migrate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-migrate.h -------------------------------------------------------------------------------- /src/mail/e-mail-notes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-notes.c -------------------------------------------------------------------------------- /src/mail/e-mail-notes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-notes.h -------------------------------------------------------------------------------- /src/mail/e-mail-paned-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-paned-view.c -------------------------------------------------------------------------------- /src/mail/e-mail-paned-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-paned-view.h -------------------------------------------------------------------------------- /src/mail/e-mail-printer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-printer.c -------------------------------------------------------------------------------- /src/mail/e-mail-printer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-printer.h -------------------------------------------------------------------------------- /src/mail/e-mail-properties.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-properties.c -------------------------------------------------------------------------------- /src/mail/e-mail-properties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-properties.h -------------------------------------------------------------------------------- /src/mail/e-mail-reader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-reader.c -------------------------------------------------------------------------------- /src/mail/e-mail-reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-reader.h -------------------------------------------------------------------------------- /src/mail/e-mail-request.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-request.c -------------------------------------------------------------------------------- /src/mail/e-mail-request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-request.h -------------------------------------------------------------------------------- /src/mail/e-mail-sidebar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-sidebar.c -------------------------------------------------------------------------------- /src/mail/e-mail-sidebar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-sidebar.h -------------------------------------------------------------------------------- /src/mail/e-mail-tag-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-tag-editor.c -------------------------------------------------------------------------------- /src/mail/e-mail-tag-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-tag-editor.h -------------------------------------------------------------------------------- /src/mail/e-mail-templates.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-templates.c -------------------------------------------------------------------------------- /src/mail/e-mail-templates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-templates.h -------------------------------------------------------------------------------- /src/mail/e-mail-ui-session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-ui-session.c -------------------------------------------------------------------------------- /src/mail/e-mail-ui-session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-ui-session.h -------------------------------------------------------------------------------- /src/mail/e-mail-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-view.c -------------------------------------------------------------------------------- /src/mail/e-mail-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-view.h -------------------------------------------------------------------------------- /src/mail/e-mail-viewer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-viewer.c -------------------------------------------------------------------------------- /src/mail/e-mail-viewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail-viewer.h -------------------------------------------------------------------------------- /src/mail/e-mail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/e-mail.h -------------------------------------------------------------------------------- /src/mail/em-composer-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-composer-utils.c -------------------------------------------------------------------------------- /src/mail/em-composer-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-composer-utils.h -------------------------------------------------------------------------------- /src/mail/em-config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-config.c -------------------------------------------------------------------------------- /src/mail/em-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-config.h -------------------------------------------------------------------------------- /src/mail/em-event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-event.c -------------------------------------------------------------------------------- /src/mail/em-event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-event.h -------------------------------------------------------------------------------- /src/mail/em-filter-context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-filter-context.c -------------------------------------------------------------------------------- /src/mail/em-filter-context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-filter-context.h -------------------------------------------------------------------------------- /src/mail/em-filter-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-filter-editor.c -------------------------------------------------------------------------------- /src/mail/em-filter-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-filter-editor.h -------------------------------------------------------------------------------- /src/mail/em-filter-rule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-filter-rule.c -------------------------------------------------------------------------------- /src/mail/em-filter-rule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-filter-rule.h -------------------------------------------------------------------------------- /src/mail/em-folder-tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-folder-tree.c -------------------------------------------------------------------------------- /src/mail/em-folder-tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-folder-tree.h -------------------------------------------------------------------------------- /src/mail/em-folder-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-folder-utils.c -------------------------------------------------------------------------------- /src/mail/em-folder-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-folder-utils.h -------------------------------------------------------------------------------- /src/mail/em-search-context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-search-context.c -------------------------------------------------------------------------------- /src/mail/em-search-context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-search-context.h -------------------------------------------------------------------------------- /src/mail/em-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-utils.c -------------------------------------------------------------------------------- /src/mail/em-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-utils.h -------------------------------------------------------------------------------- /src/mail/em-vfolder-editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-vfolder-editor.c -------------------------------------------------------------------------------- /src/mail/em-vfolder-editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/em-vfolder-editor.h -------------------------------------------------------------------------------- /src/mail/filtertypes.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/filtertypes.xml.in -------------------------------------------------------------------------------- /src/mail/mail-autofilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-autofilter.c -------------------------------------------------------------------------------- /src/mail/mail-autofilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-autofilter.h -------------------------------------------------------------------------------- /src/mail/mail-config.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-config.ui -------------------------------------------------------------------------------- /src/mail/mail-dialogs.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-dialogs.ui -------------------------------------------------------------------------------- /src/mail/mail-send-recv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-send-recv.c -------------------------------------------------------------------------------- /src/mail/mail-send-recv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-send-recv.h -------------------------------------------------------------------------------- /src/mail/mail-vfolder-ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-vfolder-ui.c -------------------------------------------------------------------------------- /src/mail/mail-vfolder-ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail-vfolder-ui.h -------------------------------------------------------------------------------- /src/mail/mail.error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/mail.error.xml -------------------------------------------------------------------------------- /src/mail/message-list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/message-list.c -------------------------------------------------------------------------------- /src/mail/message-list.etspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/message-list.etspec -------------------------------------------------------------------------------- /src/mail/message-list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/message-list.h -------------------------------------------------------------------------------- /src/mail/searchtypes.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/searchtypes.xml.in -------------------------------------------------------------------------------- /src/mail/vfoldertypes.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/mail/vfoldertypes.xml.in -------------------------------------------------------------------------------- /src/modules/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/modules/CMakeLists.txt -------------------------------------------------------------------------------- /src/modules/rss/camel/libcamelrss.urls: -------------------------------------------------------------------------------- 1 | rss 2 | -------------------------------------------------------------------------------- /src/plugins/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/plugins/CMakeLists.txt -------------------------------------------------------------------------------- /src/plugins/bbdb/bbdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/plugins/bbdb/bbdb.c -------------------------------------------------------------------------------- /src/plugins/bbdb/bbdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/plugins/bbdb/bbdb.h -------------------------------------------------------------------------------- /src/plugins/face/face.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/plugins/face/face.c -------------------------------------------------------------------------------- /src/shell/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/CMakeLists.txt -------------------------------------------------------------------------------- /src/shell/e-shell-backend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-backend.c -------------------------------------------------------------------------------- /src/shell/e-shell-backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-backend.h -------------------------------------------------------------------------------- /src/shell/e-shell-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-common.h -------------------------------------------------------------------------------- /src/shell/e-shell-content.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-content.c -------------------------------------------------------------------------------- /src/shell/e-shell-content.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-content.h -------------------------------------------------------------------------------- /src/shell/e-shell-migrate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-migrate.c -------------------------------------------------------------------------------- /src/shell/e-shell-migrate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-migrate.h -------------------------------------------------------------------------------- /src/shell/e-shell-sidebar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-sidebar.c -------------------------------------------------------------------------------- /src/shell/e-shell-sidebar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-sidebar.h -------------------------------------------------------------------------------- /src/shell/e-shell-switcher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-switcher.c -------------------------------------------------------------------------------- /src/shell/e-shell-switcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-switcher.h -------------------------------------------------------------------------------- /src/shell/e-shell-taskbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-taskbar.c -------------------------------------------------------------------------------- /src/shell/e-shell-taskbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-taskbar.h -------------------------------------------------------------------------------- /src/shell/e-shell-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-utils.c -------------------------------------------------------------------------------- /src/shell/e-shell-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-utils.h -------------------------------------------------------------------------------- /src/shell/e-shell-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-view.c -------------------------------------------------------------------------------- /src/shell/e-shell-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-view.h -------------------------------------------------------------------------------- /src/shell/e-shell-window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-window.c -------------------------------------------------------------------------------- /src/shell/e-shell-window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell-window.h -------------------------------------------------------------------------------- /src/shell/e-shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell.c -------------------------------------------------------------------------------- /src/shell/e-shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/e-shell.h -------------------------------------------------------------------------------- /src/shell/evo-version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/evo-version.h.in -------------------------------------------------------------------------------- /src/shell/evolution-icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/evolution-icon.rc -------------------------------------------------------------------------------- /src/shell/evolution-mail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/evolution-mail.ico -------------------------------------------------------------------------------- /src/shell/evolution.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/evolution.ico -------------------------------------------------------------------------------- /src/shell/killev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/killev.c -------------------------------------------------------------------------------- /src/shell/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/main.c -------------------------------------------------------------------------------- /src/shell/shell.error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/shell/shell.error.xml -------------------------------------------------------------------------------- /src/smime/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/CMakeLists.txt -------------------------------------------------------------------------------- /src/smime/gui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/gui/CMakeLists.txt -------------------------------------------------------------------------------- /src/smime/gui/component.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/gui/component.c -------------------------------------------------------------------------------- /src/smime/gui/component.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/gui/component.h -------------------------------------------------------------------------------- /src/smime/gui/smime-ui.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/gui/smime-ui.ui -------------------------------------------------------------------------------- /src/smime/lib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/CMakeLists.txt -------------------------------------------------------------------------------- /src/smime/lib/e-cert-db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-cert-db.c -------------------------------------------------------------------------------- /src/smime/lib/e-cert-db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-cert-db.h -------------------------------------------------------------------------------- /src/smime/lib/e-cert-trust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-cert-trust.c -------------------------------------------------------------------------------- /src/smime/lib/e-cert-trust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-cert-trust.h -------------------------------------------------------------------------------- /src/smime/lib/e-cert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-cert.c -------------------------------------------------------------------------------- /src/smime/lib/e-cert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-cert.h -------------------------------------------------------------------------------- /src/smime/lib/e-pkcs12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-pkcs12.c -------------------------------------------------------------------------------- /src/smime/lib/e-pkcs12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/src/smime/lib/e-pkcs12.h -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/addressbook.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/tests/addressbook.feature -------------------------------------------------------------------------------- /tests/common_steps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/tests/common_steps.py -------------------------------------------------------------------------------- /tests/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/tests/environment.py -------------------------------------------------------------------------------- /tests/shortcuts.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/tests/shortcuts.feature -------------------------------------------------------------------------------- /tests/steps/steps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/tests/steps/steps.py -------------------------------------------------------------------------------- /win32/.gitignore: -------------------------------------------------------------------------------- 1 | /src 2 | /downloads 3 | -------------------------------------------------------------------------------- /win32/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/Makefile -------------------------------------------------------------------------------- /win32/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/build -------------------------------------------------------------------------------- /win32/get-src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/get-src -------------------------------------------------------------------------------- /win32/patches/bison.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/bison.patch -------------------------------------------------------------------------------- /win32/patches/dbus.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/dbus.patch -------------------------------------------------------------------------------- /win32/patches/freetype.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/freetype.patch -------------------------------------------------------------------------------- /win32/patches/gcr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/gcr.patch -------------------------------------------------------------------------------- /win32/patches/gettext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/gettext.patch -------------------------------------------------------------------------------- /win32/patches/gnutls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/gnutls.patch -------------------------------------------------------------------------------- /win32/patches/gtk-doc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/gtk-doc.m4 -------------------------------------------------------------------------------- /win32/patches/gtk-doc.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/gtk-doc.make -------------------------------------------------------------------------------- /win32/patches/gtk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/gtk.patch -------------------------------------------------------------------------------- /win32/patches/harfbuzz.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/harfbuzz.patch -------------------------------------------------------------------------------- /win32/patches/jasper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/jasper.patch -------------------------------------------------------------------------------- /win32/patches/libepoxy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/libepoxy.patch -------------------------------------------------------------------------------- /win32/patches/libgdata.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/libgdata.patch -------------------------------------------------------------------------------- /win32/patches/libical.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/libical.patch -------------------------------------------------------------------------------- /win32/patches/liboauth.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/liboauth.patch -------------------------------------------------------------------------------- /win32/patches/libpng.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/libpng.patch -------------------------------------------------------------------------------- /win32/patches/libxslt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/libxslt.patch -------------------------------------------------------------------------------- /win32/patches/ncurses.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/ncurses.patch -------------------------------------------------------------------------------- /win32/patches/nettle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/nettle.patch -------------------------------------------------------------------------------- /win32/patches/nss.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/nss.patch -------------------------------------------------------------------------------- /win32/patches/openldap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/openldap.patch -------------------------------------------------------------------------------- /win32/patches/p11-kit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/p11-kit.patch -------------------------------------------------------------------------------- /win32/patches/regex.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/regex.patch -------------------------------------------------------------------------------- /win32/patches/rss.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/rss.patch -------------------------------------------------------------------------------- /win32/patches/tzdata.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/tzdata.patch -------------------------------------------------------------------------------- /win32/patches/yelp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/patches/yelp.m4 -------------------------------------------------------------------------------- /win32/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/readme.txt -------------------------------------------------------------------------------- /win32/session-local.conf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/session-local.conf.in -------------------------------------------------------------------------------- /win32/setup-env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNOME/evolution/HEAD/win32/setup-env --------------------------------------------------------------------------------