diff options
author | Meudwy <meudwy@meudwy.uk> | 2023-07-25 14:28:09 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-07-27 14:08:05 +0200 |
commit | 07d064fc116cf5a72fd47632a0b8bd041df6a870 (patch) | |
tree | 2b9736818edd895871d32e040c28afc5610efb88 /GNUmakefile | |
parent | 75de7d47da797b5cf6e7a859a1bff030f7b571a3 (diff) | |
download | mblaze-07d064fc116cf5a72fd47632a0b8bd041df6a870.tar.gz mblaze-07d064fc116cf5a72fd47632a0b8bd041df6a870.tar.xz mblaze-07d064fc116cf5a72fd47632a0b8bd041df6a870.zip |
mdirs: add Maildir profile key
When `mdirs` is executed without any arguments, look for the `Maildir` key in the profile and use that instead (if set). Closes: #245 [via git-merge-pr]
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index 89cb779..d3c081e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,10 +26,10 @@ SCRIPT = mcolor mcom mless mmkdir mquote museragent all: $(ALL) museragent $(ALL) : % : %.o -maddr magrep mdeliver mexport mflag mflow mgenmid mhdr mpick mscan msed mshow \ - msort mthread : blaze822.o mymemmem.o mytimegm.o -maddr magrep mdeliver mexport mflag mgenmid mhdr minc mlist mpick mscan msed \ - mseq mshow msort mthread : seq.o slurp.o mystrverscmp.o +maddr magrep mdeliver mdirs mexport mflag mflow mgenmid mhdr mpick mscan msed \ + mshow msort mthread : blaze822.o mymemmem.o mytimegm.o +maddr magrep mdeliver mdirs mexport mflag mgenmid mhdr minc mlist mpick mscan \ + msed mseq mshow msort mthread : seq.o slurp.o mystrverscmp.o maddr magrep mflow mhdr mpick mscan mshow : rfc2047.o magrep mflow mhdr mshow : rfc2045.o mshow : filter.o safe_u8putstr.o rfc2231.o pipeto.o |