Commit Graph

819 Commits

Author SHA1 Message Date
Luke Smith 1c7d1344b6 own domain change 2018-05-04 13:04:55 -07:00
LoganDungeon 1104071012
Removed double "forward" line 2018-05-02 15:46:52 +02:00
Luke Smith 90f68e3807
Merge pull request #53 from m3tax/patch-1
Add disroot.org domain
2018-04-21 15:02:29 -07:00
M3taX 5918171e5b
Add disroot.org domain 2018-04-21 22:00:19 +00:00
Luke Smith 83e5e34ab3
Merge pull request #48 from loweryaustin/macos-notifications
Add mac style notifications to mailsync script on "darwin" operating systems
2018-04-17 11:50:20 -07:00
Luke Smith 139f518e82 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2018-04-14 16:06:22 -07:00
Luke Smith 93dfd9c2e1 double quotes in muttrc 2018-04-14 16:05:59 -07:00
Luke Smith 7cacadd447
Merge pull request #50 from tokudan/dialog
Provide a sane error message in case dialog is not installed
2018-04-12 15:21:07 -07:00
Luke Smith 2f49576291
Merge pull request #51 from tokudan/nixos_compat
Increase compatibility with NixOS
2018-04-12 15:20:41 -07:00
Daniel Frank 019efa2a2e Increase compatibility with NixOS 2018-04-13 00:08:56 +02:00
Daniel Frank de65a15b04 Provide a sane error message in case dialog is not installed
(cherry picked from commit ea233da43a9993863cbb68e30eb4eeb1cdd32386)
2018-04-13 00:07:24 +02:00
Luke Smith eaa224d010 gitmuttpass improvement 2018-04-12 09:37:05 -07:00
Austin Lowery 658a66aa42 Add mac style notifications to mailsync script 2018-04-11 17:40:44 -05:00
Luke Smith 26adb70a24 tmpfile now unique now unique 2018-04-10 15:15:26 -07:00
Luke Smith 346e838672 mailcap fix, clarification for logins 2018-03-22 08:23:46 -07:00
ralphe 0be646ca96 wiew_attchment.sh 2018-03-19 09:18:19 -07:00
ralphe ddd64d29e7 reply whom ever / inc msg in replies 2018-03-19 09:17:54 -07:00
Luke Smith 783e15df9a Revert "show headers when composing"
This reverts commit 708787a101132ad629a6d59aeaa9211688700a02.
2018-03-19 09:16:58 -07:00
ralphe fdeb127025 mail forwarding features 2018-03-19 09:14:12 -07:00
ralphe 1ece53fb14 save attachments with the body 2018-03-19 09:12:57 -07:00
ralphe ba20acf9e9 show headers when composing 2018-03-19 09:06:32 -07:00
ralphe 710776ab99 skip to compose when replying 2018-03-19 09:05:57 -07:00
ralphe e3f5dcc16d view attachment script 2018-03-19 09:05:13 -07:00
ralphe 672bbd5149 copy / move dialog 2018-03-19 09:03:06 -07:00
ralphe 8b2d268e64 sync email 2018-03-19 09:02:56 -07:00
ralphe 6a2b7e9143 Ctrl-R to mark all as read 2018-03-19 09:02:44 -07:00
Luke Smith f7ce15afaa detect script readded 2018-03-18 22:43:50 -07:00
Luke Smith 7f5d077b72 mailsync script gives args to offlineimap 2018-03-18 16:43:09 -07:00
Luke Smith 920ee09626
Merge pull request #42 from meain/patch-2
Use `$HOME` instead of `/home/$(whoami)`
2018-03-17 22:00:44 -07:00
Abin Simon 044ae667f6
Use `$HOME` instead of `/home/$(whoami)`
In macOS home is `/Users/$(whoami)`
2018-03-18 09:39:06 +05:30
Luke Smith 7dcf2cca46
Merge pull request #39 from Fredo699/master
special chars in password
2018-03-17 10:40:02 -07:00
Luke Smith 7110fa6e24 multiword mailbox fix 2018-03-17 10:34:06 -07:00
Luke Smith 9e5c382d2d mailbox check after password change 2018-03-17 09:27:50 -07:00
Fred Frey 944d8cb128 Merge branch 'master' of https://github.com/LukeSmithxyz/mutt-wizard 2018-03-17 01:16:22 -04:00
Luke Smith 459ca7d5a0 interface tweaks 2018-03-16 12:34:46 -07:00
Luke Smith d50da70070 readme updates 2018-03-16 12:31:38 -07:00
Luke Smith 0a4b4674a5 silly echo removed 2018-03-16 12:16:46 -07:00
Luke Smith 17b8801316 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2018-03-16 12:14:51 -07:00
Luke Smith 4abc05bfb5 personal.muttrc remove fix 2018-03-16 12:14:25 -07:00
Luke Smith 8330175b03 mailbox detect now automatic on account add 2018-03-16 12:10:16 -07:00
Luke Smith e9d16d6456
Merge pull request #38 from ZethJack/patch-1
Update offlineimap_profile
2018-03-16 00:30:47 -07:00
ZethJack fe85cb6835
Update offlineimap_profile
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-16 07:26:58 +00:00
Fred Frey baac8f2ee4 escape special chars in password 2018-03-13 16:24:59 -04:00
Luke Smith 14c289ccb4
Merge pull request #36 from meain/patch-1
Use `$EDITOR` instead of hardcoding vim
2018-03-13 08:19:16 -07:00
Luke Smith 56cb13e822
Merge pull request #35 from meain/macos
MacOS compatibility
2018-03-13 08:18:43 -07:00
Abin Simon b739589fa5
Use `$EDITOR` instead of hardcoding vim 2018-03-13 19:48:34 +05:30
Abin Simon 4537d35666 MacOS fixes
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-13 14:26:58 +05:30
Luke Smith a4e016a8f3 fix for trailing whitespace in accounts line 2018-03-12 07:29:02 -07:00
Luke Smith 7dacd6a99a
Merge pull request #25 from praschdorff/master
added option to get rid of XOATH2 authentication failed warnings
2018-03-06 16:06:44 -07:00
praschdorff f91aaf0cdb
changed GPG parameters from -q to --quiet
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 22:25:02 +01:00