Luke Smith
2de55b8779
mw configs moved out of muttrc
7年前
Luke Smith
dcdbfd3ce7
mailcap fix
7年前
Luke Smith
04462ceb46
am/pm
7年前
Luke Smith
ce985c83fa
stuff
7年前
Luke Smith
cb404dfe7c
h/l to enter/exit mail/attach
7年前
Luke Smith
018ee2aedd
personal.muttrc overrides settings
7年前
Luke Smith
8628051461
muttrc cleanup and reorder
7年前
Luke Smith
e40c97a88e
`a` adds address/name to abook
7年前
Luke Smith
a0943929f6
o binding fix
7年前
Luke Smith
03279ea318
rewrite underway
7年前
Luke Smith
f2dcd92c30
alias file no long default
7年前
Luke Smith
6c8d634bf6
urlscan removed and pdf note
7年前
Luke Smith
5760c64173
muttcol deleted, moved to muttrc
7年前
Luke Smith
259c2bf796
abook compatibility
7年前
risood
2f15558365
muttrc: add vim-like keybindings for file browser
7年前
luukvbaal
e189a53868
actual urlscan fix
7年前
luukvbaal
968c926130
urlscan fix
7年前
luukvbaal
c72b8e710a
setsid instead of parallel
7年前
luukvbaal
caafbb6c0b
send browser to backgroud
7年前
Luke Smith
453ad455cc
scroll down individual messages
7年前
Luke Smith
042a0d2b4c
mouse wheel bindings added
7年前
Luke Smith
6e6c3b0e5d
switch to urlscan
7年前
Luke Smith
8acc15d7a0
decrypted encrypted mails if possible
7年前
Luke Smith
1a4d5d6fad
full date and simplification
7年前
Luke Smith
dd45dde7ba
minor tweaks
7年前
Luke Smith
1a6e319abc
,, binding for urlview added
7年前
Luke Smith
8704d7aa15
dl notification now available for LARBS
7年前
Luke Smith
a83cde97a4
mutt update command now no longer relative
8年前
Vlad
968a36d4d4
show attachment name as UTF8
8年前
Luke Smith
3a572f8ded
readme fallback added
8年前
LoganDungeon
1104071012
Removed double "forward" line
8年前
ralphe
ddd64d29e7
reply whom ever / inc msg in replies
8年前
Luke Smith
783e15df9a
Revert "show headers when composing"
This reverts commit 708787a101 .
8年前
ralphe
fdeb127025
mail forwarding features
8年前
ralphe
1ece53fb14
save attachments with the body
8年前
ralphe
ba20acf9e9
show headers when composing
8年前
ralphe
710776ab99
skip to compose when replying
8年前
ralphe
e3f5dcc16d
view attachment script
8年前
ralphe
672bbd5149
copy / move dialog
8年前
ralphe
8b2d268e64
sync email
8年前
ralphe
6a2b7e9143
Ctrl-R to mark all as read
8年前
Luke Smith
8330175b03
mailbox detect now automatic on account add
8年前
Abin Simon
b739589fa5
Use `$EDITOR` instead of hardcoding vim
8年前
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
8年前
Luke Smith
3049b27fa5
notify system added
8年前
Andrey Drobyshev
a2edd469c2
muttrc: set more vim-like keybindings
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
8年前
Andrey Drobyshev
e5d1e26917
muttrc: set more accustomed Fwd subject.
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
8年前
Andrey Drobyshev
4a42637c05
muttrc: add attachments indication to index.
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
8年前
Luke
74a484885e
forwarding whole mail by default
8年前
Andrey Drobyshev
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.
8年前