mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-25 01:10:59 +02:00
mail things
This commit is contained in:
parent
8dfcb9a9d4
commit
978e127496
@ -149,18 +149,18 @@ PATCH_DIR=$PATCH_TEMP_DIR/$TOPIC_NAME
|
|||||||
rm -rf $PATCH_DIR
|
rm -rf $PATCH_DIR
|
||||||
mkdir -p $PATCH_DIR
|
mkdir -p $PATCH_DIR
|
||||||
|
|
||||||
git format-patch $FORMAT_PATCH_FLAGS $BASE_HASH --output-directory $PATCH_DIR/
|
git format-patch --rfc $FORMAT_PATCH_FLAGS $BASE_HASH --output-directory $PATCH_DIR/
|
||||||
|
|
||||||
if [ $COMMIT_COUNT -ne "1" ]
|
if [ $COMMIT_COUNT -ne "1" ]
|
||||||
then
|
then
|
||||||
COVER_LETTER="$PATCH_DIR/v$PATCH_VERSION-0000-cover-letter.patch"
|
COVER_LETTER="$PATCH_DIR/v$PATCH_VERSION-0000-cover-letter.patch"
|
||||||
split -p 'BLURB HERE' "$COVER_LETTER"
|
csplit "$COVER_LETTER" '/BLURB HERE/'
|
||||||
cat xaa > $COVER_LETTER
|
cat xx00 > $COVER_LETTER
|
||||||
rm xaa
|
rm xx00
|
||||||
printf "$URLS\n" >> $COVER_LETTER
|
printf "$URLS\n" >> $COVER_LETTER
|
||||||
! [ -e "$INTERDIFF" ] || cat "$INTERDIFF" >> $COVER_LETTER
|
! [ -e "$INTERDIFF" ] || cat "$INTERDIFF" >> $COVER_LETTER
|
||||||
tail -n +2 xab >> $COVER_LETTER
|
tail -n +2 xx01 >> $COVER_LETTER
|
||||||
rm xab
|
rm xx01
|
||||||
fi
|
fi
|
||||||
|
|
||||||
! [ -e "$INTERDIFF" ] || rm "$INTERDIFF"
|
! [ -e "$INTERDIFF" ] || rm "$INTERDIFF"
|
||||||
@ -223,8 +223,8 @@ REVIEWERS=$(
|
|||||||
|
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
$(git config core.editor) $PATCH_DIR &
|
$(git config core.editor) $PATCH_DIR
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Send patch with:"
|
echo "Send patch with:"
|
||||||
echo "git push origin $TAG_NAME && git send-email $PATCH_DIR/* --to=git@vger.kernel.org $REVIEWERS --in-reply-to="
|
echo "git push origin $TAG_NAME && git send-email $PATCH_DIR/* --to=wireguard@lists.zx2c4.com $REVIEWERS --in-reply-to="
|
||||||
|
@ -10,6 +10,8 @@ set spoolfile = +INBOX
|
|||||||
|
|
||||||
set imap_check_subscribed
|
set imap_check_subscribed
|
||||||
|
|
||||||
|
# NotMuch config
|
||||||
|
set nm_default_url = "notmuch:///home/arti/Mail"
|
||||||
|
|
||||||
# Store message headers locally to speed things up.
|
# Store message headers locally to speed things up.
|
||||||
# If hcache is a folder, Mutt will create sub cache folders for each account which may speeds things up even more.
|
# If hcache is a folder, Mutt will create sub cache folders for each account which may speeds things up even more.
|
||||||
|
Loading…
Reference in New Issue
Block a user