diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-04 19:53:53 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-04 19:53:53 +0900 |
| commit | d8a5cc6e4bfacf675b902d9cfd37ee2a40a906cc (patch) | |
| tree | 39478453d97109919dda127328976265432c3a73 | |
| parent | c240ae00f4383fea899a6ceea9df41ffe258102d (diff) | |
modified Makefile, modified share/mutt-temp
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | share/mutt-temp | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -30,7 +30,11 @@ install: chmod 644 $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_mutt-wizard.zsh uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/mw $(DESTDIR)$(PREFIX)/bin/mailsync $(DESTDIR)$(PREFIX)/bin/mutt.vcard.filter $(DESTDIR)$(PREFIX)/bin/vcalendar-filter $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile + rm -f $(DESTDIR)$(PREFIX)/bin/mw \ + $(DESTDIR)$(PREFIX)/bin/mailsync \ + $(DESTDIR)$(PREFIX)/bin/mutt.vcard.filter \ + $(DESTDIR)$(PREFIX)/bin/vcalendar-filter \ + $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard $(DESTDIR)$(PREFIX)/lib/mutt-wizard rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1 $(DESTDIR)$(MANPREFIX)/man1/mailsync.1 rm -f $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_mutt-wizard.zsh diff --git a/share/mutt-temp b/share/mutt-temp index 475aad7..147a3b9 100644 --- a/share/mutt-temp +++ b/share/mutt-temp @@ -5,6 +5,7 @@ set real_name = "$realname" set hostname = "$hostname" set from = "$fulladdr" set sendmail = "msmtp -a $fulladdr" +set sendmail_wait = -1 set folder = "$folder" set header_cache = "$cachedir/$safename/headers" set message_cachedir = "$cachedir/$safename/bodies" |
