Luke Smith
72fcb51e24
remove harmless sed error msg if no muttrc
2 years ago
Kr1ss
f2014408b9
fix notifications when the Xorg process is just X
To close #845 :
I added the `-x` flag to prevent the regex from matching on _every_ pro-
cess name containing an `X`.
Because I'm not entirely sure about portability (does every `pgrep` va-
riant support that flag), I didn't push this directly.
So what do you think @LukeSmithxyz ?
2 years ago
Luke Smith
4911a7eff3
openfile to lib
2 years ago
Luke Smith
5ae4758790
mailsync manual per debian requirements
2 years ago
Luke Smith
32d63b12db
Revert "Hard link the file instead of copying"
This reverts commit 95687867d1
.
2 years ago
Jakub Kaczor
c7524bdd96
Force hard linking the file
It was forgotten to add `-f` (force) option for `ln` in
95687867d1
. This enables opening files
with the same names, but different contents, with a new NeoMutt
instance, after the previous is closed.
2 years ago
Jakub Kaczor
95687867d1
Hard link the file instead of copying
In the latest neomutt release (2022-04-08), neomutt/neomutt/pull/3267 is
merged. Neomutt doesn't overwrite files with zeros on closing anymore,
just unlinks it. Therefore, instead of copying, files can be hard
linked.
2 years ago
Aisha Tammy
a82a86c310
change path of command to use prefix
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2 years ago
Aisha Tammy
37c91057f7
add GPG WKS publishing functionality
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2 years ago
Matthew McCulley
8e81135f8b
Checks $HOME/.confg/zsh/.zshenv for Env variables
3 years ago
Luke Smith
29f264db23
Revert "allow dynamically loading available mailboxes"
This reverts commit 2cb2fa0345
.
3 years ago
Jberczel
256c091196
Cleanup reorder account numbers action
Refactors commit 85c5d01
* Keep the comment(s) when reordering account numbers in temp file. Users
may accidently reorder rows or rename accounts rather than update order number.
* Remove original default config from muttrc. Currently, script only removes the
macro shortcuts .If you run reorder action multiple times, you'll end up sourcing
multiple "default" config files.
3 years ago
Luke Smith
85c5d01dcd
mw -r to reorder account numbers
3 years ago
Luke Smith
418565eb94
minor tweaks
3 years ago
Luke Smith
bd0075898a
hardcode mailbox names. don't remake shortcuts.
3 years ago
Luke Smith
b6f0bd4426
more computationally efficient idnum discovery
3 years ago
Luke Smith
a3fc13e5ce
465 now default instead of 587
3 years ago
Luke Smith
7a792c7c11
actual lol
3 years ago
Luke Smith
8c668a22e0
lol
3 years ago
Luke Smith
fcf4ba52c3
id numbers removed from filenames
3 years ago
Luke Smith
c88994e730
decrease gnuisms
3 years ago
Luke Smith
e8458ace20
fix #691 , fix #689 , fix #690
3 years ago
Luke Smith
8d177222d6
don't show message info anymore
3 years ago
Luke Smith
f845e11fe2
fix #745 , avoid incompatibility
3 years ago
Horea Christian
5971fadec8
Check both new and cur dirs for notification
Also better formattin
3 years ago
Luke Smith
2be8ea7871
not necessary to create cachedir manually
3 years ago
Luke Smith
bd8551163e
fix for 465 starttls
3 years ago
Luke Smith
fb68f19846
use soyterms if not slower distro
3 years ago
Luke Smith
8239a7d5ca
remove bashism, fix #752
3 years ago
ananthu
8e5bb8bd09
bug; argument getting splitted by space
3 years ago
phire
8171e6327c
Set hostname variable
3 years ago
Luke Smith
f92000e5ed
fix #730 , sed only nl removal with error sup
3 years ago
Kr1ss
b0452a39d5
remove `pidof -s` flag
Ref:
b9a95a055a (commitcomment-52203708)
3 years ago
Kr1ss
b9a95a055a
patch mailsync on macOS; fixes #725
The macOS version of `pidof` doesn't implement the `-s` flag.
3 years ago
Luke Smith
36788d9c43
don't readlink for soystemd on mac
3 years ago
pierre
8c71c10b0a
password store with multiple private keys fix
3 years ago
Aisha Tammy
2a50561834
set mindepth to 1 and move sort to after sed
Signed-off-by: Aisha Tammy <floss@bsd.ac>
3 years ago
Aisha Tammy
2cb2fa0345
allow dynamically loading available mailboxes
this way if a folder is added or deleted in the remote
location, and gets deleted after sync, it is reflected
in the next opening
Signed-off-by: Aisha Tammy <floss@bsd.ac>
3 years ago
Luke Smith
39cc3a7e37
fix #713 , don't detect non-inbox as inbox
3 years ago
Luke Smith
243fca2b9c
don't state mail number if small
3 years ago
Luke Smith
80f10e6e7d
give individual notifications only if < 5
in accordance with #694
3 years ago
Luke Smith
5e582be7dd
stave off using unmacro for debian, fix #699
3 years ago
João Vanzuita
b95d5f2810
chore: typo
3 years ago
João Vanzuita
b5cde63ada
fix: update mbsync call for macos
3 years ago
Luke Smith
de58c98693
no msg
3 years ago
Luke Smith
c9419f72b0
Revert "compliance with libtard upstream"
This reverts commit c95428f0f1
.
3 years ago
Luke Smith
b9b3f7f685
zshenv checked for variables. fix #677
3 years ago
Luke Smith
c95428f0f1
compliance with libtard upstream
3 years ago
Luke Smith
2230c4153a
protonmail smtp, fix #667
3 years ago
Luke Smith
4d411d8179
avoid regex issue
3 years ago