Commit Graph

254 Commits

Author SHA1 Message Date
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 #42 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 #39 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 #38 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 #36 from meain/patch-1
Use `$EDITOR` instead of hardcoding vim
2018-03-13 08:19:16 -07:00
56cb13e822 Merge pull request #35 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 #25 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
91c960d440 Merge pull request #31 from praschdorff/patch-1
Changed "port" to "remoteport" in [Repository $title-remote]
2018-03-05 23:43:18 -07:00
3049b27fa5 notify system added 2018-03-05 23:38:22 -07:00
309a9102ce Changed "port" to "remoteport" in [Repository $title-remote]
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-05 21:44:51 +01:00
580cc963cb header colors 2018-03-03 17:02:26 -07:00
8f7efc69db color changes and fixes 2018-03-03 16:54:02 -07:00
31002f29a7 added option to get rid of COATH2 authentication failed warnings
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-03 21:42:03 +01:00
cbb96e3448 unbind key to prevent warnings 2018-03-02 11:15:58 -07:00
5b6b71de5f Merge pull request #23 from drmtmych/upstream
muttrc: some minor customizations
2018-03-01 16:29:09 +00:00
a2edd469c2 muttrc: set more vim-like keybindings
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
2018-03-01 19:06:34 +03:00
e5d1e26917 muttrc: set more accustomed Fwd subject.
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
2018-03-01 19:03:03 +03:00
4a42637c05 muttrc: add attachments indication to index.
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
2018-03-01 19:01:42 +03:00
74a484885e forwarding whole mail by default 2018-02-27 11:04:42 -07:00
6aa267c867 quotes added for multi-word mailbox names 2018-02-27 10:52:18 -07:00