diff options
author | Wolfgang Müller | 2021-07-25 17:36:01 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-25 17:36:01 +0200 |
commit | 17bcb985751ba81c8c832e5a869e0e6c8641c990 (patch) | |
tree | bcbe10fe4b0991d7160657283f97a8fc686d8d4c /content/8 | |
parent | 4670e574a5253811b5f7a8f42a68873ac5c45008 (diff) | |
download | zunzuncito-17bcb985751ba81c8c832e5a869e0e6c8641c990.tar.gz |
content: Mention Maildir difficulties in post 8
People might read post 8 on its own so make sure we mention the
followup.
Diffstat (limited to 'content/8')
-rw-r--r-- | content/8/index.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/8/index.md b/content/8/index.md index ea5c65f..608cc9b 100644 --- a/content/8/index.md +++ b/content/8/index.md @@ -4,6 +4,9 @@ title = "Applying patches with mutt(1)" [taxonomies] tags = ["git", "TIL"] + +[extra] +mentions = [9] +++ When maintaining a project sooner or later there comes the time when you need to @@ -49,7 +52,7 @@ current directory: With the thread still tagged, `;C` (`<tag-prefix>` followed by `<copy-message>`) will save a copy of it under a given path. Now you can apply the series by hitting `!` and running `git am -s <path>`. This works with [`mbox_type`](https://neomutt.org/guide/reference#3-188-%C2%A0mbox_type) set to -either `mbox` or `Maildir`. +either `mbox` or `Maildir` (but see {{ ref(id=9) }}). Of course there is no need to rely on the default bindings, especially if you need to do this kind of thing very often. `mutt(1)` is easily customizable, |