Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-12 | Merge pull request #51 from tokudan/nixos_compat | Luke Smith | |
Increase compatibility with NixOS | |||
2018-04-13 | Increase compatibility with NixOS | Daniel Frank | |
2018-04-13 | Provide a sane error message in case dialog is not installed | Daniel Frank | |
(cherry picked from commit ea233da43a9993863cbb68e30eb4eeb1cdd32386) | |||
2018-04-12 | gitmuttpass improvement | Luke Smith | |
2018-04-11 | Add mac style notifications to mailsync script | Austin Lowery | |
2018-04-10 | tmpfile now unique now unique | Luke Smith | |
2018-03-22 | mailcap fix, clarification for logins | Luke Smith | |
2018-03-19 | wiew_attchment.sh | ralphe | |
2018-03-19 | reply whom ever / inc msg in replies | ralphe | |
2018-03-19 | Revert "show headers when composing" | Luke Smith | |
This reverts commit 708787a101132ad629a6d59aeaa9211688700a02. | |||
2018-03-19 | mail forwarding features | ralphe | |
2018-03-19 | save attachments with the body | ralphe | |
2018-03-19 | show headers when composing | ralphe | |
2018-03-19 | skip to compose when replying | ralphe | |
2018-03-19 | view attachment script | ralphe | |
2018-03-19 | copy / move dialog | ralphe | |
2018-03-19 | sync email | ralphe | |
2018-03-19 | Ctrl-R to mark all as read | ralphe | |
2018-03-18 | detect script readded | Luke Smith | |
2018-03-18 | mailsync script gives args to offlineimap | Luke Smith | |
2018-03-17 | Merge pull request #42 from meain/patch-2 | Luke Smith | |
Use `$HOME` instead of `/home/$(whoami)` | |||
2018-03-18 | Use `$HOME` instead of `/home/$(whoami)` | Abin Simon | |
In macOS home is `/Users/$(whoami)` | |||
2018-03-17 | Merge pull request #39 from Fredo699/master | Luke Smith | |
special chars in password | |||
2018-03-17 | multiword mailbox fix | Luke Smith | |
2018-03-17 | mailbox check after password change | Luke Smith | |
2018-03-17 | Merge branch 'master' of https://github.com/LukeSmithxyz/mutt-wizard | Fred Frey | |
2018-03-16 | interface tweaks | Luke Smith | |
2018-03-16 | readme updates | Luke Smith | |
2018-03-16 | silly echo removed | Luke Smith | |
2018-03-16 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2018-03-16 | personal.muttrc remove fix | Luke Smith | |
2018-03-16 | mailbox detect now automatic on account add | Luke Smith | |
2018-03-16 | Merge pull request #38 from ZethJack/patch-1 | Luke Smith | |
Update offlineimap_profile | |||
2018-03-16 | Update offlineimap_profile | ZethJack | |
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-13 | escape special chars in password | Fred Frey | |
2018-03-13 | Merge pull request #36 from meain/patch-1 | Luke Smith | |
Use `$EDITOR` instead of hardcoding vim | |||
2018-03-13 | Merge pull request #35 from meain/macos | Luke Smith | |
MacOS compatibility | |||
2018-03-13 | Use `$EDITOR` instead of hardcoding vim | Abin Simon | |
2018-03-13 | MacOS fixes | Abin 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-12 | fix for trailing whitespace in accounts line | Luke Smith | |
2018-03-06 | Merge pull request #25 from praschdorff/master | Luke Smith | |
added option to get rid of XOATH2 authentication failed warnings | |||
2018-03-06 | changed GPG parameters from -q to --quiet | praschdorff | |
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-06 | old redundancy removed | Luke Smith | |
2018-03-05 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2018-03-05 | Merge pull request #31 from praschdorff/patch-1 | Luke Smith | |
Changed "port" to "remoteport" in [Repository $title-remote] | |||
2018-03-05 | notify system added | Luke Smith | |
2018-03-05 | Changed "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-03 | header colors | Luke Smith | |
2018-03-03 | color changes and fixes | Luke Smith | |
2018-03-03 | added option to get rid of COATH2 authentication failed warnings | praschdorff | |
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. |