]> granicus.if.org Git - neomutt/commit
Add the "attach_save_dir" config variable 1468/head
authorPietro Cerutti <gahr@gahr.ch>
Fri, 30 Nov 2018 13:04:48 +0000 (13:04 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 4 Dec 2018 14:10:03 +0000 (14:10 +0000)
commit2af1924dc49f4820743e1ddbf88f05243c3cdcec
tree52f56b9b4629bc15effa7dcc51fe80d0b6479eee
parente4b452fa436cc3a05a050d2156f5295444402996
Add the "attach_save_dir" config variable

This specifies the location where attachments are saved. The default is
the current working directory.

- Suggest a directory even if the attachment doesn't have a name
- Do not clear the prompt buffer when modifying a suggested filename
- Default to "./" if attach_save_dir is empty or unset

Fixes #1465
init.h
recvattach.c
recvattach.h