commit b493e131ea8fce7c1837540058d7115b9bfb981a (patch)
parent eeacf7a6b372548c5df51f18ff6c4e6ce98cec33
Author: Alex Karle <alex@alexkarle.com>
Date: Fri, 29 Dec 2023 23:59:25 -0500
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!
Diffstat:
5 files changed, 4 insertions(+), 35 deletions(-)
diff --git a/.mblaze/filter b/.mblaze/filter
@@ -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
@@ -1 +0,0 @@
-Bcc: alex@alexkarle.com
diff --git a/.mblaze/mless.in b/.mblaze/mless.in
@@ -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
@@ -1,2 +0,0 @@
-#: .mblaze/profile -- local email settings, see mblaze-profile(5)
-Local-Mailbox: Alex Karle <alex@alexkarle.com>
diff --git 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