]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix msgid loading in mutt
authormartin f. krafft <madduck@madduck.net>
Thu, 31 Jan 2019 03:36:55 +0000 (16:36 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 31 Jan 2019 03:36:55 +0000 (16:36 +1300)
.bin/task_call

index 9f43a67122435bc7ab231bd5a45e0b727fccb212..eda77d03370618212542f0126711420852af746b 100755 (executable)
@@ -19,7 +19,7 @@ case "$DATATYPE" in
     ;;
 
   (msgid)
-    mutt -f =store -e "push '<search>~i $DATAPAYL'<enter>"
+    mutt -f =store -e "push '<limit>~(=i\"$DATAPAYL\")<enter><search>=i\"$DATAPAYL\"<enter>'"
     ;;
 
   (url)