From b493e131ea8fce7c1837540058d7115b9bfb981a Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 29 Dec 2023 23:59:25 -0500 Subject: [PATCH] cleanup: Remove mblaze config If I'm reaching for CLI email (which is less and less these days), its usually mutt; mblaze was cool to play around with though! --- .mblaze/filter | 3 --- .mblaze/headers | 1 - .mblaze/mless.in | 23 ----------------------- .mblaze/profile | 2 -- Makefile | 10 ++++------ 5 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 .mblaze/filter delete mode 100644 .mblaze/headers delete mode 100644 .mblaze/mless.in delete mode 100644 .mblaze/profile diff --git a/.mblaze/filter b/.mblaze/filter deleted file mode 100644 index af2d6be..0000000 --- a/.mblaze/filter +++ /dev/null @@ -1,3 +0,0 @@ -# .mblaze/filter -- used by mshow(1) to display certain MIME types -# (hint: run mless(1) and toggle HTML-view with `H` (lesskey must be installed) -text/html: w3m -T text/html diff --git a/.mblaze/headers b/.mblaze/headers deleted file mode 100644 index 3fbe0b8..0000000 --- a/.mblaze/headers +++ /dev/null @@ -1 +0,0 @@ -Bcc: alex@alexkarle.com diff --git a/.mblaze/mless.in b/.mblaze/mless.in deleted file mode 100644 index 0d2d38b..0000000 --- a/.mblaze/mless.in +++ /dev/null @@ -1,23 +0,0 @@ -# mless(1) keybindings, compiled with mlesskey(1). See ./Makefile -# -# mless(1) takes its commands via the exit codes below: -# -# 36) # $ goto end -# 78) # N go to next unseen message -# 107) # k next thread -# 100) # d mark read -# 82) # R toggle raw mode -# 72) # H toggle HTML mode -# 94) # ^ goto parent -Q quit \1 -$ quit $ -S noaction E//scan\n -` noaction E\#\n -H quit H -N quit N -R quit R -T quit k -r quit d -\^ quit \^ -J next-file -K prev-file diff --git a/.mblaze/profile b/.mblaze/profile deleted file mode 100644 index d774c27..0000000 --- a/.mblaze/profile +++ /dev/null @@ -1,2 +0,0 @@ -#: .mblaze/profile -- local email settings, see mblaze-profile(5) -Local-Mailbox: Alex Karle diff --git a/Makefile b/Makefile index 3fed25c..44217d0 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,14 @@ # Makefile -- to compile and install dotfiles ALL = .cwmrc .exrc .gitconfig .mbsyncrc .shrc .tmux.conf .xsession \ - .mailcap .muttrc .config/nvim .mblaze .csirc .ed_inputrc .inputrc \ + .mailcap .muttrc .config/nvim .csirc .ed_inputrc .inputrc \ .Xresources # CURDIR is gmake, .CURDIR is bmake. One will exist! DOTS = $(CURDIR)$(.CURDIR) -.PHONY: build -build: .mblaze/mless - -.mblaze/mless: .mblaze/mless.in - lesskey -o $@ .mblaze/mless.in +.PHONY: help +help: + @echo run \"make install\" to symlink dotfiles to $(HOME) .PHONY: install install: build -- libgit2 1.1.1