mricon / b4

Tool to help with email-based patch workflows
GNU General Public License v2.0
59 stars 20 forks source link

subject prefix behaves unexpectedly #3

Open manorit2001 opened 1 year ago

manorit2001 commented 1 year ago

prefix somehow behaves like suffix, version of b4 used == 0.12.2

$ b4 prep --set-prefix "PREFIX"
No changes to extra prefixes.
$ b4 send -o /tmp/presend
Converted the branch to 1 messages
Will write out messages into /tmp/presend
  0001-patch.eml
---
DRYRUN: Would have sent 1 messages
$ cat /tmp/presend/0001-patch.eml
From: Manorit Chawdhry <manorit2001@gmail.com>
Date: Mon, 17 Apr 2023 15:44:10 +0530
Subject: [PATCH PREFIX] Test email
[...]