summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-16Merge pull request #38 from ZethJack/patch-1Luke Smith
Update offlineimap_profile
2018-03-16Update offlineimap_profileZethJack
Removed "sslcacerfile = /etc/ssl/cets/ca-certificates.crt" on line 10 - it was pointing to non-existant directory "cets" instead of "certs" - this setting is overwritten later with correct path therefore no errors would register.
2018-03-13escape special chars in passwordFred Frey
2018-03-13Merge pull request #36 from meain/patch-1Luke Smith
Use `$EDITOR` instead of hardcoding vim
2018-03-13Merge pull request #35 from meain/macosLuke Smith
MacOS compatibility
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-12fix for trailing whitespace in accounts lineLuke Smith
2018-03-06Merge pull request #25 from praschdorff/masterLuke Smith
added option to get rid of XOATH2 authentication failed warnings
2018-03-06changed GPG parameters from -q to --quietpraschdorff
under Qubes OS the use of qubes-gpg-client (instead of gpg) will not work with the -q option, but with the --quiet option. As such using the full parameter names will not harm to all "normal" users, but make the script more stable for other users. Additionaly it makes the scripts more readable for beginners to understand what the script is doing.
2018-03-06old redundancy removedLuke Smith
2018-03-05Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2018-03-05Merge pull request #31 from praschdorff/patch-1Luke Smith
Changed "port" to "remoteport" in [Repository $title-remote]
2018-03-05notify system addedLuke Smith
2018-03-05Changed "port" to "remoteport" in [Repository $title-remote]praschdorff
configuring offlinemap to get emails from Microsoft Exchange via Davmail I run into a problem, which could be fixed by changing "port" to "remoteport" in the remote-part of the config. See also here: https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf # This option stands in the [Repository RemoteExample] section. # Specify the port. If not specified, use a default port. #remoteport = 993
2018-03-03header colorsLuke Smith
2018-03-03color changes and fixesLuke Smith
2018-03-03added option to get rid of COATH2 authentication failed warningspraschdorff
If running offlineimap it will show the following warning message (tested when using GMAIL)... XOAUTH2 authentication failed: AUTHENTICATE command error: BAD ['Client aborted AUTHENTICATE command. <randomstring>']. Data: DIEF2 AUTHENTICATE XOAUTH ... and then continue with the download/sync of emails. You can get rid of the warning message, when adding auth_mechanisms = LOGIN .offlineimaprc in the <...>-remote section.
2018-03-02unbind key to prevent warningsLuke Smith
2018-03-01Merge pull request #23 from drmtmych/upstreamLuke Smith
muttrc: some minor customizations
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-27quotes added for multi-word mailbox namesLuke
2018-02-26Merge pull request #21 from drmtmych/masterLuke Smith
Add account name to sidebar head.
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-25Merge pull request #20 from drmtmych/masterLuke Smith
Clear mailboxes list before its assignment.
2018-02-26Clear mailboxes list before its assignment.Andrey Drobyshev
On account change new account's mailboxes are being appended to the old one's. This commit forces mailboxes list to be cleared before adding new items to it.
2018-02-23Merge pull request #18 from scattenlaeufer/personal.muttrcLuke Smith
Untrack personal.muttrc
2018-02-21only one box at a time selectedLuke
2018-02-21sent and postponed only one lineLuke
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-20reorderingLuke
2018-02-20readme with optional dependenciesLuke
2018-02-20Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke
2018-02-20Merge pull request #15 from scattenlaeufer/new_serversLuke Smith
Add new domains to domains.csv
2018-02-20Add new domains to domains.csvBjörn Guth
2018-02-19doc changesLuke
2018-02-18license addedLuke
2018-02-18Merge pull request #11 from scattenlaeufer/login_nameLuke Smith
Ask for a login name during account creation
2018-02-18Use $fulladdr if no login is givenBjörn Guth
This should resolve #6.
2018-02-18googlemailLuke
2018-02-18Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke
2018-02-18pfix?Luke
2018-02-18Merge pull request #10 from scattenlaeufer/smtp_fixLuke Smith
Fix smtp url for manually entered smtp servers
2018-02-18Fix smtp url for manually entered smtp serversBjörn Guth
This fixes one half of #6.
2018-02-18addaccount redundant dir creationLuke
2018-02-18readme clarificationsLuke
2018-02-18Merge pull request #7 from allinonemovie/masterLuke Smith
Added all domains of gmx.net and zoho.com to domains.csv and fixed error in README.md