summaryrefslogtreecommitdiff
path: root/muttrc
AgeCommit message (Collapse)Author
2019-02-21rewrite underwayLuke Smith
2019-02-20alias file no long defaultLuke Smith
2019-02-20urlscan removed and pdf noteLuke Smith
2019-02-20muttcol deleted, moved to muttrcLuke Smith
2019-02-20abook compatibilityLuke Smith
2019-02-04muttrc: add vim-like keybindings for file browserrisood
2019-01-16actual urlscan fixluukvbaal
2019-01-16urlscan fixluukvbaal
2019-01-16setsid instead of parallelluukvbaal
2019-01-15send browser to backgroudluukvbaal
2019-01-04scroll down individual messagesLuke Smith
2018-10-07mouse wheel bindings addedLuke Smith
2018-10-07switch to urlscanLuke Smith
2018-10-07decrypted encrypted mails if possibleLuke Smith
2018-08-24full date and simplificationLuke Smith
2018-07-27minor tweaksLuke Smith
2018-07-07,, binding for urlview addedLuke Smith
2018-06-17Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2018-06-17dl notification now available for LARBSLuke Smith
2018-06-08mutt update command now no longer relativeLuke Smith
2018-05-19show attachment name as UTF8Vlad
2018-05-06readme fallback addedLuke Smith
2018-05-02Removed double "forward" lineLoganDungeon
2018-03-19reply whom ever / inc msg in repliesralphe
2018-03-19Revert "show headers when composing"Luke Smith
This reverts commit 708787a101132ad629a6d59aeaa9211688700a02.
2018-03-19mail forwarding featuresralphe
2018-03-19save attachments with the bodyralphe
2018-03-19show headers when composingralphe
2018-03-19skip to compose when replyingralphe
2018-03-19view attachment scriptralphe
2018-03-19copy / move dialogralphe
2018-03-19sync emailralphe
2018-03-19Ctrl-R to mark all as readralphe
2018-03-13Merge pull request #36 from meain/patch-1Luke Smith
Use `$EDITOR` instead of hardcoding vim
2018-03-13Use `$EDITOR` instead of hardcoding vimAbin Simon
2018-03-13MacOS fixesAbin Simon
fix adding new account in macos Fix mailsync ping command Fix mutt-wizard Fix muttrc for mac Add files for offlineimap_profile and offlineimap_header Update README with MacOS install instructions
2018-03-05notify system addedLuke Smith
2018-03-01muttrc: set more vim-like keybindingsAndrey Drobyshev
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
2018-03-01muttrc: set more accustomed Fwd subject.Andrey Drobyshev
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
2018-03-01muttrc: add attachments indication to index.Andrey Drobyshev
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
2018-02-27forwarding whole mail by defaultLuke
2018-02-27Add account name to sidebar head.Andrey Drobyshev
When managing multiple accounts it's hard to determine which one you're currently viewing. This patch makes sidebar look like this: +++++++++++++++++++++++++ luke@lukesmith + ----------------------- + INBOX 99+ Sent Mail + Drafts + Trash + Spam + +++++++++++++++++++++++++ The only problem with it is the necessity of changing sidebar_format, as with its current value these 2 excess mailboxes are being appended with 0. That leads to situation when size of an empty mailbox is being displayed as empty string instead of 0. I consider it's not a big deal.
2018-02-21Untrack personal.muttrcBjörn Guth
This commit untracks personal.muttrc and moves the import of personal.muttrc to the last line of muttrc. I did this for several reasons: 1. I moved the personal.muttrc import to have the possibility to overwrite settings made in muttrc. This makes personalizing mutt easier. 2. Since personal.muttrc is currently empty, but gets automatically filled with the macros to switch between mail accounts, this will always appear as a modified file in `git status`. Also when all mail accounts get deleted via mutt-wizzard.sh, personal.muttrc gets deleted and therefore might cause inconveniences this way. 3. This makes it virtually impossible to accidentally commit personal mutt configurations, which would be pretty easy if personal.muttrc stays part of this repo as a tracked file. 4. It makes the repo look and feel nicer.
2018-02-13muttrc changesLuke
2018-02-11changed to neomutt syntaxLuke
2018-02-11settings wiper, accounts bug fixed?Luke
2018-02-11personal additions fixedLuke
2018-02-11removal of personal settingsLuke
2018-02-11neomutt config files added; gitignore addedLuke
2018-02-10muttcol call removedLuke