Commit Graph

61 Commits

Author SHA1 Message Date
dcdbfd3ce7 mailcap fix 2019-04-21 22:29:01 -04:00
04462ceb46 am/pm 2019-04-21 21:22:52 -04:00
ce985c83fa stuff 2019-04-21 21:22:40 -04:00
cb404dfe7c h/l to enter/exit mail/attach 2019-04-21 07:41:07 -04:00
018ee2aedd personal.muttrc overrides settings 2019-04-20 18:38:11 -04:00
8628051461 muttrc cleanup and reorder 2019-04-20 17:52:48 -04:00
e40c97a88e a adds address/name to abook 2019-04-19 21:58:02 -04:00
a0943929f6 o binding fix 2019-03-13 16:50:50 -04:00
03279ea318 rewrite underway 2019-02-21 10:14:17 -05:00
f2dcd92c30 alias file no long default 2019-02-20 12:54:09 -05:00
6c8d634bf6 urlscan removed and pdf note 2019-02-20 12:49:23 -05:00
5760c64173 muttcol deleted, moved to muttrc 2019-02-20 12:40:45 -05:00
259c2bf796 abook compatibility 2019-02-20 12:39:15 -05:00
2f15558365 muttrc: add vim-like keybindings for file browser 2019-02-04 23:31:11 +02:00
e189a53868 actual urlscan fix 2019-01-16 20:17:31 +01:00
968c926130 urlscan fix 2019-01-16 19:49:47 +01:00
c72b8e710a setsid instead of parallel 2019-01-16 01:22:19 +01:00
caafbb6c0b send browser to backgroud 2019-01-15 23:41:31 +01:00
453ad455cc scroll down individual messages 2019-01-04 19:16:53 -05:00
042a0d2b4c mouse wheel bindings added 2018-10-07 15:55:50 -04:00
6e6c3b0e5d switch to urlscan 2018-10-07 15:47:22 -04:00
8acc15d7a0 decrypted encrypted mails if possible 2018-10-07 15:44:22 -04:00
1a4d5d6fad full date and simplification 2018-08-24 00:50:52 -04:00
dd45dde7ba minor tweaks 2018-07-27 19:53:21 -04:00
1a6e319abc ,, binding for urlview added 2018-07-07 18:11:47 -04:00
45b9085d73 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2018-06-17 19:52:29 -04:00
8704d7aa15 dl notification now available for LARBS 2018-06-17 19:51:22 -04:00
a83cde97a4 mutt update command now no longer relative 2018-06-08 11:41:57 -04:00
968a36d4d4 show attachment name as UTF8 2018-05-19 23:59:13 +03:00
3a572f8ded readme fallback added 2018-05-06 09:11:18 -07:00
1104071012 Removed double "forward" line 2018-05-02 15:46:52 +02: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
14c289ccb4 Merge pull request #36 from meain/patch-1
Use `$EDITOR` instead of hardcoding vim
2018-03-13 08:19:16 -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
3049b27fa5 notify system added 2018-03-05 23:38:22 -07: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
ed1a729aaf Add account name to sidebar head.
When managing multiple accounts it's hard to determine which one you're
currently viewing. This patch makes sidebar look like this:

+++++++++++++++++++++++++
luke@lukesmith          +
----------------------- +
INBOX                 99+
Sent Mail               +
Drafts                  +
Trash                   +
Spam			+
+++++++++++++++++++++++++

The only problem with it is the necessity of changing sidebar_format, as with
its current value these 2 excess mailboxes are being appended with 0. That
leads to situation when size of an empty mailbox is being displayed as empty
string instead of 0. I consider it's not a big deal.
2018-02-27 00:23:40 +03:00