Commit Graph

740 Commits

Author SHA1 Message Date
528388cfee old dox rm'd 2020-02-22 10:37:15 -05:00
d8f57b57f6 muttimage replaced by openfile 2020-02-09 09:03:10 -05:00
4cb726546f cron fixes and simplifications 2020-02-09 08:57:52 -05:00
39a8fb3f46 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-02-09 08:18:42 -05:00
f9b31cbd99 must type full yes 2020-02-09 08:18:32 -05:00
1e6bc3a256 Add config for tum.de (#363) 2020-02-09 08:04:11 -05:00
27ac8c6aa9 AuthMech LOGIN 2020-02-09 08:01:37 -05:00
a6410a9c62 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-02-09 07:49:28 -05:00
9b511f42f7 find mailboxes recursively 2020-02-09 07:49:12 -05:00
265175b4a0 Zaclys domain added. (#365) 2020-02-07 11:47:57 -05:00
6ce45a0424 NCSU domain added. (#364) 2020-02-02 17:07:51 -05:00
9ec671a128 domain ucdavis.edu details (#358) 2020-01-23 15:36:14 -05:00
7c45a633db Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-01-19 10:10:38 -05:00
db362b2571 unity and ionos, resort 2020-01-19 10:08:56 -05:00
a8a7f5883b Add in.tum.de domain (#353) 2020-01-07 18:59:15 -05:00
36fee5ba22 Update domains.csv (#351)
Changed Mailserver for my Domains from Migadu to self-hosted
2020-01-02 08:16:33 -05:00
ab3368f1aa display all flags/tags 2019-12-28 08:48:46 -05:00
548f2d130f Add zohomail.eu to mutt-wizard database (#347) 2019-12-16 15:10:31 -05:00
6f0ad2d479 do not skip over deleted messages by default 2019-12-08 07:43:38 -05:00
5dc0d4ccba Update domains.csv (#345)
uwcad.it- Gmail Server of the United World College of the Adriatic mail Services
&&
studenti.unipi.it- Outlook Server of Pisa University mail Services
2019-12-07 18:13:26 -05:00
91242ee6cd move and copy tagged messages if any 2019-12-01 10:14:31 -05:00
b968bff93b STATUSBAR var now in subshell to prevent error 2019-11-28 16:27:10 -05:00
569bda9c5f Pinentry-tty and curses support (#317)
I did edit the line 65 and added directly "mbsync -a" instead of "mailsync...". In current state mutt-wizard doesn't work properly in CLI only environment without X started. This is first step to be able atleast mbsync with terminal only pinentry. The problem still remains in sending an email with terminal only pinentry. Temporary solution for is to activate gpg key before sending an email and send the email before the key times out.
2019-11-27 08:17:19 -05:00
dfdc3162ba Add app name to notify-send invocation (#324)
This enables users to easily recognize notifications to be able to
modify or style them through notification daemons.
2019-11-27 08:16:37 -05:00
c19d305c4f share files permission fix 2019-11-25 18:30:24 -05:00
ea1526dbd2 ensure permissions 2019-11-25 16:50:08 -05:00
576d7b3d65 backup files deleted on install 2019-11-25 12:40:18 -05:00
4542f27c2e Merge branch 'aymanbagabas-master' 2019-11-24 08:27:18 -05:00
8b983812ed Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into aymanbagabas-master 2019-11-24 08:26:53 -05:00
15941b43e7 Revert "Fix script removal (#310)"
This reverts commit 4904fcf51f.
2019-11-24 08:26:16 -05:00
02b8e2a58c don't expire unread explicit 2019-11-24 07:48:43 -05:00
938af8f7eb env bash 2019-11-24 07:48:33 -05:00
7698abb0f9 lol fix other 2019-11-24 07:44:23 -05:00
3fee819bfe fix if STATUSBAR not set 2019-11-24 07:42:08 -05:00
6aa28a56b1 STATUSBAR matching LARBS changes 2019-11-23 19:23:27 -05:00
b7aa3cfecd Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-11-23 18:40:56 -05:00
eb767737d4 space to tag, tags highlighted 2019-11-23 18:39:16 -05:00
4904fcf51f Fix script removal (#310)
The `script` variable you were referring to previously is actually the
relative path to a script, for example `bin/mw`.

This fails to remove the script, because, obviously, the path is
incorrect.

I'd suggest renaming `script` to `scriptPath` in line 13
and `shared` to `sharedPath` in line 18
(or whatever variable names you prefer that make it clearer)
to avoid confusion in the future.

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2019-11-23 18:31:17 -05:00
c81a1bd525 Update domains.csv with hs-mittweida mail (#336)
hs-mittweida.de,mail.hs-mittweida.de,993,mail.hs-mittweida.de,465
2019-11-22 05:45:01 -05:00
8a41a9a399 added icloud.com server info (#330) 2019-11-16 21:48:53 -05:00
b3ab7aacf8 pseudomailboxes fix 2019-11-12 06:18:51 -05:00
d951fb64c5 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-11-12 06:17:45 -05:00
ff57bd2eb7 Fix Malformed UTF-8 Character in Mailsync fixes #322 (#323)
* line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line

* change the pgrep line

* Revert "Update domains.csv (#321)"

This reverts commit a92c01e131.

* Revert "Revert "Update domains.csv (#321)""

This reverts commit af0c0826b9a699780256dc8492e74a157cab2a85.

* Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line"

This reverts commit ca64a6ae56a31ead28cc638d8d8dac7e28f9df68.

* Revert "Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line""

This reverts commit 4304eb731c109289251e06ef86377d372cef07e4.
2019-11-08 20:01:41 -05:00
a92c01e131 Update domains.csv (#321)
Updated datentopf.org and added humbug.pw and resch.pw
2019-11-05 06:03:10 -05:00
a3b1bed626 Protonmail Config Fixes (#313)
* Run serverinfo query based on if proton or not

* If domain is already protonmail don't ask if it is

* Fix protonmail fingerprint extraction

* Update docs re: protonmail bridge timing out
2019-11-01 13:27:53 -04:00
1ed5c67f75 Update domains.csv (#316) 2019-10-31 09:51:44 -04:00
76b1de00f0 Update domains.csv (#315) 2019-10-30 06:34:25 -04:00
ce78b37dc2 lynx gives more loyal rendering of some html pages 2019-10-26 12:46:54 -04:00
bb38c15bf5 Makefile uninstall: Remove mw.1 (#308) 2019-10-26 12:44:26 -04:00
19949642f4 add Technische Universität Dresden to the domains.csv (#306) 2019-10-17 14:39:44 -04:00