Luke Smith
883e570d6d
fix #993
пре 1 година
Luke Smith
cfc06f891d
more robust mbsync check, close #956
пре 1 година
Luke Smith
31589ada92
use lmdb if available, close #950
пре 1 година
Luke Smith
213afe1e8f
Merge pull request #976 from ivan-boikov/master
No mailsync with locked GPG key in non-interactive shells
пре 1 година
Luke Smith
5300aa7f72
Merge pull request #924 from CarlosLoboxyz/master
Add goimapnotify for push notifications
пре 1 година
Luke Smith
650794bb1d
Merge branch 'master' into master
пре 1 година
Luke Smith
05fcf7b3e1
Merge pull request #1003 from staticssleever668/fix_dash_subject
fix(mailsync): delimit notification text from flags
пре 1 година
Luke Smith
06e82c8a10
Merge pull request #967 from appeasementPolitik/patch-1
Fix notify-send not coming through with goimapnotify
пре 1 година
Luke Smith
ed946ef98b
Merge branch 'master' into patch-1
пре 1 година
Luke Smith
1d6dc7b8f6
Merge pull request #1004 from alx-sychev/fix_man_mw_P_option_formatting
fix -P option description formatting in mw.1
пре 1 година
Luke Smith
ea8fef3438
Merge pull request #999 from jdujava/fix-multiline-subjects
Fix notifications for mails with multiline subject
пре 1 година
Luke Smith
8cb5f9d2e4
Merge pull request #1000 from jdujava/fix-plural
Fix usages of mail/mails
пре 1 година
Alexandr Sychev
0a95e2cb9b
fix -P option description formatting in mw.1
пре 1 година
Yaroslav Chvanov
824feedc68
fix(mailsync): delimit notification text from flags
Fixes text being interpreted as flags when it starts with a dash.
Try sending yourself a letter with subject starting with '-'.
E.g. if subject is '-10%' fixes error:
> Unknown option -10%
пре 1 година
Jonas Dujava
8e35e474c5
Fix usages of mail/mails
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
пре 1 година
Jonas Dujava
43eceb5536
Fix notifications for mails with multiline subject
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
пре 1 година
Luke Smith
7129fa0597
Merge pull request #996 from staticssleever668/fix_xdg_cache
muttrc: use XDG_CACHE_HOME in notmuch integration
пре 1 година
Yaroslav Chvanov
86a1f1d66f
muttrc: use XDG_CACHE_HOME in notmuch integration
Fixes `sh: 1: cannot create /home/<username>/.cache/mutt_terms:
Directory nonexistent`.
пре 1 година
Luke Smith
0d9d2fea32
Merge pull request #975 from rnpnr/makefile
cleanup Makefile
пре 1 година
Luke Smith
4a60fbd414
Merge pull request #970 from jdujava/master
fix: rename variables
пре 1 година
Luke Smith
08476a2508
Merge pull request #960 from paniash/add-domain
Added `fz-juelich.de` domain
пре 1 година
Luke Smith
c1cfb50419
Merge pull request #969 from burbschat/notmuch_escape_fix
Fix escaping in message IDs from notmuch
пре 1 година
Luke Smith
c891164574
Merge pull request #985 from speedie1337/master
Don't prompt for password, if the email address already has one stored.
пре 1 година
Luke Smith
10a16e0ee6
Merge pull request #989 from karimhussein1/master
Added direct link to Google App Password page for easier access
пре 1 година
Karim Hussein
1d89388a0e
Added direct link to Google App Password page for easier access
пре 1 година
speedie
11e54213dd
Don't prompt for password, if the email address already has a saved
password. This is useful if you copy your .password-store
directory from one computer to another.
пре 2 година
ivan-boikov
f8ffab3a11
No mailsync with locked GPG key in non-interactive shells
пре 2 година
Randy Palamar
77647d101d
cleanup Makefile
* OS variable was unused
* ifndef section is not needed since
"make PREFIX=... MANPREFIX=..." overwrites
whatever is set there
* notdir is a GNU specific function (not POSIX) and doesn't do
anything in this case
* "sed -i" is not POSIX and pointless if pipes are used correctly
* the "if" block can be removed since "sed" can also be used to
copy files to the destination.
пре 2 година
Jonas Dujava
32b5e83315
fix: rename variables
According to:
https://neomutt.org/guide/reference.html#3-380-%C2%A0realname
https://neomutt.org/guide/reference.html#3-480-%C2%A0spoolfile
пре 2 година
burbschat
0cb17135b9
Fix escaping in message IDs from notmuch
`+` was properly escaped but only once. `$` was not escaped at all.
This would result in messages with message IDs containing more than one
`+` or at least on `$` to not be shown after limiting.
`$` itself has to be escaped presumably for the shell. This results in
three prepended backslashes in the limit string and six in the config
file, as there backslashes themselves have to be escaped.
пре 2 година
appeasementPolitik
532332b8df
Fix notify-send not coming through
пре 2 година
Ashish Panigrahi
97f5883017
added `fz-juelich.de` into domain list
пре 2 година
Ashish Panigrahi
b1af6ad2aa
fixed domain for niser.ac.in
пре 2 година
Luke Smith
a8863a750a
Merge pull request #958 from jdujava/master
fix: reorder action
пре 2 година
Luke Smith
7a1fe918a1
Merge pull request #953 from rampaq/pipe-to-pass
pipe password directly to pass
пре 2 година
Jonas Dujava
8d78212cad
fix: reorder action
пре 2 година
Luke Smith
07e4bb14e0
Merge pull request #941 from satchlj/master
fix typo in set crypt_auto_sign
пре 2 година
Luke Smith
24d472b936
Merge pull request #945 from vlashada/master
Update domains.csv
пре 2 година
Luke Smith
a40a971797
Merge pull request #943 from ghalv/patch-2
Update domains.csv
пре 2 година
Tomáš Faikl (astro)
268da5d51b
pipe password directly to pass
- also change slightly confusing naming for (re)inserting given
passwords to pass store
пре 2 година
Luke Smith
bdce679540
Merge pull request #951 from epsilon-0/master
exclude dovecot special folders fts-flatcurve/virtual
пре 2 година
Aisha Tammy
e894c486c0
exclude dovecot special folders fts-flatcurve/virtual
пре 2 година
Luke Smith
445283bf13
Merge pull request #948 from speediegq/master
Add gettext dependency to README
пре 2 година
speedie
e0dd9f8193
Add gettext dependency to README
gettext which provides the envsubst command is not installed on all distributions. Void for instance does not come with this, so I think it should be mentioned in the README.
пре 2 година
vlashada
f3c2d88e55
Update domains.csv
пре 2 година
Gunnar K. Halvorsen
4ef696446c
Update domains.csv
пре 2 година
Satya Benson
64454c2d4d
fix typo in set crypt_auto_sign
пре 2 година
Luke Smith
b1a7dab811
Merge pull request #940 from ghalv/master
Update domains.csv
пре 2 година
Gunnar K. Halvorsen
4bda328ecc
Update domains.csv
пре 2 година
Luke Smith
52d3eb549d
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
пре 2 година