From: JNRowe <JNRowe@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: [PR PATCH] mcom: allow tilde prefixed path for profile's outbox setting Date: Thu, 08 Oct 2020 12:27:32 +0200 [thread overview] Message-ID: <gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-187@inbox.vuxu.org> (raw) [-- Attachment #1: Type: text/plain, Size: 318 bytes --] There is a new pull request by JNRowe against master on the mblaze repository https://github.com/JNRowe/mblaze master https://github.com/leahneukirchen/mblaze/pull/187 mcom: allow tilde prefixed path for profile's outbox setting A patch file from https://github.com/leahneukirchen/mblaze/pull/187.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-master-187.patch --] [-- Type: text/x-diff, Size: 614 bytes --] From 196224321143a666bd6d2a9dd69779430cf2e24d Mon Sep 17 00:00:00 2001 From: James Rowe <jnrowe@gmail.com> Date: Thu, 8 Oct 2020 11:25:45 +0100 Subject: [PATCH] mcom: allow tilde prefixed path for profile's outbox setting --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcom b/mcom index a1a1f90..246f51f 100755 --- a/mcom +++ b/mcom @@ -231,7 +231,7 @@ esac hdrs="$(printf '%s\n' "${hdrs#$NL}" | mhdr -)" -outbox=$(mhdr -h outbox "$MBLAZE/profile") +outbox=$(mhdr -h outbox "$MBLAZE/profile" | sed "s,^~/,$HOME/,") if [ -z "$outbox" ]; then if [ -z "$resume" ]; then i=0
next reply other threads:[~2020-10-08 10:27 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-08 10:27 JNRowe [this message] 2020-10-08 10:46 ` leahneukirchen 2020-10-08 11:42 ` [PR PATCH] [Updated] " JNRowe 2020-10-08 11:43 ` JNRowe 2020-10-08 12:27 ` [PR PATCH] [Closed]: " leahneukirchen
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-187@inbox.vuxu.org \ --to=jnrowe@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] mcom: allow tilde prefixed path for profile'\''s outbox setting' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).