summaryrefslogtreecommitdiffstats
path: root/muttlib.c (follow)
Commit message (Expand)AuthorAgeLines
* Decouple expand_path() relpath vs trailing slash handling.Kevin McCarthy2022-05-21-15/+22
* When expanding local paths, normalize to remove a trailing '/'.Kevin McCarthy2022-04-30-9/+22
* Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy2022-04-12-1/+3
* Add $attach_save_charset_convert quadoption.Kevin McCarthy2021-10-04-1/+1
* Assert mutt_decode_attachment() doesn't modify body fields.Kevin McCarthy2021-09-24-1/+1
* Ensure embedded IMAP passwords are stored in context->path.Kevin McCarthy2021-09-16-0/+14
* Rewrite mutt_apply_replace() to use buffers.Kevin McCarthy2021-07-17-42/+32
* Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy2021-07-07-2/+4
* Suggested translation changes.Kevin McCarthy2021-06-13-1/+1
* Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy2021-05-01-6/+13
* Create mutt_atolofft() to parse body->length field.Kevin McCarthy2021-01-27-0/+22
* Parse headers on demand for the list menu.Kevin McCarthy2020-12-09-10/+0
* abstract some List-* header processingdgc2020-12-06-0/+11
* Add mutt_buffer_rewind() function.Kevin McCarthy2020-11-30-1/+1
* Remove buffer_normalize_fullpath().Kevin McCarthy2020-11-18-97/+2
* Disable normalization after expand_path().Kevin McCarthy2020-11-06-0/+10
* Don't relative-path expand for fcc-hook and save-hook.Kevin McCarthy2020-11-06-0/+5
* Remove casts for mutt_random_bytes() argument.Kevin McCarthy2020-09-16-2/+2
* Use PRIu64 macro as format when printing uint64_t valuesRemco Rijnders2020-09-14-2/+2
* Implement LFRS113 PRNG functionsRemco Rijnders2020-09-14-4/+11
* Removed unused mutt_expand_path()Kevin McCarthy2020-09-06-15/+0
* Normalize expanded paths with '.' or '..' in them.Kevin McCarthy2020-08-29-1/+88
* Remove relative path expansion for some cases.Kevin McCarthy2020-08-29-9/+11
* Change expand_path() to expand relative paths.Kevin McCarthy2020-08-29-5/+52
* Add first version of MuttLisp.Kevin McCarthy2020-07-19-1/+1
* Refactor mutt_buffer_strip_formatting() inside of pager.c.Kevin McCarthy2020-05-23-46/+0
* Improve mutt_decrease_mtime() error handling.Kevin McCarthy2020-05-08-1/+7
* Remove ansi formatting from autoview generated quoted replies.Kevin McCarthy2020-04-13-0/+46
* Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy2020-03-21-0/+58
* Change mutt_FormatString() data parameter to type void *.Kevin McCarthy2020-03-06-1/+1
* Ensure format string dest buffer is cleared for callback function.Kevin McCarthy2020-02-23-0/+1
* Convert mutt_save_confirm() to use buffer pool.Kevin McCarthy2019-10-15-5/+9
* Removed unused mutt_expand_link()Kevin McCarthy2019-10-15-25/+0
* Convert save-hook and fcc-hook to use buffer pool internally.Kevin McCarthy2019-10-07-3/+24
* Fix built-in pager checks for help and attachments.Kevin McCarthy2019-10-04-2/+4
* Convert buffer callers of mutt_get_field() to use buffer version.Kevin McCarthy2019-09-22-8/+3
* Convert mutt_complete() to use the buffer pool.Kevin McCarthy2019-09-19-0/+16
* Convert recvattach save_attachment functions to use buffer pool.Kevin McCarthy2019-09-13-11/+22
* Convert remaining mutt_encode_path() call to use BUFFER.Kevin McCarthy2019-09-09-10/+1
* Convert bcache to use buffer pools.Kevin McCarthy2019-09-06-0/+12
* Add size display configuration variables.Kevin McCarthy2019-08-17-13/+25
* Add gossip header processing.Kevin McCarthy2019-08-03-0/+1
* Add autocrypt header parsing to mutt_parse_rfc822_line().Kevin McCarthy2019-08-03-0/+24
* Added * option to unattachments commandAndrew Marks2019-07-21-0/+21
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-1/+1
* Convert compress to use mutt_buffer_quote_filename().Kevin McCarthy2019-04-20-3/+5
* Convert migrated lib.c functions to use BUFFER.Kevin McCarthy2019-04-18-40/+70
* Relocate lib.c functions to muttlib.c to enable BUFFER use.Kevin McCarthy2019-04-18-0/+205
* Convert rfc1524_expand_command() implementation to use BUFFER.Kevin McCarthy2019-04-14-0/+18
* Rename mutt_buffer_adv_mktemp().Kevin McCarthy2019-04-14-35/+8