Commit Graph

66 Commits

Author SHA1 Message Date
Luke Smith 542ae0081f
remove msmtprc entry on del 2019-02-16 13:14:14 -05:00
Kristian Monsen Haug 8e11d7fff4 Implement deletion of accounts from .msmtprc 2019-02-16 17:27:54 +01:00
Luke Smith 4bfe1c634c
junk binding added 2019-02-02 07:42:36 -05:00
Luke Smith 182a99fd20
for globs 2018-10-14 13:02:40 -04:00
Luke Smith baba4c6a74 cron test temporarily removed 2018-10-04 16:04:27 -04:00
Luke Smith c61fd004c8 autism backend changes 2018-09-19 22:38:21 -04:00
Luke Smith 9c50f45f7f email address check 2018-08-26 04:34:31 -04:00
Luke Smith b3122a2c2e abstract name checked to regex 2018-08-26 04:13:54 -04:00
Luke Smith 810c7710f0 full msmtprc compatibility added 2018-08-21 14:38:20 -04:00
Luke Smith 939b5c4631 redetect mailboxes duplicates fixed 2018-07-27 19:53:07 -04:00
Luke Smith e323e40f8a some minor backend tweaks 2018-07-23 21:59:38 -04:00
Luke Smith 10deec70e3 detectmail fix 2018-07-23 20:17:58 -04:00
Luke Smith 47d78eaeb4 box content detected on account switch 2018-07-23 19:42:59 -04:00
Luke Smith 62e310a111 inbox detection now smart with case 2018-07-08 09:55:50 -04:00
Luke Smith cbb6550df1 pgrep exact match 2018-06-26 10:58:35 -04:00
M3taX 3bc6c587e6
Add crontab fix
Notify-send requires the $DBUS_SESSION_BUS_ADDRESS environment variable to be set when used with cron.
2018-06-21 19:40:33 +03:00
Luke Smith 2063cda411 cronjob notification/sound fix 2018-06-08 11:50:08 -04:00
Luke Smith 2ee95907f1 INBOX now universal inbox 2018-06-08 11:45:01 -04:00
Luke Smith ff438de986 ham fix 2018-05-06 15:18:09 -07:00
Luke Smith 995b5a9ef2 added delete to trash, also ham avoidance 2018-05-05 10:20:58 -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
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 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
Luke Smith f7ce15afaa detect script readded 2018-03-18 22:43:50 -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 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
Luke Smith 459ca7d5a0 interface tweaks 2018-03-16 12:34:46 -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
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 3049b27fa5 notify system added 2018-03-05 23:38:22 -07:00
Luke 6aa267c867 quotes added for multi-word mailbox names 2018-02-27 10:52:18 -07:00
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.
2018-02-27 00:23:40 +03:00
Luke 66215ba1a7 only one box at a time selected 2018-02-21 08:12:46 -07:00
Luke a20cd4493f sent and postponed only one line 2018-02-21 08:07:59 -07:00
Luke 4b186c6370 reordering 2018-02-20 22:33:26 -07:00
Luke Smith 0b999a2a3c
Merge pull request #11 from scattenlaeufer/login_name
Ask for a login name during account creation
2018-02-18 11:01:31 -05:00
Björn Guth 90fe2383c0 Use $fulladdr if no login is given
This should resolve #6.
2018-02-18 16:53:26 +01:00
Luke Smith 54fa5a86ff
Merge pull request #10 from scattenlaeufer/smtp_fix
Fix smtp url for manually entered smtp servers
2018-02-18 10:39:12 -05:00
Björn Guth 4c1cc3a6a7 Fix smtp url for manually entered smtp servers
This fixes one half of #6.
2018-02-18 16:34:07 +01:00
Luke 91eb7744f2 addaccount redundant dir creation 2018-02-18 08:24:57 -07:00
Björn Guth 458ae95c95 Add separate login to account creation queries
This is first working version of an added login query to the account
creation process. It fixes the first part of #6, but there still needs
to be more testing for the second part of that issue, which concerns
creating accounts with domains not listed in domain.csv.
2018-02-18 15:37:51 +01:00
Luke 35b11390bc superficial additions 2018-02-16 22:56:13 -07:00
Luke c0a71a6195 third party app doc change 2018-02-14 15:19:15 -07:00