From 73191d1dcbb5574730e0f88e856470d32358126b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:02:57 +0900 Subject: modified Makefile, modified share/mutt-wizard.muttrc --- share/mutt-wizard.muttrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'share') 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 tag-entry #bind browser h goto-parent -macro browser h '..' "Go to parent folder" +macro browser h ".." "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 ";=Archive" "copy mail to archive" #set crypt_opportunistic_encrypt = yes #set pgp_self_encrypt = yes #set pgp_default_key = 'your@gpgemailaddre.ss' -macro index \eg "unset wait_keygpg --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" "publish GPG key to WKS provider" -macro index \eh "$prefix/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a $fulladdr" "confirm GPG publication" +macro index \Cg "unset wait_keygpg --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" "publish GPG key to WKS provider" +macro index \Ch "$prefix/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a $fulladdr" "confirm GPG publication" macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook" macro index \Cr "T~UN." "mark all messages as read" @@ -106,8 +106,8 @@ macro index \Cf "unset wait_keyprintf 'Enter macro index A "all\n" "show all messages (undo limit)" # urlscan -macro index,pager \cw " urlscan" "call urlscan to extract URLs out of a message" -macro attach,compose \cw " urlscan" "call urlscan to extract URLs out of a message" +macro index,pager \Cw " urlscan" "call urlscan to extract URLs out of a message" +macro attach,compose \Cw " urlscan" "call urlscan to extract URLs out of a message" # Sidebar mappings set sidebar_visible = yes -- cgit v1.2.3