commit fe7e5cecf3ef2cc5d2f01405bd51e5f974607d64 parent 10944dab1bc76538c8312f500131efaf2d64f1c4 author: nathanael <nathanael@dalliard.ch> date: Fri, 24 Oct 2025 12:36:15 +0000 s0: display 21 mails by default diffstat:
| M | s0/dotfiles/bin/minbox | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/s0/dotfiles/bin/minbox b/s0/dotfiles/bin/minbox @@ -1,7 +1,7 @@ #!/bin/sh box=${1:-~/mail/Inbox} -n=${2:-1} +n=${2:-21} store=cat [ -t 1 ] && store="mseq -S"