summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-12Merge pull request #51 from tokudan/nixos_compatLuke Smith
Increase compatibility with NixOS
2018-04-13Increase compatibility with NixOSDaniel Frank
2018-04-13Provide a sane error message in case dialog is not installedDaniel Frank
(cherry picked from commit ea233da43a9993863cbb68e30eb4eeb1cdd32386)
2018-04-12gitmuttpass improvementLuke Smith
2018-04-11Add mac style notifications to mailsync scriptAustin Lowery
2018-04-10tmpfile now unique now uniqueLuke Smith
2018-03-22mailcap fix, clarification for loginsLuke Smith
2018-03-19wiew_attchment.shralphe
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-18detect script readdedLuke Smith
2018-03-18mailsync script gives args to offlineimapLuke Smith
2018-03-17Merge pull request #42 from meain/patch-2Luke Smith
Use `$HOME` instead of `/home/$(whoami)`
2018-03-18Use `$HOME` instead of `/home/$(whoami)`Abin Simon
In macOS home is `/Users/$(whoami)`
2018-03-17Merge pull request #39 from Fredo699/masterLuke Smith
special chars in password
2018-03-17multiword mailbox fixLuke Smith
2018-03-17mailbox check after password changeLuke Smith
2018-03-17Merge branch 'master' of https://github.com/LukeSmithxyz/mutt-wizardFred Frey
2018-03-16interface tweaksLuke Smith
2018-03-16readme updatesLuke Smith
2018-03-16silly echo removedLuke Smith
2018-03-16Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2018-03-16personal.muttrc remove fixLuke Smith
2018-03-16mailbox detect now automatic on account addLuke Smith
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.