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 роки тому
Luke Smith
c912f3d655
Merge pull request #832 from jakubkaczor/master
Hard link the file instead of copying
2 роки тому
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 роки тому
Luke Smith
e9f5851453
for color update
2 роки тому
Luke Smith
e0f34910f3
Revert "Wrap text when reading emails at 80 chars"
This reverts commit 67b704808d
.
2 роки тому
Luke Smith
7739a95994
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2 роки тому
Luke Smith
65af1f047e
less secure fix
2 роки тому
Luke Smith
370f53204a
Merge pull request #827 from ErickChacon/master
Domains for Lancaster University (UK) and National University of Engineering (PERU)
2 роки тому
Luke Smith
fe733fc0fb
Merge pull request #824 from slinlee/sl/width
Wrap text when reading emails at 80 chars
2 роки тому
Erick Chacon
641587fbf7
Lancaster University (UK) and National University of Engineering (PERU)
2 роки тому
Slin Lee
67b704808d
Wrap text when reading emails at 80 chars
For increased legibility.
2 роки тому
Luke Smith
209b007d6b
Merge pull request #817 from BeauSLM/master
Update domains.csv - add ucalgary.ca
2 роки тому
Beau McCartney
6e869214b1
Update domains.csv
2 роки тому
Luke Smith
c79d448a7f
Merge pull request #816 from betty2310/master
Update domains.csv (add domain sis.hust.edu.vn)
2 роки тому
Huynh Dương
e816f80a5a
Update domains.csv
2 роки тому
Luke Smith
29b7b59ffd
Merge pull request #804 from epsilon-0/master
add GPG WKS publishing functionality
2 роки тому
Luke Smith
c0758e1751
Merge pull request #805 from 187Qrly/patch-1
Make gentoo users aware that they need the "sasl" for the neomutt package
2 роки тому
Luke Smith
5aea3a0b54
Merge pull request #807 from CMurtagh-LGTM/patch-1
Add option to use user mailcap
2 роки тому
Luke Smith
98f23a0ab9
Merge pull request #786 from Jberczel/reorder-cleanup
Cleanup reorder account numbers action
2 роки тому
Luke Smith
cd2bc6fc2d
Merge pull request #787 from cshjsc/patch-1
Fix html links splitting
2 роки тому
Luke Smith
c983035d09
Merge pull request #791 from mmcculle/edit-mailsync-grep
Check $HOME/.config/zsh/.zshenv for enviromental varibles
2 роки тому
Luke Smith
037f3d2607
Merge pull request #806 from ghost/patch-1
Added my domain to domains.csv
2 роки тому
Aisha Tammy
a82a86c310
change path of command to use prefix
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2 роки тому
Cameron Murtagh
b149d1c9ce
Add option to use user mailcap
Added the option to have a `mailcap` file in `.config/mutt/`. This enables ease of changing what programs are used for viewing.
2 роки тому
Thamognya
0d98a9ef5b
Update domains.csv
2 роки тому
187Qrly
aba07e26f8
Make gentoo users aware that they need the "sasl" for the neomutt package.
2 роки тому
Aisha Tammy
37c91057f7
add GPG WKS publishing functionality
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2 роки тому
Matthew McCulley
8e81135f8b
Checks $HOME/.confg/zsh/.zshenv for Env variables
3 роки тому
Gunnar K. Halvorsen
bed0470f0d
Added domain to list
3 роки тому
cshjsc
2cb6dfb574
Fix html links splitting
avoid line splitting.
the width option is set to 80 by default, increasing it will avoid breaking long links in two different lines
3 роки тому
Luke Smith
e6087481ad
Merge pull request #783 from ghalvorsen/patch-1
Added domain to list
3 роки тому
Luke Smith
e205ec6643
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
3 роки тому
Luke Smith
29f264db23
Revert "allow dynamically loading available mailboxes"
This reverts commit 2cb2fa0345
.
3 роки тому
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 роки тому
Gunnar K. Halvorsen
eba3b0eb00
Added domain to list
3 роки тому
Luke Smith
84b0465a6b
Merge pull request #782 from Sestowner/patch-1
Add ukr.net
3 роки тому
Sestowner
311a7cf810
Add ukr.net
3 роки тому
Luke Smith
85c5d01dcd
mw -r to reorder account numbers
3 роки тому
Luke Smith
418565eb94
minor tweaks
3 роки тому
Luke Smith
bd0075898a
hardcode mailbox names. don't remake shortcuts.
3 роки тому
Luke Smith
b6f0bd4426
more computationally efficient idnum discovery
3 роки тому
Luke Smith
a3fc13e5ce
465 now default instead of 587
3 роки тому
Luke Smith
7a792c7c11
actual lol
3 роки тому
Luke Smith
8c668a22e0
lol
3 роки тому
Luke Smith
fcf4ba52c3
id numbers removed from filenames
3 роки тому
Luke Smith
8e66fcb58a
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
3 роки тому
Luke Smith
c88994e730
decrease gnuisms
3 роки тому
Luke Smith
a1a6b60217
Merge pull request #719 from epsilon-0/master
allow dynamically loading available mailboxes
3 роки тому
Luke Smith
4e92252dc2
Merge branch 'master' into master
3 роки тому
Luke Smith
e8458ace20
fix #691 , fix #689 , fix #690
3 роки тому