summaryrefslogtreecommitdiff
path: root/share/mutt-wizard.muttrc
AgeCommit message (Collapse)Author
2023-02-20remove duplicate linesphilipp
2023-02-13offline mail cache fix and other tweaksLuke Smith
2022-10-07Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-10-07close #883Luke Smith
2022-06-21fix #792, fix #820Luke Smith
2022-04-09for color updateLuke Smith
2022-03-29Revert "Wrap text when reading emails at 80 chars"Luke Smith
This reverts commit 67b704808d64850461ecb11d9f6086086dbc1db6.
2022-03-09Wrap text when reading emails at 80 charsSlin Lee
For increased legibility.
2022-01-04Add option to use user mailcapCameron 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-23hardcode mailbox names. don't remake shortcuts.Luke Smith
2021-01-07close #566Luke Smith
2020-11-23remove tac line until further fixLuke Smith
cloeses #577 #572
2020-11-19attachment fix; documentation fixesLuke Smith
2020-10-28Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2020-10-28suppress autoview messagesLuke Smith
2020-10-28fix macro for sync all accountsYiqun 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-11moreLuke Smith
2020-10-05Use POSIX-compliant readf380cedric
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-06fix notmuch integration caller command (#520)A. Tammy
Co-authored-by: Aisha Tammy <aisha@aisha.cc>
2020-08-27revert auto gpg to fix #491 #484 #493 etcLuke Smith
2020-06-06Improved key mapping that can quickly selected item with <space> in query ↵alps2006
mode (abook) (#446)
2019-12-28display all flags/tagsLuke Smith
2019-12-08do not skip over deleted messages by defaultLuke Smith
2019-11-27Pinentry-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-24Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into ↵Luke Smith
aymanbagabas-master
2019-11-23space to tag, tags highlightedLuke Smith
2019-10-14Fixed national diacritics for adding sender to abook (#304)Karel Křemel
2019-09-25macro index O runs mbsync, not offlineimap (#294)xorcc
2019-08-19Merge branch 'master' into masterAyman Bagabas
2019-08-06Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-08-06raw message bindLuke Smith
2019-07-24unnecessaryLuke Smith
2019-07-24parent fixLuke Smith
2019-07-01Make use of PREFIX environment variableAyman 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-16Avoid 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-06Handle + in notmuch queries (#233)Oleksandr Vlasiuk
2019-05-01share files moved and loopedLuke Smith