How to compile neomutt from source

There are two ways to do group reply: :exec group-chat-reply bind pager g noop # make sure the original g is unbound first bind pager g group-chat-reply 1 2 3 4 5 6 7 8 NeoMutt 20191207 System: Linux 5.

msmtp report error: Permission denied

I met this error when I was configing my msmtp on Ubuntu Linux. msmtp –account bh1scw -d -t < ~/patch/test.patch 1 2 3 4 ... ignoring system configuration file /etc/msmtprc: No such file or directory loaded user configuration file /home/user/.

Git Format-patch Multi Commits Onto One Patch

If your commits are in the “newlines” branch and you have switched back to your “master” branch already, this should do the trick: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [adam@mbp2600 example (master)]$ git checkout -b tmpsquash Switched to a new branch "tmpsquash" [adam@mbp2600 example (tmpsquash)]$ git merge --squash newlines Updating 4d2de39.

Magic trick of using keyboard shortcuts in Terminal on Mac

It’s no secret that being a faster developer will increase your productivity, but it will also improve your daily workflow when you gain better control and mastery over your tools. everyone now if you’re like me you sit in front of your computer most of your day with your favorite text editor and it’s important that you make sure you know the most import keyboard shortcuts in order to save the most amount of time while programming.

I Found A Git Bug

I have report this bug to upstream: https://lore.kernel.org/git/20220424064730.fdhrgkkkegxbnn3l@kong-HP/T/#m9cbb6a73be2d40f2e14a9dde8703dd8a116c1024 Here are steps of what I am doing: First, I created two commits to a demo project. when I use command: 1 git format-patch --cover-letter -1 cat 0000-cover-letter.patch 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 From 2e62ef46d5627319c4cb11be81079e3364fca40c Mon Sep 17 00:00:00 2001 From: FanJun Kong <bh1scw@gmail.