summary refs log tree commit diff
path: root/home/.local/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-12 02:22:59 -0500
committerJune McEnroe <june@causal.agency>2020-02-12 02:23:15 -0500
commitf39d9a34b0b006979f8b923fc0558f6e0f46aa21 (patch)
tree7a76bc516990cfc78fac63c8c8fe02421eb34ad5 /home/.local/bin
parentAdd imbox and notemap to page (diff)
downloadsrc-f39d9a34b0b006979f8b923fc0558f6e0f46aa21.tar.gz
src-f39d9a34b0b006979f8b923fc0558f6e0f46aa21.zip
Simplify macOS notify-send
Diffstat (limited to 'home/.local/bin')
-rwxr-xr-xhome/.local/bin/notify-send2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.local/bin/notify-send b/home/.local/bin/notify-send
index afeb22cc..5630440d 100755
--- a/home/.local/bin/notify-send
+++ b/home/.local/bin/notify-send
@@ -4,6 +4,6 @@ on run argv
 	if count of argv is 2 then
 		display notification (item 2 of argv) with title (item 1 of argv)
 	else
-		display notification "" with title (item 1 of argv)
+		display notification (item 1 of argv)
 	end if
 end run
n>Add -q to exit non-zero on early exitJune McEnroe 2020-04-26Rearrange some of archive.hJune McEnroe 2020-04-26Free part.parts.ptrJune McEnroe Oops. 2020-04-26Rename part->id to part->contentIDJune McEnroe Disambiguate with messageID. 2020-04-26Iterate through nested multiparts to find content for AtomJune McEnroe Also fixes content for multipart/signed. 2020-04-26Include Cc address in reply mailtosJune McEnroe 2020-04-26Use %R for RFC numbers in STANDARDS sectionJune McEnroe 2020-04-26Add mailto spec to STANDARDSJune McEnroe 2020-04-26Increase space between nav itemsJune McEnroe 2020-04-26Add mailto address for the archiveJune McEnroe 2020-04-26Put dates on new lines in indexJune McEnroe 2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe 2020-04-26Add link to index on thread pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe