Commit Graph

167 Commits

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