forked from rpm/mutt
Update to NeoMutt 20170912 based on Mutt 1.9.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=174
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
1 file changed, 6 insertions(+), 4 deletions(-)
|
||||
|
||||
--- handler.c
|
||||
+++ handler.c 2017-06-13 08:14:25.529321141 +0000
|
||||
@@ -831,6 +831,7 @@ static int text_enriched_handler(struct
|
||||
+++ handler.c 2017-09-11 12:06:12.982065389 +0000
|
||||
@@ -821,6 +821,7 @@ static int text_enriched_handler(struct
|
||||
enum
|
||||
{
|
||||
TEXT,
|
||||
@@ -12,7 +12,7 @@
|
||||
LANGLE,
|
||||
TAG,
|
||||
BOGUS_TAG,
|
||||
@@ -868,7 +869,7 @@ static int text_enriched_handler(struct
|
||||
@@ -858,7 +859,7 @@ static int text_enriched_handler(struct
|
||||
{
|
||||
if (state != ST_EOF)
|
||||
{
|
||||
@@ -21,7 +21,7 @@
|
||||
state = ST_EOF;
|
||||
else
|
||||
bytes--;
|
||||
@@ -876,6 +877,8 @@ static int text_enriched_handler(struct
|
||||
@@ -866,6 +867,8 @@ static int text_enriched_handler(struct
|
||||
|
||||
switch (state)
|
||||
{
|
||||
@@ -30,7 +30,7 @@
|
||||
case TEXT:
|
||||
switch (wc)
|
||||
{
|
||||
@@ -936,9 +939,8 @@ static int text_enriched_handler(struct
|
||||
@@ -926,9 +929,8 @@ static int text_enriched_handler(struct
|
||||
enriched_flush(&stte, 1);
|
||||
else
|
||||
{
|
||||
@@ -41,9 +41,9 @@
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -1653,7 +1655,7 @@ void mutt_decode_attachment(struct Body
|
||||
* strip all trailing spaces to improve interoperability;
|
||||
* if $text_flowed is unset, simply verbatim copy input
|
||||
@@ -1657,7 +1659,7 @@ void mutt_decode_attachment(struct Body
|
||||
* all trailing spaces to improve interoperability; if $text_flowed is unset,
|
||||
* simply verbatim copy input
|
||||
*/
|
||||
-static int text_plain_handler(struct Body *b, struct State *s)
|
||||
+static int text_plain_handler(struct Body *b __attribute__((unused)), struct State *s)
|
||||
|
Reference in New Issue
Block a user