From 93afaf0f29d3b9a1925f4a75778bb29ed288c444 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 27 Oct 2018 16:18:32 -0400 Subject: Set MANSECT for sections 2 and 3 before 1 I almost never want to read printf(1). --- home/.kshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.kshrc b/home/.kshrc index ef509d5d..16e79147 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -12,6 +12,7 @@ CDPATH=:$HOME export PWD export PAGER=less +export MANSECT=2:3:1:8:6:5:7:4:9 export EDITOR=vim if whence nvim > /dev/null; then EDITOR=nvim -- cgit 1.4.1 od='get'> mirror notes to IMAP
about summary refs log tree commit diff
path: root/notemap.c (unfollow)
Commit message (Collapse)Author
2022-09-18Make copyrights and AUTHORS consistent HEAD masterJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
2020-12-18Fix README formatting typo 1.3June McEnroe
2020-12-18Rewrite main loop linearlyJune McEnroe
2020-12-16Remove dig dependency from READMEJune McEnroe
2020-12-16Add git-notemap wrapperJune McEnroe
2020-12-16Take username as a required positional argumentJune McEnroe
2020-12-15Reformat STANDARDS sectionJune McEnroe
2020-12-15Add DNS and SRV RFCs to STANDARDSJune McEnroe
2020-12-15Remove dependency on dig/drillJune McEnroe
2020-12-15Add -lresolv on macOS, LinuxJune McEnroe
2020-12-15Implement getservinfo for SRV lookupJune McEnroe
2020-10-29Update README build instructions 1.2June McEnroe
2020-10-29Say OpenSSL in additional permission noticesJune McEnroe
2020-10-27Refactor IMAP structJune McEnroe
2020-10-27Rewrite compat and add configure scriptJune McEnroe
2020-10-24Use open_memstream rather than fmemopenJune McEnroe
2020-06-08Add additional permission for linking with LibreSSLJune McEnroe
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
2020-05-05Update email addresses 1.1June McEnroe
2020-05-05Update compat.h for split read/write streamsJune McEnroe
2020-05-05Encode the path as Subject with QJune McEnroe
2020-05-04Clean up notemap with dataCheckJune McEnroe
2020-05-04Update IMAP parserJune McEnroe
2020-04-08Use a real IMAP parserJune McEnroe
2020-01-28Call fopencookie with a+ 1.0June McEnroe
This fixes strange behaviour when interleaving reads and writes.
2020-01-28Add arc4random_buf compatibilityJune McEnroe