summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-08Set the curses resize policy to use tioctl()Kevin McCarthy
2022-10-08Remove unneeded calls in mutt_edit_file().Kevin McCarthy
2022-10-08Change a few cases of endwin() to call mutt_endwin().Kevin McCarthy
2022-10-08Add SigWinch = 1 to mutt_endwin().Kevin McCarthy
2022-10-08Move SigWinch handling before refresh in menus.Kevin McCarthy
2022-08-30Ensure pop_data is freed for mailbox and fetch-mail usage.Kevin McCarthy
2022-08-25Add error handling for cert prompts in batch mode.Kevin McCarthy
2022-08-22Updated Catalan translation.Ivan Vilata i Balaguer
2022-08-07automatic post-release commit for mutt-2.2.7mutt-2-2-7-relKevin McCarthy
2022-08-07Update UPDATING file for 2.2.7 release.Kevin McCarthy
2022-08-05Fix mutt_read_rfc822_line() to use is_email_wsp().Kevin McCarthy
2022-08-04Drop X509 *cert from sslsockdata, unused.Matthias Andree
2022-07-29Change mutt_display_message() $pager to use %s if present.Kevin McCarthy
2022-07-29Overide SSL_CTX min/max protocol versions.Kevin McCarthy
2022-07-28Tighten $query_command parsing to allow empty name field.Kevin McCarthy
2022-07-28version.sh: fix robustness on git failureMatthias Andree
2022-07-28de.po: Fix German certificate dialog translation.Matthias Andree
2022-07-06Comment out undesirable default settings in smime.rc.Kevin McCarthy
2022-06-11Decrypt S/MIME when mime-forwarding with $forward_decrypt set.Kevin McCarthy
2022-06-05automatic post-release commit for mutt-2.2.6mutt-2-2-6-relKevin McCarthy
2022-06-05Update UPDATING file for 2.2.6 release.Kevin McCarthy
2022-05-27Fix $pgp_sort_keys sorting.Kevin McCarthy
2022-05-27Adjust browser and sidebar numeric sorting to use mutt_numeric_cmp()Kevin McCarthy
2022-05-27Fix mbrtowc() error handling in mutt_which_case().Kevin McCarthy
2022-05-27Fix mbrtowc() error handling in check_alias_name().Kevin McCarthy
2022-05-27Convert my_width() to use mbrtowc().Kevin McCarthy
2022-05-26Fix header folding my_width() calculation.Kevin McCarthy
2022-05-25Filter Arabic Letter Mark due to display corruption.Kevin McCarthy
2022-05-21Fix browser completion path expansion to preserve a trailing slash.Kevin McCarthy
2022-05-21Decouple expand_path() relpath vs trailing slash handling.Kevin McCarthy
2022-05-20Update de.po.Helge Kreutzmann
2022-05-19Document $sendmail invocation behavior.Kevin McCarthy
2022-05-16automatic post-release commit for mutt-2.2.5mutt-2-2-5-relKevin McCarthy
2022-05-16Update UPDATING file for 2.2.5.Kevin McCarthy
2022-05-14Set gsasl hostname callback value.Kevin McCarthy
2022-05-08Force IR with gsasl SMTP PLAIN authentication.Kevin McCarthy
2022-04-30automatic post-release commit for mutt-2.2.4mutt-2-2-4-relKevin McCarthy
2022-04-30Update UPDATING file for 2.2.4 release.Kevin McCarthy
2022-04-30Document $header_cache behavior change wrt directories.Kevin McCarthy
2022-04-30When expanding local paths, normalize to remove a trailing '/'.Kevin McCarthy
2022-04-21Minor translation fixesEmir SARI
2022-04-12automatic post-release commit for mutt-2.2.3mutt-2-2-3-relKevin McCarthy
2022-04-12Update UPDATING file for 2.2.3.Kevin McCarthy
2022-04-12Fix read past end of buf in is_mmnoask().Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-04-12Flush iconv() in mutt_convert_string().Kevin McCarthy
2022-04-12Add convert_string() size check.Kevin McCarthy
2022-04-12Fix integer overflow in mutt_convert_string().Kevin McCarthy
2022-04-05Fix uudecode cleanup on unexpected eof.Kevin McCarthy
2022-04-05Fix uudecode buffer overflow.Kevin McCarthy