]> granicus.if.org Git - neomutt/commit
Encode URIs created with nm_uri_from_query 692/head
authorWilliam Pettersson <william.pettersson@gmail.com>
Sun, 30 Jul 2017 04:59:38 +0000 (14:59 +1000)
committerRichard Russon <rich@flatcap.org>
Fri, 4 Aug 2017 11:31:00 +0000 (12:31 +0100)
commit8b704a291fd18e8f7edcde2a2b4526246805262e
treec2c57d94a3822617eb17606649ea45f5dfdd6a44
parenta2b10aedf060838482a3e4114db6ee25fc822ede
Encode URIs created with nm_uri_from_query

Uses url_pct_encode to do the encoding. Note that url_pct_encode now
also encodes the ampersand, which shouldn't cause problems given that
it's only used for usernames and passwords otherwise.

Addresses issue #603
mutt_notmuch.c
url.c
url.h