[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.8-RC1-41-g5718396d |
Date: |
Sun, 21 Jan 2024 12:14:06 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 5718396d9c51c6e41d13c2548cd3ced591d3a028 (commit)
from ba38529e8a0f2292b8b3d7fe76dc2411048bcc3f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5718396d9c51c6e41d13c2548cd3ced591d3a028
Author: David Levine <levinedl@acm.org>
Date: Sun Jan 21 11:43:05 2024 -0500
Added -nodraftfolder to send(1) args when mhmail(1) is invoked with
-profile.
mhmail uses a tmp file. If the user has a -draftfolder switch in the send
component of their profile, send interpreted the tmp filename as a message
number. That caused send to fail. Fixed by squashing any send -draftfolder
switches by appending the -nodraftfolder switch.
The handling by send of "-draftfolder folder_name -nodraftfolder" is not the
same as if that sequence of switches was not used. With it, the filename is
processed by m_maildir(). Because mhmail provides an absolute path to
send as the filename, m_maildir() returns the path unchanged. send
therefore
works properly with the absolute path argument from mhmail.
Thanks to Ralph for reporting the bug and providing the fix.
-----------------------------------------------------------------------
Summary of changes:
docs/pending-release-notes | 5 ++---
test/mhmail/test-mhmail | 29 ++++++++++++++++++++++++-----
uip/mhmail | 2 ++
3 files changed, 28 insertions(+), 8 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.8-RC1-41-g5718396d,
David Levine <=