No description
This could probably use a DB migration to set all attachments will "none" as their filename to NULL, but that's a lot of trouble for little gain. * src/client/conversation-viewer/conversation-email.vala (if): Remove workaround for "none" attachment file names. * src/client/conversation-viewer/conversation-message.vala (ConversationMessage::inline_image_replacer): Handle translation for null attachment file names here, rather than in the engine. * src/engine/api/geary-email.vala (Email::get_searchable_attachment_list): Don't bother appending file names for attachments when they are null. * src/engine/imap-db/imap-db-attachment.vala (Attachment): Use a const for null file name replacement string so it can be used elsewhere. * src/engine/imap-db/imap-db-folder.vala (Folder::do_list_attachments): Clean up old "none" file names when loading from DB. (Folder::do_save_attachments_db): Allow for file name being null. * src/engine/rfc822/rfc822-message.vala (Message::InlinePartReplacer): Allow file name to be null, update call sites. * src/engine/rfc822/rfc822-utils.vala (get_clean_attachment_filename): Don't attempt to translate null filenames, just return it null. Update call sites. |
||
|---|---|---|
| bindings | ||
| cmake | ||
| debian | ||
| desktop | ||
| help | ||
| icons | ||
| po | ||
| sql | ||
| src | ||
| test | ||
| ui | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| cmake_uninstall.cmake.in | ||
| CMakeLists.txt | ||
| configure | ||
| configure.in | ||
| COPYING | ||
| COPYING.icons | ||
| COPYING.snowball | ||
| geary.doap | ||
| INSTALL | ||
| Makefile.in | ||
| NEWS | ||
| README | ||
| THANKS | ||
Geary Email Client
------------------
* Introduction
Geary is an IMAP email client built for the GNOME desktop environment. It
allows you to read and send email with a simple, modern interface.
Visit https://wiki.gnome.org/Apps/Geary to read about the current state of
Geary's development and to make sure you're running the latest version.
* Installation & Licensing
Please consult the INSTALL and COPYING files for more information.
* Quick Start
The first time Geary is launched, it will prompt for your account
information. Note that your email password is stored securely in the
Gnome Keyring.
Geary will then begin downloading messages in your inbox and other
folders.
* Contacting Geary Developers
Geary wiki: https://wiki.gnome.org/Apps/Geary
We also encourage you to join the Geary mailing list. See
https://mail.gnome.org/mailman/listinfo/geary-list for details.
Copyright 2016 Software Freedom Conservancy Inc.