No description
Find a file
Timo Kluck 5045ff0443 Composer address bar: prevent doubling spaces after address autocomplete
The composer splits addresses on "," and later joins them on ", ". This means
that separating spaces are doubled after every autocomplete. This patch fixes
that by stripping whitespace after splitting. We do this in a separate loop at
the end of the function as opposed to directly after splitting in order not to
upset the cursor positioning logic.

This does not fix the problem that an address like

    "Kluck, Timo" <tkluck@infty.nl>

are split on the comma. Before this patch, the space would be doubled.  After
this patch, it will always be reduced to a single space. A better solution
would ideally leave the quoted part as-is. I think this will also lead to
better auto-complete behaviour when the cursor is in the quoted part.  Better
parsing of the quoted part is beyond the scope of this patch.
2016-06-29 10:33:33 +10:00
bindings Added support to change the spell-checking language. 2016-06-09 15:36:39 +10:00
cmake Transfer Yorba copyrights to Software Freedom Conservancy 2016-05-06 08:33:37 -04:00
debian Add dependency on libenchant. 2016-06-15 18:58:49 -04:00
desktop Added support to change the spell-checking language. 2016-06-09 15:36:39 +10:00
help Updated Spanish translation 2016-06-20 20:09:36 +02:00
icons Simplify icon handling a bit. 2016-04-28 14:22:21 -04:00
po Updated Italian translation 2016-06-26 16:22:51 +00:00
sql Periodic database & attachments garbage collection: Bug #714134 2014-12-18 17:00:47 -08:00
src Composer address bar: prevent doubling spaces after address autocomplete 2016-06-29 10:33:33 +10:00
theming Host new composers in ComposerBox, not in ComposerEmbed 2015-02-02 16:38:28 -05:00
ui Use Popover for Move/Label menu. Bug 767431. 2016-06-20 15:27:41 +10:00
.gitattributes Fix git archive to not include debian directory 2013-10-03 16:22:04 -07:00
.gitignore Add some git and deb build artefacts to .gitignore 2016-05-13 11:52:24 +10:00
AUTHORS Moving Robert Schroll to AUTHORS file and About box 2013-03-18 18:43:01 -07:00
cmake_uninstall.cmake.in Closes #4982 Closes #4964 Switched to CMake, added an installer/uninstaller 2012-04-23 18:54:26 -07:00
CMakeLists.txt Added support to change the spell-checking language. 2016-06-09 15:36:39 +10:00
configure Transfer Yorba copyrights to Software Freedom Conservancy 2016-05-06 08:33:37 -04:00
configure.in Restore configure.in to fix building with Valencia. 2012-07-20 11:41:08 -07:00
COPYING Added COPYING, AUTHORS, and MAINTAINERS files: #3697. 2011-06-06 15:23:04 -07:00
COPYING.icons Use common icon names and "mail-" prefix: Bug #713454 2014-10-28 13:20:00 -07:00
COPYING.snowball Basic search table implementation; fix #6766 2013-05-17 15:32:52 -07:00
geary.doap Add maintainer userid for access to master.gnome.org. 2016-05-12 10:57:30 +10:00
INSTALL Update and simplify INSTALL with current version reqs. 2016-06-14 12:38:08 -04:00
Makefile.in Transfer Yorba copyrights to Software Freedom Conservancy 2016-05-06 08:33:37 -04:00
NEWS Fix incorrect date in NEWS 2016-05-17 12:33:01 +10:00
README Transfer Yorba copyrights to Software Freedom Conservancy 2016-05-06 08:33:37 -04:00
THANKS Update to 0.11.0 2016-05-15 19:39:26 +10:00

    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.