Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-07 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-10-07 | close #883 | Luke Smith | |
2022-06-21 | fix #792, fix #820 | Luke Smith | |
2022-04-09 | for color update | Luke Smith | |
2022-03-29 | Revert "Wrap text when reading emails at 80 chars" | Luke Smith | |
This reverts commit 67b704808d64850461ecb11d9f6086086dbc1db6. | |||
2022-03-09 | Wrap text when reading emails at 80 chars | Slin Lee | |
For increased legibility. | |||
2022-01-04 | Add option to use user mailcap | Cameron Murtagh | |
Added the option to have a `mailcap` file in `.config/mutt/`. This enables ease of changing what programs are used for viewing. | |||
2021-09-23 | hardcode mailbox names. don't remake shortcuts. | Luke Smith | |
2021-01-07 | close #566 | Luke Smith | |
2020-11-23 | remove tac line until further fix | Luke Smith | |
cloeses #577 #572 | |||
2020-11-19 | attachment fix; documentation fixes | Luke Smith | |
2020-10-28 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2020-10-28 | suppress autoview messages | Luke Smith | |
2020-10-28 | fix macro for sync all accounts | Yiqun Ding | |
the macro for sync all accounts uses 'mbsync -a' command, which failed to run for users who have moved their ~/.mbsyncrc somewhere else. we should use mw -Y instead, which can detect the MBSYNCRC env | |||
2020-10-11 | more | Luke Smith | |
2020-10-05 | Use POSIX-compliant read | f380cedric | |
Rewrite #520. Using `read var?'prompt'` is wrong. It is ksh (and zsh) specific. Using `read -p 'prompt' var` is also wrong. It is bash specific. Since we cannot assume which sh is implemented, we should write POSIX-compliant code. | |||
2020-09-06 | fix notmuch integration caller command (#520) | A. Tammy | |
Co-authored-by: Aisha Tammy <aisha@aisha.cc> | |||
2020-08-27 | revert auto gpg to fix #491 #484 #493 etc | Luke Smith | |
2020-06-06 | Improved key mapping that can quickly selected item with <space> in query ↵ | alps2006 | |
mode (abook) (#446) | |||
2019-12-28 | display all flags/tags | Luke Smith | |
2019-12-08 | do not skip over deleted messages by default | Luke Smith | |
2019-11-27 | Pinentry-tty and curses support (#317) | Mellowlink | |
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. | |||
2019-11-24 | Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into ↵ | Luke Smith | |
aymanbagabas-master | |||
2019-11-23 | space to tag, tags highlighted | Luke Smith | |
2019-10-14 | Fixed national diacritics for adding sender to abook (#304) | Karel Křemel | |
2019-09-25 | macro index O runs mbsync, not offlineimap (#294) | xorcc | |
2019-08-19 | Merge branch 'master' into master | Ayman Bagabas | |
2019-08-06 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2019-08-06 | raw message bind | Luke Smith | |
2019-07-24 | unnecessary | Luke Smith | |
2019-07-24 | parent fix | Luke Smith | |
2019-07-01 | Make use of PREFIX environment variable | Ayman Bagabas | |
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 <ayman.bagabas@gmail.com> | |||
2019-06-16 | Avoid lags with some email providers while using IMAP (#238) | badmrfrosty | |
I contacted MUTT irc channel to solve severe lags while navigating mailboxes of certain email providers with IMAP) (the emails were not stored locally). After extensive testing, changing the default value of mail_check from 5 to 60 solved my problem. I propose this change because several other people might encounter the same problem (especially yahoo users) | |||
2019-06-06 | Handle + in notmuch queries (#233) | Oleksandr Vlasiuk | |
2019-05-01 | share files moved and looped | Luke Smith | |