summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x.bin/pbcopy1
-rwxr-xr-x.bin/pbpaste1
-rwxr-xr-xinstall.sh2
3 files changed, 4 insertions, 0 deletions
diff --git a/.bin/pbcopy b/.bin/pbcopy
new file mode 100755
index 00000000..925e098e
--- /dev/null
+++ b/.bin/pbcopy
@@ -0,0 +1 @@
+exec nc localhost 7062 > /dev/null
diff --git a/.bin/pbpaste b/.bin/pbpaste
new file mode 100755
index 00000000..9ce6f6dd
--- /dev/null
+++ b/.bin/pbpaste
@@ -0,0 +1 @@
+exec nc localhost 7062 < /dev/null
diff --git a/install.sh b/install.sh
index 54376f8d..fd3f7192 100755
--- a/install.sh
+++ b/install.sh
@@ -22,7 +22,9 @@ link() {
 }
 
 link .bin/manpager
+link .bin/pbcopy
 link .bin/pbd.c
+link .bin/pbpaste
 link .bin/xx.c
 link .config/git/config
 link .config/git/ignore
:15 -0400'>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