X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_lib.c;h=e462a6a74b1e44ea6d668104e70acefb95778f51;hp=e34165bf763c952e880b4f48f7350fc4bef5203a;hb=08fa240d29322ece4c7bceebfae6c6d3fb856f0e;hpb=c8bf978fc5c4f6c793620a515fa2456a3fa9eb13 diff --git a/pop/pop_lib.c b/pop/pop_lib.c index e34165b..e462a6a 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -21,7 +21,7 @@ #include "url.h" #include "pop.h" #if defined (USE_SSL) || defined (USE_GNUTLS) -# include "mutt_ssl.h" +# include #endif #include "lib/debug.h" @@ -74,7 +74,7 @@ void pop_error (POP_DATA * pop_data, char *msg) } m_strcpy(t, sizeof(pop_data->err_msg) - strlen(pop_data->err_msg), c); - str_skip_trailws (pop_data->err_msg); + m_strrtrim(pop_data->err_msg); } /* Parse CAPA output */