diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-28 12:02:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-28 12:02:57 +0900 |
| commit | 73191d1dcbb5574730e0f88e856470d32358126b (patch) | |
| tree | 4e8d3ed3460fab80219aa8bf95d6dbb34e3d74dd | |
| parent | accf5bbfe38595e67d4bf67739bca542818bcbe4 (diff) | |
modified Makefile, modified share/mutt-wizard.muttrc
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | share/mutt-wizard.muttrc | 12 |
2 files changed, 7 insertions, 7 deletions
@@ -7,7 +7,7 @@ install: mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/lib/mutt-wizard mkdir -p $(DESTDIR)$(PREFIX)/share/mutt-wizard - cp -f bin/mailsync $(DESTDIR)$(PREFIX)/bin + cp -f bin/mailsync $(DESTDIR)$(PREFIX)/bin/mailsync cp -f lib/openfile $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile chmod 755 $(DESTDIR)$(PREFIX)/share/mutt-wizard for shared in share/*; do \ diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index fd78998..19dfcc7 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -24,7 +24,7 @@ set forward_format = "Fwd: %s" # format of subject when forwarding set forward_quote # include message in forwards set reverse_name # reply as whomever it was to set include # include message in replies -set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) +set mail_check = 60 # to avoid lags using IMAP with some email providers (yahoo for example) auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted #set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. @@ -56,7 +56,7 @@ bind index h noop bind index l display-message bind index,query <space> tag-entry #bind browser h goto-parent -macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder" +macro browser h "<change-dir><kill-line>..<enter>" "Go to parent folder" bind index,pager H view-raw-message bind browser l select-entry bind browser gg top-page @@ -96,8 +96,8 @@ macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive" #set crypt_opportunistic_encrypt = yes #set pgp_self_encrypt = yes #set pgp_default_key = 'your@gpgemailaddre.ss' -macro index \eg "<enter-command>unset wait_key<enter><shell-escape>gpg --list-secret-keys; printf 'Enter email ID of user to publish: '; read eID; printf 'Enter fingerprint of GPG key to publish: '; read eFGPT; $prefix/libexec/gpg-wks-client --create \\\$eFGPT \\\$eID | msmtp --read-envelope-from --read-recipients -a $fulladdr<enter>" "publish GPG key to WKS provider" -macro index \eh "<pipe-message>$prefix/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a $fulladdr<enter>" "confirm GPG publication" +macro index \Cg "<enter-command>unset wait_key<enter><shell-escape>gpg --list-secret-keys; printf 'Enter email ID of user to publish: '; read eID; printf 'Enter fingerprint of GPG key to publish: '; read eFGPT; $prefix/libexec/gpg-wks-client --create \\\$eFGPT \\\$eID | msmtp --read-envelope-from --read-recipients -a $fulladdr<enter>" "publish GPG key to WKS provider" +macro index \Ch "<pipe-message>$prefix/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a $fulladdr<enter>" "confirm GPG publication" macro index,pager a "<enter-command>set my_pipe_decode=\$pipe_decode pipe_decode<return><pipe-message>abook --add-email<return><enter-command>set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<return>" "add the sender address to abook" macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" @@ -106,8 +106,8 @@ macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>printf 'Enter macro index A "<limit>all\n" "show all messages (undo limit)" # urlscan -macro index,pager \cw "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" -macro attach,compose \cw "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message" +macro index,pager \Cw "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" +macro attach,compose \Cw "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message" # Sidebar mappings set sidebar_visible = yes |
