From cd5fd9bde283454bb64549bb064ecd3d50500d23 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 1 Jul 2019 18:14:16 -0400 Subject: Make use of PREFIX environment variable This patch puts the environment variable PREFIX in more use. If specified, mull-wizard Makefile substitute all instances of prefix with the provided environment variable. Signed-off-by: Ayman Bagabas --- share/mutt-wizard.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 1ca0503..bd20d50 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -3,7 +3,7 @@ # mutt-wizard will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set mailcap_path = /usr/share/mutt-wizard/mailcap +set mailcap_path = /usr/local/share/mutt-wizard/mailcap set certificate_file = ~/.cache/mutt-wizard/certificates set date_format="%y/%m/%d %I:%M%p" set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)" -- cgit v1.2.3 From ce78b37dc21ebe8436e1f0639942847ef56d8f4c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 26 Oct 2019 12:46:54 -0400 Subject: lynx gives more loyal rendering of some html pages --- README.md | 2 +- share/mailcap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/README.md b/README.md index e1e58e7..d6ffa33 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ There's a chance of errors if you use a slow-release distro like Ubuntu, Debian ### Optional -- `w3m` - view HTML email and images in neomutt. +- `lynx` - view HTML email in neomutt. - `notmuch` - index and search mail. Install it and run `notmuch setup`, tell it that your mail is in `~/.local/share/mail/` (although `mw` will do this automatically if you haven't set notmuch up before). You can run it in mutt with `ctrl-f`. Run `notmuch new` to process new mail, although the included `mailsync` script does this for you. - `libnotify`/`libnotify-bin` - allows notifications when syncthing mail with `mailsync` - `abook` - a terminal-based address book. Pressing tab while typing an address to send mail to will suggest contacts that are in your abook. diff --git a/share/mailcap b/share/mailcap index a265aa4..9687b75 100644 --- a/share/mailcap +++ b/share/mailcap @@ -1,6 +1,6 @@ text/plain; $EDITOR %s ; text/html; openfile %s ; nametemplate=%s.html -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; image/*; muttimage %s ; copiousoutput video/*; setsid mpv --quiet %s &; copiousoutput application/pdf; openfile %s ; -- cgit v1.2.3 From 8a41a9a39966e269635731dad06b1c868ca2960c Mon Sep 17 00:00:00 2001 From: jgwatkins Date: Sat, 16 Nov 2019 18:48:53 -0800 Subject: added icloud.com server info (#330) --- share/domains.csv | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/domains.csv b/share/domains.csv index 970a321..0c3dfcb 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -1,4 +1,5 @@ ADDRESS,IMAP,imap port,SMTP,smtp port +icloud.com,imap.mail.me.com,993,smtp.mail.me.com,587 420blaze.it,mail.cock.li,993,mail.cock.li,587 8chan.co,mail.cock.li,993,mail.cock.li,587 aaathats3as.com,mail.cock.li,993,mail.cock.li,587 -- cgit v1.2.3 From c81a1bd5251c7082fc58e7714d2b1aede664abd5 Mon Sep 17 00:00:00 2001 From: Jensun Ravichandran Date: Fri, 22 Nov 2019 11:45:01 +0100 Subject: Update domains.csv with hs-mittweida mail (#336) hs-mittweida.de,mail.hs-mittweida.de,993,mail.hs-mittweida.de,465 --- share/domains.csv | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/domains.csv b/share/domains.csv index 0c3dfcb..11c95d2 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -279,3 +279,4 @@ yandex.ua,imap.yandex.com,993,smtp.yandex.com,587 zoho.com,imap.zoho.com,993,smtp.zoho.com,465 polito.it,mail.polito.it,993,mail.polito.it,465 studio.unibo.it,outlook.office365.com,993,smtp.office365.com,587 +hs-mittweida.de,mail.hs-mittweida.de,993,mail.hs-mittweida.de,465 -- cgit v1.2.3 From eb767737d49b48c9e29134cf68a022780d7991fb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 23 Nov 2019 18:39:16 -0500 Subject: space to tag, tags highlighted --- share/mutt-wizard.muttrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share') diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index e006e3f..994fcb7 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -44,6 +44,7 @@ bind index U undelete-message bind index L limit bind index h noop bind index l display-message +bind index tag-entry #bind browser h goto-parent macro browser h '..' "Go to parent folder" bind index,pager H view-raw-message @@ -91,6 +92,11 @@ color index brightyellow black "~N" color index_author brightred black "~N" color index_subject brightcyan black "~N" +# Tagged mail is highlighted: +color index brightyellow blue "~T" +color index_author brightred blue "~T" +color index_subject brightcyan blue "~T" + # Other colors and aesthetic settings: mono bold bold mono underline underline -- cgit v1.2.3 From 569bda9c5fddf131a962237422326de9929c6b77 Mon Sep 17 00:00:00 2001 From: Mellowlink <57295219+Mellowlinku@users.noreply.github.com> Date: Wed, 27 Nov 2019 14:17:19 +0100 Subject: Pinentry-tty and curses support (#317) I did edit the line 65 and added directly "mbsync -a" instead of "mailsync...". In current state mutt-wizard doesn't work properly in CLI only environment without X started. This is first step to be able atleast mbsync with terminal only pinentry. The problem still remains in sending an email with terminal only pinentry. Temporary solution for is to activate gpg key before sending an email and send the email before the key times out. --- share/mutt-wizard.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index b74f244..2c96b19 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -63,7 +63,7 @@ bind editor complete-query 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" -macro index O "mailsync -Va" "run mbsync to sync all mail" +macro index O "mbsync -a" "run mbsync to sync all mail" macro index \Cf "unset wait_keyread -p 'Enter a search term to find with notmuch: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"" "show only messages matching a notmuch pattern" macro index A "all\n" "show all messages (undo limit)" -- cgit v1.2.3